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

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastquant_inline.h62 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp) function
202 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp) function
298 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp) function
483 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp) function
H A Dfastquant.cpp238 coeff = coeff_dequant(q_value, QPx2, Addition, tmp);
400 coeff = coeff_dequant(q_value, QPx2, Addition, tmp);
483 coeff = coeff_dequant(scale_q, QP, Addition, tmp);

Completed in 166 milliseconds