Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dencodetxb.c62 int new_eob; member
378 stats->new_eob = -1;
1224 int new_eob = 0; local
1243 if (txb_info->qcoeff[scan[i]]) new_eob = i + 1;
1253 txb_info->eob = new_eob;
1658 const int new_eob = si + 1; local
1661 get_eob_cost(new_eob, txb_eob_costs, txb_costs, tx_class);
1699 *eob = new_eob;