Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Drdopt.c1576 unsigned int *cur_esq_row = esq + (i >> h_shift) * esq_w; in get_energy_distribution_finer() local
1579 cur_esq_row[j >> 1] += (cur_diff_row[j] * cur_diff_row[j] + in get_energy_distribution_finer()
1585 unsigned int *cur_esq_row = esq + (i >> h_shift) * esq_w; in get_energy_distribution_finer() local
1588 cur_esq_row[j] += cur_diff_row[j] * cur_diff_row[j]; in get_energy_distribution_finer()
1608 const unsigned int *cur_esq_row; in get_energy_distribution_finer() local
1610 cur_esq_row = esq + i * esq_w; in get_energy_distribution_finer()
1612 hordist[j] += (float)cur_esq_row[j]; in get_energy_distribution_finer()
1613 verdist[i] += (float)cur_esq_row[j]; in get_energy_distribution_finer()
1615 verdist[i] += (float)cur_esq_row[j]; in get_energy_distribution_finer()
1617 cur_esq_row = esq + i * esq_w; in get_energy_distribution_finer()
[all …]