Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/downsample/
Ddownsamplefuncs.cpp123 int32_t fScalex = WELS_ROUND ((float)kiSrcWidth / (float)kiDstWidth * kuiScaleWidth); in GeneralBilinearFastDownsampler_c() local
164 iXInverse += fScalex; in GeneralBilinearFastDownsampler_c()
182 iXInverse += fScalex; in GeneralBilinearFastDownsampler_c()
/third_party/openh264/test/processing/
DProcessUT_DownSample.cpp59 int32_t fScalex = WELS_ROUND ((float)kiSrcWidth / (float)kiDstWidth * kuiScaleWidth); in GeneralBilinearFastDownsampler_ref() local
100 iXInverse += fScalex; in GeneralBilinearFastDownsampler_ref()
118 iXInverse += fScalex; in GeneralBilinearFastDownsampler_ref()