Lines Matching refs:nnz
808 int nnz, const int16_t *scan, const int16_t (*nb)[2], in decode_coeffs_b_generic() argument
812 const uint8_t *tp = p[0][nnz]; in decode_coeffs_b_generic()
819 eob[band][nnz][val]++; in decode_coeffs_b_generic()
825 cnt[band][nnz][0]++; in decode_coeffs_b_generic()
829 nnz = (1 + cache[nb[i][0]] + cache[nb[i][1]]) >> 1; in decode_coeffs_b_generic()
830 tp = p[band][nnz]; in decode_coeffs_b_generic()
838 cnt[band][nnz][1]++; in decode_coeffs_b_generic()
842 cnt[band][nnz][2]++; in decode_coeffs_b_generic()
917 nnz = (1 + cache[nb[i][0]] + cache[nb[i][1]]) >> 1; in decode_coeffs_b_generic()
918 tp = p[band][nnz]; in decode_coeffs_b_generic()
926 uint8_t (*p)[6][11], int nnz, const int16_t *scan, in decode_coeffs_b_8bpp() argument
931 nnz, scan, nb, band_counts, qmul); in decode_coeffs_b_8bpp()
936 uint8_t (*p)[6][11], int nnz, const int16_t *scan, in decode_coeffs_b32_8bpp() argument
941 nnz, scan, nb, band_counts, qmul); in decode_coeffs_b32_8bpp()
946 uint8_t (*p)[6][11], int nnz, const int16_t *scan, in decode_coeffs_b_16bpp() argument
951 nnz, scan, nb, band_counts, qmul); in decode_coeffs_b_16bpp()
956 uint8_t (*p)[6][11], int nnz, const int16_t *scan, in decode_coeffs_b32_16bpp() argument
961 nnz, scan, nb, band_counts, qmul); in decode_coeffs_b32_16bpp()