Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/x86/
H A Dhscale_fast_bilinear_simd.c31 av_cold int ff_init_hscaler_mmxext(int dstW, int xInc, uint8_t *filterCode, in ff_init_hscaler_mmxext() argument
151 if (filterCode) { in ff_init_hscaler_mmxext()
158 memcpy(filterCode + fragmentPos, fragment, fragmentLength); in ff_init_hscaler_mmxext()
160 filterCode[fragmentPos + imm8OfPShufW1] = (a + inc) | in ff_init_hscaler_mmxext()
164 filterCode[fragmentPos + imm8OfPShufW2] = a | (b << 2) | in ff_init_hscaler_mmxext()
174 filterCode[fragmentPos + imm8OfPShufW1] += 0x55 * shift; in ff_init_hscaler_mmxext()
175 filterCode[fragmentPos + imm8OfPShufW2] += 0x55 * shift; in ff_init_hscaler_mmxext()
182 if (filterCode) in ff_init_hscaler_mmxext()
183 filterCode[fragmentPos] = RET; in ff_init_hscaler_mmxext()
187 if (filterCode) in ff_init_hscaler_mmxext()
[all...]
/third_party/ffmpeg/libswscale/
H A Dswscale_internal.h977 int ff_init_hscaler_mmxext(int dstW, int xInc, uint8_t *filterCode,

Completed in 4 milliseconds