Lines Matching refs:eob
807 unsigned (*eob)[6][2], uint8_t (*p)[6][11], in decode_coeffs_b_generic()
819 eob[band][nnz][val]++; in decode_coeffs_b_generic()
925 unsigned (*cnt)[6][3], unsigned (*eob)[6][2], in decode_coeffs_b_8bpp()
930 return decode_coeffs_b_generic(td->c, coef, n_coeffs, 0, 1, 8, cnt, eob, p, in decode_coeffs_b_8bpp()
935 unsigned (*cnt)[6][3], unsigned (*eob)[6][2], in decode_coeffs_b32_8bpp()
940 return decode_coeffs_b_generic(td->c, coef, n_coeffs, 1, 1, 8, cnt, eob, p, in decode_coeffs_b32_8bpp()
945 unsigned (*cnt)[6][3], unsigned (*eob)[6][2], in decode_coeffs_b_16bpp()
950 return decode_coeffs_b_generic(td->c, coef, n_coeffs, 0, 0, td->s->s.h.bpp, cnt, eob, p, in decode_coeffs_b_16bpp()
955 unsigned (*cnt)[6][3], unsigned (*eob)[6][2], in decode_coeffs_b32_16bpp()
960 return decode_coeffs_b_generic(td->c, coef, n_coeffs, 1, 0, td->s->s.h.bpp, cnt, eob, p, in decode_coeffs_b32_16bpp()
971 unsigned (*e)[6][2] = td->counts.eob[b->tx][0 /* y */][!b->intra]; in decode_coeffs()
1015 AV_WN16A(&td->eob[n], ret); \ in decode_coeffs()
1017 td->eob[n] = ret; \ in decode_coeffs()
1098 e = td->counts.eob[b->uvtx][1 /* uv */][!b->intra]; in decode_coeffs()
1356 s->td[0].eob += 4 * w4 * h4; in ff_vp9_decode_block()
1453 s->td[0].eob += 4 * w4 * h4; in ff_vp9_decode_block()