HomeSort by relevance Sort by last modified time
    Searched refs:QPx2 (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
fastquant.cpp 156 Int QPx2 = QuantParam->QPx2;
161 Int shift = 15 + (QPx2 >> 4);
238 coeff = coeff_dequant(q_value, QPx2, Addition, tmp);
275 Int QPx2 = QuantParam->QPx2;
280 Int shift = 15 + (QPx2 >> 4);
294 QPx2plus = QPx2 << 4;
400 coeff = coeff_dequant(q_value, QPx2, Addition, tmp);
551 Int stepsize, QPx2 = QP << 1
    [all...]
fastquant_inline.h 62 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp)
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)
209 smulbb coeff, q_value, QPx2
298 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp)
305 mul coeff, q_value, QPx2
483 __inline int32 coeff_dequant(int32 q_value, int32 QPx2, int32 Addition, int32 tmp)
488 register int32 qp = QPx2;
fastcodemb.h 44 Int QPx2 ;
fastcodemb.cpp 91 QuantParam.QPx2 = QP << 1;
94 QuantParam.QPx2plus = QuantParam.QPx2 + QuantParam.QPdiv2;
mp4lib_int.h 463 Int QPx2 ;

Completed in 97 milliseconds