Searched defs:q_value (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | fastquant_inline.h | 30 __inline int32 aan_scale(int32 q_value, int32 coeff, int32 round, int32 QPdiv2) in aan_scale() 43 int32 q_value; in coeff_quant() local 52 __inline int32 coeff_clip(int32 q_value, int32 ac_clip) in coeff_clip() 62 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp) in coeff_dequant() 83 __inline int32 smlabb(int32 q_value, int32 coeff, int32 round) in smlabb() 92 int32 q_value; in smulbb() local 108 __inline int32 clip_2047(int32 q_value, int32 tmp) in clip_2047() 124 __inline int32 coeff_dequant_mpeg(int32 q_value, int32 stepsize, int32 QP, int32 tmp) in coeff_dequant_mpeg() 149 __inline int32 coeff_dequant_mpeg_intra(int32 q_value, int32 tmp) in coeff_dequant_mpeg_intra() 173 __inline int32 aan_scale(int32 q_value, int32 coeff, in aan_scale() [all …]
|
D | fastquant.cpp | 154 Int tmp, coeff, q_value; in BlockQuantDequantH263Inter() local 274 Int tmp, coeff, q_value; in BlockQuantDequantH263Intra() local 549 Int tmp, coeff, q_value = 0; in BlockQuantDequantMPEGInter() local 678 Int tmp, coeff, q_value = 0; in BlockQuantDequantMPEGIntra() local 855 Int q_value, coeff, stepsize; in BlockQuantDequantMPEGDCInter() local 923 Int tmp, coeff, q_value; in BlockQuantDequantMPEGDCIntra() local
|