Searched refs:h_shift (Results 1 – 1 of 1) sorted by relevance
1382 const int h_shift = (bh == 4) ? 0 : (bh == 8) ? 1 : (bh == 16) ? 2 : 3; in get_energy_distribution_fine() local1385 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()1568 const int h_shift = bh <= 8 ? 0 : 1; in get_energy_distribution_finer() local1570 const int esq_h = bh >> h_shift; in get_energy_distribution_finer()1576 unsigned int *cur_esq_row = esq + (i >> h_shift) * esq_w; in get_energy_distribution_finer()1585 unsigned int *cur_esq_row = esq + (i >> h_shift) * esq_w; in get_energy_distribution_finer()