Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.c1569 const int esq_w = bw >> w_shift; in get_energy_distribution_finer() local
1571 const int esq_sz = esq_w * esq_h; 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()
1598 float hor_val = 1.0f / esq_w; in get_energy_distribution_finer()
1599 for (j = 0; j < esq_w - 1; j++) hordist[j] = hor_val; in get_energy_distribution_finer()
1606 memset(hordist, 0, (esq_w - 1) * sizeof(hordist[0])); in get_energy_distribution_finer()
1610 cur_esq_row = esq + i * esq_w; in get_energy_distribution_finer()
1611 for (j = 0; j < esq_w - 1; j++) { in get_energy_distribution_finer()
1617 cur_esq_row = esq + i * esq_w; in get_energy_distribution_finer()
[all …]