Searched defs:predQP (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir.c54 * [out] predQP quantization parameter of the predictor block
70 OMX_INT *predQP,
93 *predQP = pQpBuf[1];
98 *predQP = pQpBuf[0];
65 armVCM4P2_SetPredDir( OMX_INT blockIndex, OMX_S16 *pCoefBufRow, OMX_S16 *pCoefBufCol, OMX_INT *predDir, OMX_INT *predQP, const OMX_U8 *pQpBuf ) argument
H A DomxVCM4P2_PredictReconCoefIntra.c58 * predQP especially when the current block and the predictor block
60 * predQP - quantization parameter of the predictor block
85 * - predQP <= 0,
87 * - predQP > 31,
98 OMX_INT predQP,
110 armRetArgErrIf(predQP <= 0, OMX_Sts_BadArgErr);
112 armRetArgErrIf(predQP > 31, OMX_Sts_BadArgErr);
125 predQP,
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 DarmVCM4P2_ACDCPredict.c55 * may equal to predQP especially when the current
58 * [in] predQP quantization parameter of the predictor block
92 OMX_INT predQP,
108 armRetArgErrIf(predQP <= 0, OMX_Sts_BadArgErr);
201 (pPredBufRow[i] * predQP, curQP);
234 (pPredBufCol[i>>3] * predQP, 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
H A DomxVCM4P2_DecodeBlockCoef_Intra.c125 OMX_INT predQP; local
154 &predQP,
159 armRetArgErrIf(((predQP <= 0) || (predQP >= 32)), OMX_Sts_BadArgErr);
206 predQP,
H A DomxVCM4P2_TransRecBlockCoef_intra.c160 OMX_INT predQP, ACPredFlag; local
230 &predQP,
233 armRetDataErrIf(((predQP <= 0) || (predQP >= 32)), OMX_Sts_BadArgErr);
251 predQP,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s43 ; * [out]predQP quantization parameter of the predictor block
69 predQP RN 4 label
99 M_LDR predQP,ppredQP
104 STRLT temp1,[predQP]
109 STRGE temp1,[predQP]
H A DomxVCM4P2_DecodeBlockCoef_Intra.c128 OMX_INT predQP; local
143 &predQP,
194 predQP,
H A DomxVCM4P2_PredictReconCoefIntra_s.s50 ; * equal to predQP especially when the current block and
52 ; * [in] predQP quantization parameter of the predictor block
71 ; * - At least one the following cases: curQP <= 0, predQP <= 0, curQP >31,
72 ; * predQP > 31, preDir exceeds [1,2].
101 predQP RN 4 label
196 M_LDR predQP,predQPonStack
227 SMULBB absCoeffAC,absCoeffAC,predQP ;// temp1=pPredBufRow[i]*predQP
228 MUL tempPred,absCoeffAC,CoeffTable ;// tempPred=pPredBufRow[i]*predQP*0x1ffff/curQP
265 SMULBB absCoeffAC,absCoeffAC,predQP ;// temp
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s43 ; * [out]predQP quantization parameter of the predictor block
69 predQP RN 4 label
99 M_LDR predQP,ppredQP
104 STRLT temp1,[predQP]
109 STRGE temp1,[predQP]
H A DomxVCM4P2_DecodeBlockCoef_Intra.c134 OMX_INT predQP; local
149 &predQP,
200 predQP,
H A DomxVCM4P2_PredictReconCoefIntra_s.s50 ; * equal to predQP especially when the current block and
52 ; * [in] predQP quantization parameter of the predictor block
71 ; * - At least one the following cases: curQP <= 0, predQP <= 0, curQP >31,
72 ; * predQP > 31, preDir exceeds [1,2].
97 predQP RN 4 label
223 M_LDR predQP,predQPonStack
231 VDUP dPredQP0,predQP

Completed in 593 milliseconds