Home
last modified time | relevance | path

Searched defs:h_shift (Results 1 – 2 of 2) sorted by relevance

/external/libchrome-gestures/src/
Dsplit_correcting_filter_interpreter_unittest.cc258 for (int h_shift = 1; h_shift <= 4; h_shift++) { in TEST() local
/external/libaom/av1/encoder/
Dtx_search.c358 const int h_shift = (bh == 4) ? 0 : (bh == 8) ? 1 : (bh == 16) ? 2 : 3; in get_energy_distribution_fine() local
1416 const int h_shift = bh <= 8 ? 0 : 1; in get_energy_distribution_finer() local