Searched refs:esq_w (Results 1 – 1 of 1) sorted by relevance
1649 const int esq_w = bw >> w_shift; in get_energy_distribution_finer() local1651 const int esq_sz = esq_w * esq_h; 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()1678 float hor_val = 1.0f / esq_w; in get_energy_distribution_finer()1679 for (j = 0; j < esq_w - 1; j++) hordist[j] = hor_val; in get_energy_distribution_finer()1686 memset(hordist, 0, (esq_w - 1) * sizeof(hordist[0])); in get_energy_distribution_finer()1690 cur_esq_row = esq + i * esq_w; in get_energy_distribution_finer()1691 for (j = 0; j < esq_w - 1; j++) { in get_energy_distribution_finer()1697 cur_esq_row = esq + i * esq_w; in get_energy_distribution_finer()[all …]