Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.c1382 const int h_shift = (bh == 4) ? 0 : (bh == 8) ? 1 : (bh == 16) ? 2 : 3; in get_energy_distribution_fine() local
1568 const int h_shift = bh <= 8 ? 0 : 1; in get_energy_distribution_finer() local