Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencodetxb.c29 static const int HBT_EOB = 16; // also the length in opt_qcoeff variable
1162 assert(HBT_EOB <= 16); // Lengthen array if allowing longer eob.
1167 for (int i = prev_eob; i < HBT_EOB; i++) {
1206 for (int i = prev_eob; i < HBT_EOB; i++) {
1962 if (eob <= HBT_EOB && eob > 0 && cpi->sf.use_hash_based_trellis) {