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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_SubAndTransformQDQResidual.c38 * iSrcOrgStep - Step of the original signal buffer; must be a multiple of
70 * - iSrcOrgStep is not a multiple of 4
78 OMX_U32 iSrcOrgStep,
109 armRetArgErrIf(iSrcOrgStep == 0, OMX_Sts_BadArgErr)
111 armRetArgErrIf(iSrcOrgStep & 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 167 milliseconds