Home
last modified time | relevance | path

Searched refs:Addition (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dfastquant_inline.h62 __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
210 sublt coeff, coeff, Addition in coeff_dequant()
211 addge coeff, coeff, Addition in coeff_dequant()
298 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp) in coeff_dequant() argument
306 sublt coeff, coeff, Addition in coeff_dequant()
307 addge coeff, coeff, Addition in coeff_dequant()
483 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp) in coeff_dequant() argument
[all …]
Dfastquant.cpp157 Int Addition = QuantParam->Addition; in BlockQuantDequantH263Inter() local
238 coeff = coeff_dequant(q_value, QPx2, Addition, tmp); in BlockQuantDequantH263Inter()
276 Int Addition = QuantParam->Addition; in BlockQuantDequantH263Intra() local
400 coeff = coeff_dequant(q_value, QPx2, Addition, tmp); in BlockQuantDequantH263Intra()
448 Int Addition = QuantParam->Addition; in BlockQuantDequantH263DCInter() local
483 coeff = coeff_dequant(scale_q, QP, Addition, tmp); in BlockQuantDequantH263DCInter()
Dfastcodemb.h48 Int Addition; member
Dmp4lib_int.h467 Int Addition; member
Dfastcodemb.cpp95 QuantParam.Addition = QP - 1 + (QP & 0x1); in CodeMB_H263()