Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dtx_search.c1656 unsigned int *cur_esq_row = esq + (i >> h_shift) * esq_w; in get_energy_distribution_finer() local
1659 cur_esq_row[j >> 1] += (cur_diff_row[j] * cur_diff_row[j] + in get_energy_distribution_finer()
1665 unsigned int *cur_esq_row = esq + (i >> h_shift) * esq_w; in get_energy_distribution_finer() local
1668 cur_esq_row[j] += cur_diff_row[j] * cur_diff_row[j]; in get_energy_distribution_finer()
1688 const unsigned int *cur_esq_row; in get_energy_distribution_finer() local
1690 cur_esq_row = esq + i * esq_w; in get_energy_distribution_finer()
1692 hordist[j] += (float)cur_esq_row[j]; in get_energy_distribution_finer()
1693 verdist[i] += (float)cur_esq_row[j]; in get_energy_distribution_finer()
1695 verdist[i] += (float)cur_esq_row[j]; in get_energy_distribution_finer()
1697 cur_esq_row = esq + i * esq_w; in get_energy_distribution_finer()
[all …]