Home
last modified time | relevance | path

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

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