Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/test/
H A Dtest_intra_pred_speed.cc61 const int block_size_upto_32 = (block_width <= 32) && (block_height <= 32); in Init() local
62 stride = block_size_upto_32 ? 32 : kBPS; in Init()
/dports/www/firefox/firefox-99.0/third_party/aom/test/
H A Dtest_intra_pred_speed.cc61 const int block_size_upto_32 = (block_width <= 32) && (block_height <= 32); in Init() local
62 stride = block_size_upto_32 ? 32 : kBPS; in Init()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/test/
H A Dtest_intra_pred_speed.cc61 const int block_size_upto_32 = (block_width <= 32) && (block_height <= 32); in Init() local
62 stride = block_size_upto_32 ? 32 : kBPS; in Init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/test/
H A Dtest_intra_pred_speed.cc61 const int block_size_upto_32 = (block_width <= 32) && (block_height <= 32); in Init() local
62 stride = block_size_upto_32 ? 32 : kBPS; in Init()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/test/
H A Dtest_intra_pred_speed.cc61 const int block_size_upto_32 = (block_width <= 32) && (block_height <= 32); in Init() local
62 stride = block_size_upto_32 ? 32 : kBPS; in Init()
/dports/multimedia/aom/aom-3.2.0/test/
H A Dtest_intra_pred_speed.cc60 const int block_size_upto_32 = (block_width <= 32) && (block_height <= 32); in Init() local
61 stride = block_size_upto_32 ? 32 : kBPS; in Init()