mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-25 00:32:31 +00:00
Document the differences between the two asm fragments in initMMX2HScaler().
Originally committed as revision 29978 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
445a9deea6
commit
a8bcc7b42b
@ -1697,6 +1697,12 @@ static int initMMX2HScaler(int dstW, int xInc, uint8_t *filterCode, int16_t *fil
|
||||
int xpos, i;
|
||||
|
||||
// create an optimized horizontal scaling routine
|
||||
/* This scaler is made of runtime-generated MMX2 code using specially
|
||||
* tuned pshufw instructions. For every four output pixels, if four
|
||||
* input pixels are enough for the fast bilinear scaling, then a chunk
|
||||
* of fragmentB is used. If five input pixels are needed, then a chunk
|
||||
* of fragmentA is used.
|
||||
*/
|
||||
|
||||
//code fragment
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user