Searched refs:pPredBufRow (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra.c53 * pPredBufRow - pointer to the coefficient row buffer; must be aligned on
73 * pPredBufRow - pointer to the updated coefficient row buffer
83 * pSrcDst, pPredBufRow, or pPredBufCol.
89 * - pSrcDst, pPredBufRow, or pPredBufCol is not 4-byte aligned.
95 OMX_S16 * pPredBufRow,
107 armRetArgErrIf(pPredBufRow == NULL, OMX_Sts_BadArgErr);
115 armRetArgErrIf(!armIs4ByteAligned(pPredBufRow), OMX_Sts_BadArgErr);
122 pPredBufRow,
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.c52 * [in] pPredBufRow pointer to the coefficient row buffer
75 * [out] pPredBufRow pointer to the updated coefficient row buffer
89 OMX_S16 * pPredBufRow,
105 armRetArgErrIf(pPredBufRow == NULL, OMX_Sts_BadArgErr);
111 armRetArgErrIf(!armIs4ByteAligned(pPredBufRow), OMX_Sts_BadArgErr);
162 tempPred = armIntDivAwayFromZero(pPredBufRow[0], dcScaler);
171 *(pPredBufRow - 8) = *pPredBufCol;
201 (pPredBufRow[i] * predQP, curQP);
205 pPredBufRow[i] = pSrcDst[i];
225 pPredBufRow[
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.c53 * pPredBufRow - pointer to the coefficient row buffer containing
102 * pPredBufRow - pointer to the updated coefficient row buffer
140 OMX_S16 *pPredBufRow,
175 armRetArgErrIf(pPredBufRow == NULL, OMX_Sts_BadArgErr);
227 pPredBufRow,
248 pPredBufRow,
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.s45 ; * [in] pPredBufRow pointer to the coefficient row buffer; must be aligned
65 ; * [out] pPredBufRow pointer to the updated coefficient row 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
97 pPredBufRow RN 1 label
161 LDREQSH absCoeffDC,[pPredBufRow] ;// If vetical load the coeff from Row Prediction Buffer
173 SMULBB tempPred,temp,absCoeffDC ;// tempPred=pPredBufRow(Col)[0]*32767/dcScaler
175 LSR tempPred,tempPred,#15 ;// tempPred=pPredBufRow(Col)[0]/dcScaler
178 MLA Rem,negdcScaler,tempPred,absCoeffDC ;// Rem = pPredBufRow(Col)[0]-tempPred*dcScaler
185 RSBLT tempPred,tempPred,#0 ;/ if pPredBufRow(Co
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s45 ; * [in] pPredBufRow pointer to the coefficient row buffer; must be aligned
65 ; * [out] pPredBufRow pointer to the updated coefficient row 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
93 pPredBufRow RN 1 label
187 LDREQSH absCoeffDC,[pPredBufRow] ;// If vetical load the coeff from Row Prediction Buffer
197 SMULBB tempPred,temp,absCoeffDC ;// tempped=pPredBufRow(Col)[0]*32767/dcScaler
199 LSR tempPred,tempPred,#15 ;// tempped=pPredBufRow(Col)[0]/dcScaler
201 MLA Rem,negdcScaler,tempPred,absCoeffDC ;// Remainder Rem=abs(pPredBufRow(Col)[0])-tempPred*dcScaler
210 STRH dcRowbufCoeff,[pPredBufRow,#
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DarmVC.h102 * [in] pPredBufRow pointer to the coefficient row buffer
125 * [out] pPredBufRow pointer to the updated coefficient row buffer
139 OMX_S16 * pPredBufRow,
H A DomxVC.h1265 * pPredBufRow - pointer to the coefficient row buffer containing
1314 * pPredBufRow - pointer to the updated coefficient row buffer
1351 OMX_S16 *pPredBufRow,
2126 * pPredBufRow - pointer to the coefficient row buffer; must be aligned on
2146 * pPredBufRow - pointer to the updated coefficient row buffer
2156 * pSrcDst, pPredBufRow, or pPredBufCol.
2162 * - pSrcDst, pPredBufRow, or pPredBufCol is not 4-byte aligned.
2167 OMX_S16 *pPredBufRow,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DarmVC.h102 * [in] pPredBufRow pointer to the coefficient row buffer
125 * [out] pPredBufRow pointer to the updated coefficient row buffer
139 OMX_S16 * pPredBufRow,
H A DomxVC.h1265 * pPredBufRow - pointer to the coefficient row buffer containing
1314 * pPredBufRow - pointer to the updated coefficient row buffer
1351 OMX_S16 *pPredBufRow,
2126 * pPredBufRow - pointer to the coefficient row buffer; must be aligned on
2146 * pPredBufRow - pointer to the updated coefficient row buffer
2156 * pSrcDst, pPredBufRow, or pPredBufCol.
2162 * - pSrcDst, pPredBufRow, or pPredBufCol is not 4-byte aligned.
2167 OMX_S16 *pPredBufRow,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DarmVC.h102 * [in] pPredBufRow pointer to the coefficient row buffer
125 * [out] pPredBufRow pointer to the updated coefficient row buffer
139 OMX_S16 * pPredBufRow,
H A DomxVC.h1265 * pPredBufRow - pointer to the coefficient row buffer containing
1314 * pPredBufRow - pointer to the updated coefficient row buffer
1351 OMX_S16 *pPredBufRow,
2126 * pPredBufRow - pointer to the coefficient row buffer; must be aligned on
2146 * pPredBufRow - pointer to the updated coefficient row buffer
2156 * pSrcDst, pPredBufRow, or pPredBufCol.
2162 * - pSrcDst, pPredBufRow, or pPredBufCol is not 4-byte aligned.
2167 OMX_S16 *pPredBufRow,

Completed in 81 milliseconds