Searched refs:h_shift (Results 1 – 1 of 1) sorted by relevance
568 const int h_shift = (bh == 4) ? 0 : (bh == 8) ? 1 : (bh == 16) ? 2 : 3; in get_energy_distribution_fine() local571 assert(((bw - 1) >> w_shift) + (((bh - 1) >> h_shift) << 2) == 15); in get_energy_distribution_fine()577 const int index = (j >> w_shift) + ((i >> h_shift) << 2); in get_energy_distribution_fine()585 const int index = (j >> w_shift) + ((i >> h_shift) << 2); in get_energy_distribution_fine()1648 const int h_shift = bh <= 8 ? 0 : 1; in get_energy_distribution_finer() local1650 const int esq_h = bh >> h_shift; in get_energy_distribution_finer()1656 unsigned int *cur_esq_row = esq + (i >> h_shift) * esq_w; in get_energy_distribution_finer()1665 unsigned int *cur_esq_row = esq + (i >> h_shift) * esq_w; in get_energy_distribution_finer()