Searched refs:filterCode (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/
H A Dutils.c528 static int initMMX2HScaler(int dstW, int xInc, uint8_t *filterCode, int16_t *filter, int32_t *filterPos, int numSplits) argument
649 if (filterCode) {
656 memcpy(filterCode + fragmentPos, fragment, fragmentLength);
658 filterCode[fragmentPos + imm8OfPShufW1]=
660 filterCode[fragmentPos + imm8OfPShufW2]=
667 filterCode[fragmentPos + imm8OfPShufW1]+= 0x55*shift;
668 filterCode[fragmentPos + imm8OfPShufW2]+= 0x55*shift;
675 if (filterCode)
676 filterCode[fragmentPos]= RET;
680 if (filterCode)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/
H A Dutils.c685 static av_cold int init_hscaler_mmxext(int dstW, int xInc, uint8_t *filterCode, argument
807 if (filterCode) {
814 memcpy(filterCode + fragmentPos, fragment, fragmentLength);
816 filterCode[fragmentPos + imm8OfPShufW1] = (a + inc) |
820 filterCode[fragmentPos + imm8OfPShufW2] = a | (b << 2) |
830 filterCode[fragmentPos + imm8OfPShufW1] += 0x55 * shift;
831 filterCode[fragmentPos + imm8OfPShufW2] += 0x55 * shift;
838 if (filterCode)
839 filterCode[fragmentPos] = RET;
843 if (filterCode)
[all...]

Completed in 36 milliseconds