Searched refs:coeff_dequant (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | fastquant_inline.h | 62 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp) in coeff_dequant() function 202 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp) in coeff_dequant() function 298 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp) in coeff_dequant() function 483 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp) in coeff_dequant() function
|
D | fastquant.cpp | 238 coeff = coeff_dequant(q_value, QPx2, Addition, tmp); in BlockQuantDequantH263Inter() 400 coeff = coeff_dequant(q_value, QPx2, Addition, tmp); in BlockQuantDequantH263Intra() 483 coeff = coeff_dequant(scale_q, QP, Addition, tmp); in BlockQuantDequantH263DCInter()
|