Searched defs:iRefStep1 (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.c55 * iRefStep1 - Step of reference block 1
78 OMX_U32 iRefStep1,
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.c55 * iRefStep1 - Step of reference block 1
78 OMX_U32 iRefStep1,
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.c55 * iRefStep1 - Step of reference block 1
78 OMX_U32 iRefStep1,
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.c51 * [in] iRefStep1 Step of reference block 1
66 OMX_U32 iRefStep1,
87 pSrcRef1 [y * iRefStep1 + x] + 1) >> 1));
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 100 milliseconds