Home
last modified time | relevance | path

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

/third_party/ffmpeg/libswscale/x86/
Dhscale_fast_bilinear_simd.c147 int maxShift = 3 - (d + inc); in ff_init_hscaler_mmxext() local
168 shift = maxShift; // avoid overread in ff_init_hscaler_mmxext()
169 else if ((filterPos[i / 2] & 3) <= maxShift) in ff_init_hscaler_mmxext()
/third_party/ffmpeg/libavfilter/
Dvf_vidstabtransform.c64 {"maxshift", "set maximal number of pixels to translate image", OFFSETC(maxShift),
200 av_log(ctx, AV_LOG_INFO, " maxshift = %d\n", tc->conf.maxShift); in config_input()