>>...I'm not interested in fast median algorithms per se, I'm interested in the ones used in IPP...
I think it could be considered as a proprietary information and the document you're looking forcould be
for Internal Use Only.
If somebody would ask me to release some technical details for some algorithm "X" implemented in
our software product I would tell it is based on a classic implementation and it uses SSE. I think it would
be enough.
Latest version of Intel's IPP supports ~20 different CPUs, or so,and actual implementations of
many algorithmsareoptimized for each CPU. For example,some algorithm "Y" is implemented with SSE2
instructions on CPU "A", and for CPU "B" isimpemented withSSE4.1, etc.
Please try to look at:
http://software.intel.com/en-us/articles/code-downloads/Best regards,
Sergey