Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/downsample/
Ddownsamplefuncs.cpp124 int32_t fScaley = WELS_ROUND ((float)kiSrcHeight / (float)kiDstHeight * kuiScaleHeight); in GeneralBilinearFastDownsampler_c() local
168 iYInverse += fScaley; in GeneralBilinearFastDownsampler_c()
/third_party/openh264/test/processing/
DProcessUT_DownSample.cpp60 int32_t fScaley = WELS_ROUND ((float)kiSrcHeight / (float)kiDstHeight * kuiScaleHeight); in GeneralBilinearFastDownsampler_ref() local
104 iYInverse += fScaley; in GeneralBilinearFastDownsampler_ref()