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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra.c40 * pPredBufCol - pointer to the coefficient column buffer; must be aligned
59 * pPredBufCol - pointer to the updated coefficient column buffer Note:
68 * pSrcDst, pPredBufRow, or pPredBufCol.
74 * - pSrcDst, pPredBufRow, or pPredBufCol is not 4-byte aligned.
81 OMX_S16 * pPredBufCol,
93 armRetArgErrIf(pPredBufCol == NULL, OMX_Sts_BadArgErr);
101 armRetArgErrIf(!armIs4ByteAligned(pPredBufCol), OMX_Sts_BadArgErr);
108 pPredBufCol,
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 DarmVCM4P2_ACDCPredict.c38 * [in] pPredBufCol pointer to the coefficient column buffer
61 * [out] pPredBufCol pointer to the updated coefficient column buffer
75 OMX_S16 * pPredBufCol,
91 armRetArgErrIf(pPredBufCol == NULL, OMX_Sts_BadArgErr);
97 armRetArgErrIf(!armIs4ByteAligned(pPredBufCol), OMX_Sts_BadArgErr);
152 tempPred = armIntDivAwayFromZero(pPredBufCol[0], dcScaler);
156 *(pPredBufRow - 8) = *pPredBufCol;
161 *pPredBufCol = pSrcDst[0] * dcScaler;
175 *pPredBufCol = pSrcDst[0] * dcScaler;
219 (pPredBufCol[
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
[all...]
H A DomxVCM4P2_TransRecBlockCoef_intra.c51 * pPredBufCol - pointer to the prediction coefficient column buffer
88 * pPredBufCol - pointer to the updated coefficient column buffer
126 OMX_S16 *pPredBufCol,
161 armRetArgErrIf(pPredBufCol == NULL, OMX_Sts_BadArgErr);
213 pPredBufCol,
234 pPredBufCol,
121 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.s33 ; * [in] pPredBufCol pointer to the coefficient column buffer; must be
52 ; * [out] pPredBufCol pointer to the updated coefficient column buffer
56 ; * - At least one of the pointers is NULL: pSrcDst, pPredBufRow, or pPredBufCol.
59 ; * - At least one of the pointers pSrcDst, pPredBufRow, or pPredBufCol is not
84 pPredBufCol RN 2 label
148 LDRNESH absCoeffDC,[pPredBufCol] ;// If horizontal load the coeff from column Prediction Buffer
167 LDRH temp,[pPredBufCol]
185 STRH temp1,[pPredBufCol] ;// store temp1 to pPredBufCol
246 LDRH absCoeffAC,[pPredBufCol,temp
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s33 ; * [in] pPredBufCol pointer to the coefficient column buffer; must be
52 ; * [out] pPredBufCol pointer to the updated coefficient column buffer
56 ; * - At least one of the pointers is NULL: pSrcDst, pPredBufRow, or pPredBufCol.
59 ; * - At least one of the pointers pSrcDst, pPredBufRow, or pPredBufCol is not
80 pPredBufCol RN 2 label
174 LDRNESH absCoeffDC,[pPredBufCol] ;// If horizontal load the coeff from column Prediction Buffer
189 LDRH dcRowbufCoeff,[pPredBufCol]
204 STRH dcColBuffCoeff,[pPredBufCol]
262 VLD1 {dPredRowBuf0,dPredRowBuf1},[pPredBufCol] ;// Loading pPredBufCol[
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DarmVC.h88 * [in] pPredBufCol pointer to the coefficient column buffer
111 * [out] pPredBufCol pointer to the updated coefficient column buffer
125 OMX_S16 * pPredBufCol,
H A DomxVC.h1278 * pPredBufCol - pointer to the prediction coefficient column buffer
1315 * pPredBufCol - pointer to the updated coefficient column buffer
1352 OMX_S16 *pPredBufCol,
2128 * pPredBufCol - pointer to the coefficient column buffer; must be aligned
2147 * pPredBufCol - pointer to the updated coefficient column buffer Note:
2156 * pSrcDst, pPredBufRow, or pPredBufCol.
2162 * - pSrcDst, pPredBufRow, or pPredBufCol is not 4-byte aligned.
2168 OMX_S16 *pPredBufCol,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DarmVC.h88 * [in] pPredBufCol pointer to the coefficient column buffer
111 * [out] pPredBufCol pointer to the updated coefficient column buffer
125 OMX_S16 * pPredBufCol,
H A DomxVC.h1278 * pPredBufCol - pointer to the prediction coefficient column buffer
1315 * pPredBufCol - pointer to the updated coefficient column buffer
1352 OMX_S16 *pPredBufCol,
2128 * pPredBufCol - pointer to the coefficient column buffer; must be aligned
2147 * pPredBufCol - pointer to the updated coefficient column buffer Note:
2156 * pSrcDst, pPredBufRow, or pPredBufCol.
2162 * - pSrcDst, pPredBufRow, or pPredBufCol is not 4-byte aligned.
2168 OMX_S16 *pPredBufCol,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DarmVC.h88 * [in] pPredBufCol pointer to the coefficient column buffer
111 * [out] pPredBufCol pointer to the updated coefficient column buffer
125 OMX_S16 * pPredBufCol,
H A DomxVC.h1278 * pPredBufCol - pointer to the prediction coefficient column buffer
1315 * pPredBufCol - pointer to the updated coefficient column buffer
1352 OMX_S16 *pPredBufCol,
2128 * pPredBufCol - pointer to the coefficient column buffer; must be aligned
2147 * pPredBufCol - pointer to the updated coefficient column buffer Note:
2156 * pSrcDst, pPredBufRow, or pPredBufCol.
2162 * - pSrcDst, pPredBufRow, or pPredBufCol is not 4-byte aligned.
2168 OMX_S16 *pPredBufCol,

Completed in 424 milliseconds