Searched refs:pPred (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_DequantTransformResidualFromPairAndAdd.c64 * pPred - Pointer to the predicted 4x4 block; must be aligned on a 4-byte
82 * - pPred or pDst is NULL.
83 * - pPred or pDst is not 4-byte aligned.
92 const OMX_U8 *pPred,
105 armRetArgErrIf(pPred == NULL, OMX_Sts_BadArgErr);
106 armRetArgErrIf(armNot4ByteAligned(pPred),OMX_Sts_BadArgErr);
138 pDst[y*dstStep+x] = (OMX_U8)armClip(0,255,pPred[y*predStep+x] + pDelta[4*y+x]);
90 omxVCM4P10_DequantTransformResidualFromPairAndAdd( const OMX_U8 **ppSrc, const OMX_U8 *pPred, const OMX_S16 *pDC, OMX_U8 *pDst, OMX_INT predStep, OMX_INT dstStep, OMX_INT QP, OMX_INT AC ) argument
H A DomxVCM4P10_MotionEstimationMB.c1125 OMX_U8 *pPred; local
1136 pPred = armAlignTo16Bytes(PredBuf);
1164 pPred,
1174 pPred,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
H A DomxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s332 pPred RN 1 label
385 MOV pPredTemp,pPred
435 ADD pPredTemp,pPredTemp,predstep ;// Increment pPred ptr
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s69 pPred RN 1 label
211 MOV pPredTemp,pPred
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DomxVC.h3262 * pPred - Pointer to the predicted 4x4 block; must be aligned on a 4-byte
3280 * - pPred or pDst is NULL.
3281 * - pPred or pDst is not 4-byte aligned.
3289 const OMX_U8 *pPred,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DomxVC.h3262 * pPred - Pointer to the predicted 4x4 block; must be aligned on a 4-byte
3280 * - pPred or pDst is NULL.
3281 * - pPred or pDst is not 4-byte aligned.
3289 const OMX_U8 *pPred,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DomxVC.h3262 * pPred - Pointer to the predicted 4x4 block; must be aligned on a 4-byte
3280 * - pPred or pDst is NULL.
3281 * - pPred or pDst is not 4-byte aligned.
3289 const OMX_U8 *pPred,

Completed in 666 milliseconds