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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_SADQuar_16x.c54 * iRefStep0 - Step of reference block 0
77 OMX_U32 iRefStep0,
95 iRefStep0, iRefStep1, pDstSAD, iHeight, 16);
72 omxVCM4P10_SADQuar_16x( const OMX_U8* pSrc, const OMX_U8* pSrcRef0, const OMX_U8* pSrcRef1, OMX_U32 iSrcStep, OMX_U32 iRefStep0, OMX_U32 iRefStep1, OMX_U32* pDstSAD, OMX_U32 iHeight ) argument
H A DomxVCM4P10_SADQuar_4x.c54 * iRefStep0 - Step of reference block 0
77 OMX_U32 iRefStep0,
94 iRefStep0, iRefStep1, pDstSAD, iHeight, 4);
72 omxVCM4P10_SADQuar_4x( const OMX_U8* pSrc, const OMX_U8* pSrcRef0, const OMX_U8* pSrcRef1, OMX_U32 iSrcStep, OMX_U32 iRefStep0, OMX_U32 iRefStep1, OMX_U32* pDstSAD, OMX_U32 iHeight ) argument
H A DomxVCM4P10_SADQuar_8x.c54 * iRefStep0 - Step of reference block 0
77 OMX_U32 iRefStep0,
96 iRefStep0, iRefStep1, pDstSAD, iHeight, 8);
72 omxVCM4P10_SADQuar_8x( const OMX_U8* pSrc, const OMX_U8* pSrcRef0, const OMX_U8* pSrcRef1, OMX_U32 iSrcStep, OMX_U32 iRefStep0, OMX_U32 iRefStep1, OMX_U32* pDstSAD, OMX_U32 iHeight ) argument
H A DarmVCM4P10_SADQuar.c50 * [in] iRefStep0 Step of reference block 0
65 OMX_U32 iRefStep0,
86 pSrcRef0 [y * iRefStep0 + x] +
60 armVCM4P10_SADQuar( const OMX_U8* pSrc, const OMX_U8* pSrcRef0, const OMX_U8* pSrcRef1, OMX_U32 iSrcStep, OMX_U32 iRefStep0, OMX_U32 iRefStep1, OMX_U32* pDstSAD, OMX_U32 iHeight, OMX_U32 iWidth ) argument

Completed in 2281 milliseconds