Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dtx_search.c640 const double e_recip = 1.0 / total; in get_energy_distribution_fine() local
641 hordist[0] = ((double)esq[0] + esq[4] + esq[8] + esq[12]) * e_recip; in get_energy_distribution_fine()
642 hordist[1] = ((double)esq[1] + esq[5] + esq[9] + esq[13]) * e_recip; in get_energy_distribution_fine()
643 hordist[2] = ((double)esq[2] + esq[6] + esq[10] + esq[14]) * e_recip; in get_energy_distribution_fine()
645 hordist[3] = ((double)esq[3] + esq[7] + esq[11] + esq[15]) * e_recip; in get_energy_distribution_fine()
647 verdist[0] = ((double)esq[0] + esq[1] + esq[2] + esq[3]) * e_recip; in get_energy_distribution_fine()
648 verdist[1] = ((double)esq[4] + esq[5] + esq[6] + esq[7]) * e_recip; in get_energy_distribution_fine()
649 verdist[2] = ((double)esq[8] + esq[9] + esq[10] + esq[11]) * e_recip; in get_energy_distribution_fine()
651 verdist[3] = ((double)esq[12] + esq[13] + esq[14] + esq[15]) * e_recip; in get_energy_distribution_fine()
1685 const float e_recip = 1.0f / (float)total; in get_energy_distribution_finer() local
[all …]