Searched defs:iSrcPredStep (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_InvTransformResidualAndAdd.c36 * iSrcPredStep - Step of the prediction buffer; must be a multiple of 4.
55 * - iSrcPredStep or iDstReconStep is not a multiple of 4.
63 OMX_U32 iSrcPredStep,
80 armRetArgErrIf(iSrcPredStep == 0 || iSrcPredStep & 3, OMX_Sts_BadArgErr)
109 Value = (OMX_S32) Out [j * 4 + i] + pSrcPred [j * iSrcPredStep + i];
59 omxVCM4P10_InvTransformResidualAndAdd( const OMX_U8* pSrcPred, const OMX_S16* pDequantCoeff, OMX_U8* pDstRecon, OMX_U32 iSrcPredStep, OMX_U32 iDstReconStep, OMX_U8 bAC ) argument
H A DomxVCM4P10_SubAndTransformQDQResidual.c40 * iSrcPredStep - Step of the prediction signal buffer; must be a multiple
71 * - iSrcPredStep is not a multiple of 4
79 OMX_U32 iSrcPredStep,
110 armRetArgErrIf(iSrcPredStep == 0, OMX_Sts_BadArgErr)
112 armRetArgErrIf(iSrcPredStep & 3, OMX_Sts_BadArgErr)
163 pSrcOrg [j * iSrcOrgStep + i] - pSrcPred [j * iSrcPredStep + i];
75 omxVCM4P10_SubAndTransformQDQResidual( const OMX_U8* pSrcOrg, const OMX_U8* pSrcPred, OMX_U32 iSrcOrgStep, OMX_U32 iSrcPredStep, OMX_S16* pDstQuantCoeff, OMX_S16* pDstDeQuantCoeff, OMX_S16* pDCCoeff, OMX_S8* pNumCoeff, OMX_U32 nThreshSAD, OMX_U32 iQP, OMX_U8 bIntra ) argument

Completed in 61 milliseconds