Lines Matching defs:cnt
801 // FIXME merge cnt/eob arguments?
804 int is_tx32x32, int is8bitsperpixel, int bpp, unsigned (*cnt)[6][3],
823 cnt[band][nnz][0]++;
836 cnt[band][nnz][1]++;
840 cnt[band][nnz][2]++;
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,