Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/downsample/
Ddownsamplefuncs.cpp193 int32_t iScaley = WELS_ROUND ((float)kiSrcHeight / (float)kiDstHeight * kiScale); in GeneralBilinearAccurateDownsampler_c() local
231 iYInverse += iScaley; in GeneralBilinearAccurateDownsampler_c()
/third_party/openh264/test/processing/
DProcessUT_DownSample.cpp129 int32_t iScaley = WELS_ROUND ((float)kiSrcHeight / (float)kiDstHeight * kiScale); in GeneralBilinearAccurateDownsampler_ref() local
167 iYInverse += iScaley; in GeneralBilinearAccurateDownsampler_ref()