Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dvp9_scale_test.cc65 const int sf_up = kScaleFactors[sf_up_idx]; in RunTest() local
69 const int dst_width = src_width * sf_up / sf_down; in RunTest()
70 const int dst_height = src_height * sf_up / sf_down; in RunTest()
71 if (sf_up == sf_down && sf_up != 1) { in RunTest()
95 dst_height, sf_down, sf_up); in RunTest()
160 const int sf_up = kScaleFactors[sf_up_idx]; in TEST_P() local
164 const int dst_width = src_width * sf_up / sf_down; in TEST_P()
165 const int dst_height = src_height * sf_up / sf_down; in TEST_P()
166 if (sf_up == sf_down && sf_up != 1) { in TEST_P()
195 dst_height, sf_down, sf_up, elapsed_time); in TEST_P()