Searched refs:QPx2 (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dfastquant.cpp156 Int QPx2 = QuantParam->QPx2; local
161 Int shift = 15 + (QPx2 >> 4);
238 coeff = coeff_dequant(q_value, QPx2, Addition, tmp);
275 Int QPx2 = QuantParam->QPx2; local
280 Int shift = 15 + (QPx2 >> 4);
294 QPx2plus = QPx2 << 4;
400 coeff = coeff_dequant(q_value, QPx2, Addition, tmp);
551 Int stepsize, QPx2 local
859 Int QPx2 = QP << 1; local
[all...]
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
209 smulbb coeff, q_value, QPx2
298 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp) argument
305 mul coeff, q_value, QPx2
483 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp) argument
488 register int32 qp = QPx2;
H A Dfastcodemb.h44 Int QPx2 ; member in struct:QPstruct
H A Dfastcodemb.cpp91 QuantParam.QPx2 = QP << 1;
94 QuantParam.QPx2plus = QuantParam.QPx2 + QuantParam.QPdiv2;
H A Dmp4lib_int.h464 Int QPx2 ; member in struct:QPstruct

Completed in 166 milliseconds