Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/x86/
Dhscale_fast_bilinear_simd.c30 av_cold int ff_init_hscaler_mmxext(int dstW, int xInc, uint8_t *filterCode, in ff_init_hscaler_mmxext() argument
150 if (filterCode) { in ff_init_hscaler_mmxext()
157 memcpy(filterCode + fragmentPos, fragment, fragmentLength); in ff_init_hscaler_mmxext()
159 filterCode[fragmentPos + imm8OfPShufW1] = (a + inc) | in ff_init_hscaler_mmxext()
163 filterCode[fragmentPos + imm8OfPShufW2] = a | (b << 2) | in ff_init_hscaler_mmxext()
173 filterCode[fragmentPos + imm8OfPShufW1] += 0x55 * shift; in ff_init_hscaler_mmxext()
174 filterCode[fragmentPos + imm8OfPShufW2] += 0x55 * shift; in ff_init_hscaler_mmxext()
181 if (filterCode) in ff_init_hscaler_mmxext()
182 filterCode[fragmentPos] = RET; in ff_init_hscaler_mmxext()
186 if (filterCode) in ff_init_hscaler_mmxext()
/third_party/ffmpeg/libswscale/
Dswscale_internal.h895 int ff_init_hscaler_mmxext(int dstW, int xInc, uint8_t *filterCode,