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

  /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...]

Completed in 200 milliseconds