"Ready for external threading" in IPP basically means, that for all (almost all, except functions, which by algorithm are not suited for threading) functionalities (functional groups) the list of function arguments contains enough input/output arguments to organize external threading. So, some function APIs were modified for external threading.
It can be addresses, offsets, service buffers and so on, to execute a function in multiple threads for processing 1D vectors by chunks, or 2D images by slices or tiles. It's going to be helpful, especially as vectors/images grow now (more megapixels to process:)).