Lines Matching refs:eob
801 // FIXME merge cnt/eob arguments?
805 unsigned (*eob)[6][2], uint8_t (*p)[6][11],
816 val = vp56_rac_get_prob_branchy(c, tp[0]); // eob
817 eob[band][nnz][val]++;
923 unsigned (*cnt)[6][3], unsigned (*eob)[6][2],
928 return decode_coeffs_b_generic(td->c, coef, n_coeffs, 0, 1, 8, cnt, eob, p,
933 unsigned (*cnt)[6][3], unsigned (*eob)[6][2],
938 return decode_coeffs_b_generic(td->c, coef, n_coeffs, 1, 1, 8, cnt, eob, p,
943 unsigned (*cnt)[6][3], unsigned (*eob)[6][2],
948 return decode_coeffs_b_generic(td->c, coef, n_coeffs, 0, 0, td->s->s.h.bpp, cnt, eob, p,
953 unsigned (*cnt)[6][3], unsigned (*eob)[6][2],
958 return decode_coeffs_b_generic(td->c, coef, n_coeffs, 1, 0, td->s->s.h.bpp, cnt, eob, p,
969 unsigned (*e)[6][2] = td->counts.eob[b->tx][0 /* y */][!b->intra];
1013 AV_WN16A(&td->eob[n], ret); \
1015 td->eob[n] = ret; \
1096 e = td->counts.eob[b->uvtx][1 /* uv */][!b->intra];
1354 s->td[0].eob += 4 * w4 * h4;
1451 s->td[0].eob += 4 * w4 * h4;