Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.c1381 const int w_shift = (bw == 4) ? 0 : (bw == 8) ? 1 : (bw == 16) ? 2 : 3; in get_energy_distribution_fine() local
1385 assert(((bw - 1) >> w_shift) + (((bh - 1) >> h_shift) << 2) == 15); in get_energy_distribution_fine()
1391 const int index = (j >> w_shift) + ((i >> h_shift) << 2); in get_energy_distribution_fine()
1399 const int index = (j >> w_shift) + ((i >> h_shift) << 2); in get_energy_distribution_fine()
1567 const int w_shift = bw <= 8 ? 0 : 1; in get_energy_distribution_finer() local
1569 const int esq_w = bw >> w_shift; in get_energy_distribution_finer()
1574 if (w_shift) { in get_energy_distribution_finer()