Searched refs:coef_count (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | bink.c | 650 int coef_count = 0; in read_dct_coeffs() local 694 coef_idx[coef_count++] = ccoef; in read_dct_coeffs() 715 coef_idx[coef_count++] = ccoef; in read_dct_coeffs() 733 *coef_count_ = coef_count; in read_dct_coeffs() 739 int coef_count, int coef_idx[64], in unquantize_dct_coeffs() 744 for (i = 0; i < coef_count; 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_id in binkb_decode_plane() 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...] |
Completed in 2 milliseconds