Searched refs:QbitsPlusOne (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_TransformQuant_ChromaDC.c77 OMX_S32 QbitsPlusOne, Two_f, MF00; local
91 QbitsPlusOne = ARM_M4P10_Q_OFFSET + 1 + (iQP / 6); /*floor (QP/6)*/
94 Two_f = (1 << QbitsPlusOne) / (bIntra ? 3 : 6); /* 3->INTRA, 6->INTER */
101 Value = (armAbs(m[j][i]) * MF00 + Two_f) >> QbitsPlusOne;
H A DomxVCM4P10_TransformQuant_LumaDC.c74 OMX_U32 QbitsPlusOne, Two_f, MF; local
115 QbitsPlusOne = ARM_M4P10_Q_OFFSET + 1 + (iQP / 6); /*floor (QP/6)*/
116 Two_f = (1 << QbitsPlusOne) / 3; /* 3->INTRA, 6->INTER */
124 Value = (armAbs((m2[j][i]/* + 1*/) / 2) * MF + Two_f) >> QbitsPlusOne;

Completed in 55 milliseconds