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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_ACDCPredict.c 54 * [in] curQP quantization parameter of the current block. curQP
91 OMX_INT curQP,
107 armRetArgErrIf(curQP <= 0, OMX_Sts_BadArgErr);
121 if (curQP >= 1 && curQP <= 4)
125 else if (curQP >= 5 && curQP <= 8)
127 dcScaler = 2 * curQP;
129 else if (curQP >= 9 && curQP <= 24
    [all...]
omxVCM4P2_PredictReconCoefIntra.c 57 * curQP - quantization parameter of the current block. curQP may equal to
84 * - curQP <= 0,
86 * - curQP >31,
97 OMX_INT curQP,
109 armRetArgErrIf(curQP <= 0, OMX_Sts_BadArgErr);
111 armRetArgErrIf(curQP > 31, OMX_Sts_BadArgErr);
124 curQP,
omxVCM4P2_DecodeBlockCoef_Intra.c 63 * curQP - quantization parameter of the macroblock which the current block
99 * - curQP exceeds (1, 31)
114 OMX_U8 curQP,
138 armRetArgErrIf(((curQP <= 0) || (curQP >= 32)), OMX_Sts_BadArgErr);
205 curQP,
215 curQP,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 63 * [in] curQP quantization parameter of the macroblock which
101 * - At least one of the below case: *pBitOffset exceeds [0,7], curQP exceeds (1, 31),
117 OMX_U8 curQP,
193 curQP,
203 curQP,
omxVCM4P2_PredictReconCoefIntra_s.s 49 ; * [in] curQP quantization parameter of the current block. curQP may
71 ; * - At least one the following cases: curQP <= 0, predQP <= 0, curQP >31,
99 curQP RN 3
208 MUL temp1,curQP,temp1
210 RSB negCurQP,curQP,#0
211 LDR CoeffTable,[predCoeffTable,temp1] ;// CoeffTable=0x1ffff/curQP
212 ADD curQP,curQP,#1 ;// curQP=curQP+
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c 69 * [in] curQP quantization parameter of the macroblock which
107 * - At least one of the below case: *pBitOffset exceeds [0,7], curQP exceeds (1, 31),
123 OMX_U8 curQP,
199 curQP,
209 curQP,
omxVCM4P2_PredictReconCoefIntra_s.s 49 ; * [in] curQP quantization parameter of the current block. curQP may
71 ; * - At least one the following cases: curQP <= 0, predQP <= 0, curQP >31,
95 curQP RN 3
230 MUL curQP,curQP,Const ;// curQP=4*curQP
232 LDR temp2,[predCoeffTable,curQP] ;// temp=0x1ffff/curQ
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 104 * [in] curQP quantization parameter of the current block. curQP
141 OMX_INT curQP,
    [all...]
omxVC.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h 104 * [in] curQP quantization parameter of the current block. curQP
141 OMX_INT curQP,
    [all...]
omxVC.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
armVC.h 104 * [in] curQP quantization parameter of the current block. curQP
141 OMX_INT curQP,
    [all...]
omxVC.h     [all...]

Completed in 331 milliseconds