HomeSort by relevance Sort by last modified time
    Searched refs:coeff_dequant_mpeg (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastquant_inline.h 124 __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
fastquant.cpp 623 q_value = coeff_dequant_mpeg(q_value, stepsize, QP, tmp);
897 q_value = coeff_dequant_mpeg(q_value, stepsize, QP, 2047);

Completed in 54 milliseconds