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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastquant_inline.h124 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp) function
243 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp) function
340 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp) function
567 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp) function
H A Dfastquant.cpp623 q_value = coeff_dequant_mpeg(q_value, stepsize, QP, tmp);
897 q_value = coeff_dequant_mpeg(q_value, stepsize, QP, 2047);

Completed in 1741 milliseconds