Home
last modified time | relevance | path

Searched refs:dct_unquantize_h263_axp (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/alpha/
Dmpegvideo_alpha.c26 static void dct_unquantize_h263_axp(int16_t *block, int n_coeffs, in dct_unquantize_h263_axp() function
94 dct_unquantize_h263_axp(block, n_coeffs, qscale, qadd); in dct_unquantize_h263_intra_axp()
103 dct_unquantize_h263_axp(block, n_coeffs, qscale, (qscale - 1) | 1); in dct_unquantize_h263_inter_axp()