Home
last modified time | relevance | path

Searched refs:read_dct_coeffs (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dbink.c642 static int read_dct_coeffs(BinkContext *c, GetBitContext *gb, int32_t block[64], in read_dct_coeffs() function
921 if ((quant_idx = read_dct_coeffs(c, gb, dctblock, bink_scan, &coef_count, coef_idx, qp)) < 0) 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()
1132 if ((quant_idx = read_dct_coeffs(c, gb, dctblock, bink_scan, &coef_count, coef_idx, -1)) < 0) in bink_decode_plane()
1207 if ((quant_idx = read_dct_coeffs(c, gb, dctblock, bink_scan, &coef_count, coef_idx, -1)) < 0) in bink_decode_plane()
1223 if ((quant_idx = read_dct_coeffs(c, gb, dctblock, bink_scan, &coef_count, coef_idx, -1)) < 0) in bink_decode_plane()

Completed in 4 milliseconds