Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/encoder/
H A Dencodetxb.c1850 int eob_fix = 0; in optimize_txb() local
1853 if (eob_fix == 1 && txb_info->qcoeff[coeff_idx] == 1) { in optimize_txb()
1874 if (eob_fix == 0 && txb_info->qcoeff[coeff_idx] != 0) eob_fix = 1; in optimize_txb()