Searched refs:QPx2 (Results 1 – 5 of 5) sorted by relevance
/frameworks/av/media/codecs/m4v_h263/enc/src/ |
D | fastquant.cpp | 156 Int QPx2 = QuantParam->QPx2; in BlockQuantDequantH263Inter() local 161 Int shift = 15 + (QPx2 >> 4); in BlockQuantDequantH263Inter() 238 coeff = coeff_dequant(q_value, QPx2, Addition, tmp); in BlockQuantDequantH263Inter() 275 Int QPx2 = QuantParam->QPx2; in BlockQuantDequantH263Intra() local 280 Int shift = 15 + (QPx2 >> 4); in BlockQuantDequantH263Intra() 294 QPx2plus = QPx2 << 4; in BlockQuantDequantH263Intra() 400 coeff = coeff_dequant(q_value, QPx2, Addition, tmp); in BlockQuantDequantH263Intra() 551 Int stepsize, QPx2 = QP << 1; in BlockQuantDequantMPEGInter() local 601 if (coeff >= -QPx2 && coeff < QPx2) /* quantized to zero*/ in BlockQuantDequantMPEGInter() 859 Int QPx2 = QP << 1; in BlockQuantDequantMPEGDCInter() local [all …]
|
D | fastquant_inline.h | 62 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp) in coeff_dequant() argument 70 coeff = q_value * QPx2 - Addition; in coeff_dequant() 76 coeff = q_value * QPx2 + Addition; in coeff_dequant() 202 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp) in coeff_dequant() argument 209 smulbb coeff, q_value, QPx2 in coeff_dequant() 298 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp) in coeff_dequant() argument 305 mul coeff, q_value, QPx2 in coeff_dequant() 483 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp) in coeff_dequant() argument 488 register int32 qp = QPx2; in coeff_dequant()
|
D | fastcodemb.h | 44 Int QPx2 ; member
|
D | fastcodemb.cpp | 91 QuantParam.QPx2 = QP << 1; in CodeMB_H263() 94 QuantParam.QPx2plus = QuantParam.QPx2 + QuantParam.QPdiv2; in CodeMB_H263()
|
D | mp4lib_int.h | 464 Int QPx2 ; member
|