Searched defs:pSrcRef1 (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.c44 * of the other two (pSrcRef0 and pSrcRef1) for 16x16 or 16x8 blocks.
52 * pSrcRef1 - Pointer to reference block 1
67 * pSrcRef1, pDstSAD.
75 const OMX_U8* pSrcRef1,
86 armRetArgErrIf(pSrcRef1 == NULL, OMX_Sts_BadArgErr)
94 (pSrc, pSrcRef0, pSrcRef1, iSrcStep,
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.c44 * of the other two (pSrcRef0 and pSrcRef1) for 4x8 or 4x4 blocks. Rounding
52 * pSrcRef1 - Pointer to reference block 1
67 * pSrcRef1, pDstSAD.
75 const OMX_U8* pSrcRef1,
86 armRetArgErrIf(pSrcRef1 == NULL, OMX_Sts_BadArgErr);
93 (pSrc, pSrcRef0, pSrcRef1, iSrcStep,
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.c44 * of the other two (pSrcRef0 and pSrcRef1) for 8x16, 8x8, or 8x4 blocks.
52 * pSrcRef1 - Pointer to reference block 1
67 * pSrcRef1, pDstSAD.
75 const OMX_U8* pSrcRef1,
86 armRetArgErrIf(pSrcRef1 == NULL, OMX_Sts_BadArgErr)
95 (pSrc, pSrcRef0, pSrcRef1, iSrcStep,
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.c42 * average of the other two (pSrcRef0 and pSrcRef1)
48 * [in] pSrcRef1 Pointer to reference block 1
63 const OMX_U8* pSrcRef1,
78 armRetArgErrIf(pSrcRef1 == NULL, OMX_Sts_BadArgErr)
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 900 milliseconds