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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/alpha/
H A Dmpegvideo_alpha.c26 static void dct_unquantize_h263_axp(DCTELEM *block, int n_coeffs, function
94 dct_unquantize_h263_axp(block, n_coeffs, qscale, qadd);
103 dct_unquantize_h263_axp(block, n_coeffs, qscale, (qscale - 1) | 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/alpha/
H A Dmpegvideo_alpha.c26 static void dct_unquantize_h263_axp(int16_t *block, int n_coeffs, function
94 dct_unquantize_h263_axp(block, n_coeffs, qscale, qadd);
103 dct_unquantize_h263_axp(block, n_coeffs, qscale, (qscale - 1) | 1);

Completed in 60 milliseconds