Searched refs:predQP (Results 1 - 17 of 17) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir.c39 * [out] predQP quantization parameter of the predictor block
55 OMX_INT *predQP,
78 *predQP = pQpBuf[1];
83 *predQP = pQpBuf[0];
50 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.c43 * predQP especially when the current block and the predictor block
45 * predQP - quantization parameter of the predictor block
70 * - predQP <= 0,
72 * - predQP > 31,
83 OMX_INT predQP,
95 armRetArgErrIf(predQP <= 0, OMX_Sts_BadArgErr);
97 armRetArgErrIf(predQP > 31, OMX_Sts_BadArgErr);
110 predQP,
78 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.c110 OMX_INT predQP; local
139 &predQP,
144 armRetArgErrIf(((predQP <= 0) || (predQP >= 32)), OMX_Sts_BadArgErr);
191 predQP,
H A DomxVCM4P2_TransRecBlockCoef_intra.c145 OMX_INT predQP, ACPredFlag; local
215 &predQP,
218 armRetDataErrIf(((predQP <= 0) || (predQP >= 32)), OMX_Sts_BadArgErr);
236 predQP,
H A DarmVCM4P2_ACDCPredict.c40 * may equal to predQP especially when the current
43 * [in] predQP quantization parameter of the predictor block
77 OMX_INT predQP,
93 armRetArgErrIf(predQP <= 0, OMX_Sts_BadArgErr);
186 (pPredBufRow[i] * predQP, curQP);
219 (pPredBufCol[i>>3] * predQP, curQP);
71 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
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodeBlockCoef_Intra.c113 OMX_INT predQP; local
128 &predQP,
179 predQP,
H A DarmVCM4P2_SetPredDir_s.s29 ; * [out]predQP quantization parameter of the predictor block
55 predQP RN 4 label
85 M_LDR predQP,ppredQP
90 STRLT temp1,[predQP]
95 STRGE temp1,[predQP]
H A DomxVCM4P2_PredictReconCoefIntra_s.s36 ; * equal to predQP especially when the current block and
38 ; * [in] predQP quantization parameter of the predictor block
57 ; * - At least one the following cases: curQP <= 0, predQP <= 0, curQP >31,
58 ; * predQP > 31, preDir exceeds [1,2].
87 predQP RN 4 label
182 M_LDR predQP,predQPonStack
213 SMULBB absCoeffAC,absCoeffAC,predQP ;// temp1=pPredBufRow[i]*predQP
214 MUL tempPred,absCoeffAC,CoeffTable ;// tempPred=pPredBufRow[i]*predQP*0x1ffff/curQP
251 SMULBB absCoeffAC,absCoeffAC,predQP ;// temp
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s29 ; * [out]predQP quantization parameter of the predictor block
55 predQP RN 4 label
85 M_LDR predQP,ppredQP
90 STRLT temp1,[predQP]
95 STRGE temp1,[predQP]
H A DomxVCM4P2_DecodeBlockCoef_Intra.c119 OMX_INT predQP; local
134 &predQP,
185 predQP,
H A DomxVCM4P2_PredictReconCoefIntra_s.s36 ; * equal to predQP especially when the current block and
38 ; * [in] predQP quantization parameter of the predictor block
57 ; * - At least one the following cases: curQP <= 0, predQP <= 0, curQP >31,
58 ; * predQP > 31, preDir exceeds [1,2].
83 predQP RN 4 label
209 M_LDR predQP,predQPonStack
217 VDUP dPredQP0,predQP
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DarmVC.h90 * may equal to predQP especially when the current
93 * [in] predQP quantization parameter of the predictor block
127 OMX_INT predQP,
151 * [out] predQP quantization parameter of the predictor block
167 OMX_INT *predQP,
H A DomxVC.h2131 * predQP especially when the current block and the predictor block
2133 * predQP - quantization parameter of the predictor block
2158 * - predQP <= 0,
2160 * - predQP > 31,
2170 OMX_INT predQP,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DarmVC.h90 * may equal to predQP especially when the current
93 * [in] predQP quantization parameter of the predictor block
127 OMX_INT predQP,
151 * [out] predQP quantization parameter of the predictor block
167 OMX_INT *predQP,
H A DomxVC.h2131 * predQP especially when the current block and the predictor block
2133 * predQP - quantization parameter of the predictor block
2158 * - predQP <= 0,
2160 * - predQP > 31,
2170 OMX_INT predQP,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DarmVC.h90 * may equal to predQP especially when the current
93 * [in] predQP quantization parameter of the predictor block
127 OMX_INT predQP,
151 * [out] predQP quantization parameter of the predictor block
167 OMX_INT *predQP,
H A DomxVC.h2131 * predQP especially when the current block and the predictor block
2133 * predQP - quantization parameter of the predictor block
2158 * - predQP <= 0,
2160 * - predQP > 31,
2170 OMX_INT predQP,

Completed in 6633 milliseconds