Home
last modified time | relevance | path

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

/external/libaom/libaom/examples/
Danalyzer.cc344 int totals_q3[MAX_SYMBOL_TYPES] = { 0 }; in computeBitsPerPixel() local
356 totals_q3[s->id] += s->bits; in computeBitsPerPixel()
361 if (totals_q3[i]) { in computeBitsPerPixel()
363 (float)totals_q3[i] / 8, (float)totals_q3[i] / 8 / sym_count[i]); in computeBitsPerPixel()