Searched defs:pPredBufCol (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra.c55 * pPredBufCol - pointer to the coefficient column buffer; must be aligned
74 * pPredBufCol - pointer to the updated coefficient column buffer Note:
83 * pSrcDst, pPredBufRow, or pPredBufCol.
89 * - pSrcDst, pPredBufRow, or pPredBufCol is not 4-byte aligned.
96 OMX_S16 * pPredBufCol,
108 armRetArgErrIf(pPredBufCol == NULL, OMX_Sts_BadArgErr);
116 armRetArgErrIf(!armIs4ByteAligned(pPredBufCol), OMX_Sts_BadArgErr);
123 pPredBufCol,
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.c53 * [in] pPredBufCol pointer to the coefficient column buffer
76 * [out] pPredBufCol pointer to the updated coefficient column buffer
90 OMX_S16 * pPredBufCol,
106 armRetArgErrIf(pPredBufCol == NULL, OMX_Sts_BadArgErr);
112 armRetArgErrIf(!armIs4ByteAligned(pPredBufCol), OMX_Sts_BadArgErr);
167 tempPred = armIntDivAwayFromZero(pPredBufCol[0], dcScaler);
171 *(pPredBufRow - 8) = *pPredBufCol;
176 *pPredBufCol = pSrcDst[0] * dcScaler;
190 *pPredBufCol = pSrcDst[0] * dcScaler;
234 (pPredBufCol[
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_TransRecBlockCoef_intra.c66 * pPredBufCol - pointer to the prediction coefficient column buffer
103 * pPredBufCol - pointer to the updated coefficient column buffer
141 OMX_S16 *pPredBufCol,
176 armRetArgErrIf(pPredBufCol == NULL, OMX_Sts_BadArgErr);
228 pPredBufCol,
249 pPredBufCol,
136 omxVCM4P2_TransRecBlockCoef_intra( const OMX_U8 *pSrc, OMX_S16 * pDst, OMX_U8 * pRec, OMX_S16 *pPredBufRow, OMX_S16 *pPredBufCol, OMX_S16 * pPreACPredict, OMX_INT *pSumErr, OMX_INT blockIndex, OMX_U8 curQp, const OMX_U8 *pQpBuf, OMX_INT srcStep, OMX_INT dstStep, OMX_INT shortVideoHeader ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s47 ; * [in] pPredBufCol pointer to the coefficient column buffer; must be
66 ; * [out] pPredBufCol pointer to the updated coefficient column buffer
70 ; * - At least one of the pointers is NULL: pSrcDst, pPredBufRow, or pPredBufCol.
73 ; * - At least one of the pointers pSrcDst, pPredBufRow, or pPredBufCol is not
98 pPredBufCol RN 2 label
162 LDRNESH absCoeffDC,[pPredBufCol] ;// If horizontal load the coeff from column Prediction Buffer
181 LDRH temp,[pPredBufCol]
199 STRH temp1,[pPredBufCol] ;// store temp1 to pPredBufCol
260 LDRH absCoeffAC,[pPredBufCol,temp
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s47 ; * [in] pPredBufCol pointer to the coefficient column buffer; must be
66 ; * [out] pPredBufCol pointer to the updated coefficient column buffer
70 ; * - At least one of the pointers is NULL: pSrcDst, pPredBufRow, or pPredBufCol.
73 ; * - At least one of the pointers pSrcDst, pPredBufRow, or pPredBufCol is not
94 pPredBufCol RN 2 label
188 LDRNESH absCoeffDC,[pPredBufCol] ;// If horizontal load the coeff from column Prediction Buffer
203 LDRH dcRowbufCoeff,[pPredBufCol]
218 STRH dcColBuffCoeff,[pPredBufCol]
276 VLD1 {dPredRowBuf0,dPredRowBuf1},[pPredBufCol] ;// Loading pPredBufCol[
[all...]

Completed in 331 milliseconds