Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dbink.c738 static void unquantize_dct_coeffs(int32_t block[64], const uint32_t quant[64], in unquantize_dct_coeffs() function
923 unquantize_dct_coeffs(dctblock, binkb_intra_quant[quant_idx], coef_count, coef_idx, bink_scan); in binkb_decode_plane()
958 unquantize_dct_coeffs(dctblock, binkb_inter_quant[quant_idx], coef_count, coef_idx, bink_scan); in binkb_decode_plane()
1134 unquantize_dct_coeffs(dctblock, bink_intra_quant[quant_idx], coef_count, coef_idx, bink_scan); in bink_decode_plane()
1209 unquantize_dct_coeffs(dctblock, bink_intra_quant[quant_idx], coef_count, coef_idx, bink_scan); in bink_decode_plane()
1225 unquantize_dct_coeffs(dctblock, bink_inter_quant[quant_idx], coef_count, coef_idx, bink_scan); in bink_decode_plane()

Completed in 3 milliseconds