Searched refs:Addition (Results 1 - 5 of 5) 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) argument
70 coeff = q_value * QPx2 - Addition;
76 coeff = q_value * QPx2 + Addition;
202 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp) argument
210 sublt coeff, coeff, Addition
211 addge coeff, coeff, Addition
298 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp) argument
306 sublt coeff, coeff, Addition
307 addge coeff, coeff, Addition
483 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int3 argument
[all...]
H A Dfastquant.cpp130 fast bitmaprow mask and borrowed Addition method instead of ifs from , ).
157 Int Addition = QuantParam->Addition; local
238 coeff = coeff_dequant(q_value, QPx2, Addition, tmp);
276 Int Addition = QuantParam->Addition; local
400 coeff = coeff_dequant(q_value, QPx2, Addition, tmp);
448 Int Addition = QuantParam->Addition; local
483 coeff = coeff_dequant(scale_q, QP, Addition, tm
[all...]
H A Dfastcodemb.h48 Int Addition; member in struct:QPstruct
H A Dmp4lib_int.h468 Int Addition; member in struct:QPstruct
H A Dfastcodemb.cpp95 QuantParam.Addition = QP - 1 + (QP & 0x1);

Completed in 70 milliseconds