HomeSort by relevance Sort by last modified time
    Searched refs:pPredBufCol (Results 1 - 11 of 11) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra.c 40 * 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,
armVCM4P2_ACDCPredict.c 38 * [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[i>>3] * predQP, curQP)
    [all...]
omxVCM4P2_TransRecBlockCoef_intra.c 51 * 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,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 33 ; * [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
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,temp2] ;// absCoefAC=pPredBufCol[i>>3]
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_PredictReconCoefIntra_s.s 33 ; * [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
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[i]:i=0 t0
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
armVC.h 88 * [in] pPredBufCol pointer to the coefficient column buffer
111 * [out] pPredBufCol pointer to the updated coefficient column buffer
125 OMX_S16 * pPredBufCol,
    [all...]
omxVC.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
armVC.h 88 * [in] pPredBufCol pointer to the coefficient column buffer
111 * [out] pPredBufCol pointer to the updated coefficient column buffer
125 OMX_S16 * pPredBufCol,
    [all...]
omxVC.h     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
armVC.h 88 * [in] pPredBufCol pointer to the coefficient column buffer
111 * [out] pPredBufCol pointer to the updated coefficient column buffer
125 OMX_S16 * pPredBufCol,
    [all...]
omxVC.h     [all...]

Completed in 688 milliseconds