H A D | bink.c | 644 int coef_idx[64], int q) in read_dct_coeffs() 694 coef_idx[coef_count++] = ccoef; in read_dct_coeffs() 715 coef_idx[coef_count++] = ccoef; in read_dct_coeffs() 739 int coef_count, int coef_idx[64], in unquantize_dct_coeffs() 745 int idx = coef_idx[i]; in unquantize_dct_coeffs() 866 int qp, quant_idx, coef_count, coef_idx[64]; in binkb_decode_plane() local 921 if ((quant_idx = read_dct_coeffs(c, gb, dctblock, bink_scan, &coef_count, coef_idx, qp)) < 0) in binkb_decode_plane() 923 unquantize_dct_coeffs(dctblock, binkb_intra_quant[quant_idx], coef_count, coef_idx, bink_scan); in binkb_decode_plane() 956 if ((quant_idx = read_dct_coeffs(c, gb, dctblock, bink_scan, &coef_count, coef_idx, qp)) < 0) in binkb_decode_plane() 958 unquantize_dct_coeffs(dctblock, binkb_inter_quant[quant_idx], coef_count, coef_idx, bink_sca in binkb_decode_plane() 642 read_dct_coeffs(BinkContext *c, GetBitContext *gb, int32_t block[64], const uint8_t *scan, int *coef_count_, int coef_idx[64], int q) read_dct_coeffs() argument 738 unquantize_dct_coeffs(int32_t block[64], const uint32_t quant[64], int coef_count, int coef_idx[64], const uint8_t *scan) unquantize_dct_coeffs() argument 1032 int coordmap[64], quant_idx, coef_count, coef_idx[64]; bink_decode_plane() local [all...] |