Lines Matching refs:coef_idx
642 int coef_idx[64], int q) in read_dct_coeffs()
692 coef_idx[coef_count++] = ccoef; in read_dct_coeffs()
713 coef_idx[coef_count++] = ccoef; in read_dct_coeffs()
737 int coef_count, int coef_idx[64], in unquantize_dct_coeffs()
743 int idx = coef_idx[i]; in unquantize_dct_coeffs()
864 int qp, quant_idx, coef_count, coef_idx[64]; in binkb_decode_plane() local
919 … if ((quant_idx = read_dct_coeffs(c, gb, dctblock, bink_scan, &coef_count, coef_idx, qp)) < 0) in binkb_decode_plane()
921 … unquantize_dct_coeffs(dctblock, binkb_intra_quant[quant_idx], coef_count, coef_idx, bink_scan); in binkb_decode_plane()
954 … if ((quant_idx = read_dct_coeffs(c, gb, dctblock, bink_scan, &coef_count, coef_idx, qp)) < 0) in binkb_decode_plane()
956 … unquantize_dct_coeffs(dctblock, binkb_inter_quant[quant_idx], coef_count, coef_idx, bink_scan); in binkb_decode_plane()
1030 int coordmap[64], quant_idx, coef_count, coef_idx[64]; in bink_decode_plane() local
1130 … if ((quant_idx = read_dct_coeffs(c, gb, dctblock, bink_scan, &coef_count, coef_idx, -1)) < 0) in bink_decode_plane()
1132 … unquantize_dct_coeffs(dctblock, bink_intra_quant[quant_idx], coef_count, coef_idx, bink_scan); in bink_decode_plane()
1205 … if ((quant_idx = read_dct_coeffs(c, gb, dctblock, bink_scan, &coef_count, coef_idx, -1)) < 0) in bink_decode_plane()
1207 … unquantize_dct_coeffs(dctblock, bink_intra_quant[quant_idx], coef_count, coef_idx, bink_scan); in bink_decode_plane()
1221 … if ((quant_idx = read_dct_coeffs(c, gb, dctblock, bink_scan, &coef_count, coef_idx, -1)) < 0) in bink_decode_plane()
1223 … unquantize_dct_coeffs(dctblock, bink_inter_quant[quant_idx], coef_count, coef_idx, bink_scan); in bink_decode_plane()