Searched refs:curQP (Results 1 - 13 of 13) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_ACDCPredict.c54 * [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 >
86 armVCM4P2_ACDCPredict( OMX_S16 * pSrcDst, OMX_S16 * pPreACPredict, OMX_S16 * pPredBufRow, OMX_S16 * pPredBufCol, OMX_INT curQP, OMX_INT predQP, OMX_INT predDir, OMX_INT ACPredFlag, OMXVCM4P2VideoComponent videoComp, OMX_U8 flag, OMX_INT *pSumErr ) argument
[all...]
H A DomxVCM4P2_PredictReconCoefIntra.c57 * 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,
93 omxVCM4P2_PredictReconCoefIntra( OMX_S16 * pSrcDst, OMX_S16 * pPredBufRow, OMX_S16 * pPredBufCol, OMX_INT curQP, OMX_INT predQP, OMX_INT predDir, OMX_INT ACPredFlag, OMXVCM4P2VideoComponent videoComp ) argument
H A DomxVCM4P2_DecodeBlockCoef_Intra.c63 * 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,
107 omxVCM4P2_DecodeBlockCoef_Intra( const OMX_U8 ** ppBitStream, OMX_INT *pBitOffset, OMX_U8 *pDst, OMX_INT step, OMX_S16 *pCoefBufRow, OMX_S16 *pCoefBufCol, OMX_U8 curQP, const OMX_U8 *pQPBuf, OMX_INT blockIndex, OMX_INT intraDCVLC, OMX_INT ACPredFlag, OMX_INT shortVideoHeader ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Intra.c63 * [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,
110 omxVCM4P2_DecodeBlockCoef_Intra( const OMX_U8 ** ppBitStream, OMX_INT *pBitOffset, OMX_U8 *pDst, OMX_INT step, OMX_S16 *pCoefBufRow, OMX_S16 *pCoefBufCol, OMX_U8 curQP, const OMX_U8 *pQPBuf, OMX_INT blockIndex, OMX_INT intraDCVLC, OMX_INT ACPredFlag, OMX_INT shortVideoHeader ) argument
H A DomxVCM4P2_PredictReconCoefIntra_s.s49 ; * [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 label
208 MUL temp1,curQP,temp1
210 RSB negCurQP,curQP,#0
211 LDR CoeffTable,[predCoeffTable,temp1] ;// CoeffTable=0x1ffff/curQP
212 ADD curQP,curQP,#
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Intra.c69 * [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,
116 omxVCM4P2_DecodeBlockCoef_Intra( const OMX_U8 ** ppBitStream, OMX_INT *pBitOffset, OMX_U8 *pDst, OMX_INT step, OMX_S16 *pCoefBufRow, OMX_S16 *pCoefBufCol, OMX_U8 curQP, const OMX_U8 *pQPBuf, OMX_INT blockIndex, OMX_INT intraDCVLC, OMX_INT ACPredFlag, OMX_INT shortVideoHeader ) argument
H A DomxVCM4P2_PredictReconCoefIntra_s.s49 ; * [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 label
230 MUL curQP,curQP,Const ;// curQP=4*curQP
232 LDR temp2,[predCoeffTable,curQP] ;// tem
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DarmVC.h104 * [in] curQP quantization parameter of the current block. curQP
141 OMX_INT curQP,
H A DomxVC.h1337 * - curQP <= 0 or curQP >= 32.
1998 * curQP - quantization parameter of the macroblock which the current block
2034 * - curQP exceeds (1, 31)
2048 OMX_U8 curQP,
2130 * curQP - quantization parameter of the current block. curQP may equal to
2157 * - curQP <= 0,
2159 * - curQP >31,
2169 OMX_INT curQP,
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DarmVC.h104 * [in] curQP quantization parameter of the current block. curQP
141 OMX_INT curQP,
H A DomxVC.h1337 * - curQP <= 0 or curQP >= 32.
1998 * curQP - quantization parameter of the macroblock which the current block
2034 * - curQP exceeds (1, 31)
2048 OMX_U8 curQP,
2130 * curQP - quantization parameter of the current block. curQP may equal to
2157 * - curQP <= 0,
2159 * - curQP >31,
2169 OMX_INT curQP,
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DarmVC.h104 * [in] curQP quantization parameter of the current block. curQP
141 OMX_INT curQP,
H A DomxVC.h1337 * - curQP <= 0 or curQP >= 32.
1998 * curQP - quantization parameter of the macroblock which the current block
2034 * - curQP exceeds (1, 31)
2048 OMX_U8 curQP,
2130 * curQP - quantization parameter of the current block. curQP may equal to
2157 * - curQP <= 0,
2159 * - curQP >31,
2169 OMX_INT curQP,
[all...]

Completed in 780 milliseconds