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.c29 * of the other two (pSrcRef0 and pSrcRef1) for 16x16 or 16x8 blocks.
37 * pSrcRef1 - Pointer to reference block 1
52 * pSrcRef1, pDstSAD.
60 const OMX_U8* pSrcRef1,
71 armRetArgErrIf(pSrcRef1 == NULL, OMX_Sts_BadArgErr)
79 (pSrc, pSrcRef0, pSrcRef1, iSrcStep,
57 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.c29 * of the other two (pSrcRef0 and pSrcRef1) for 4x8 or 4x4 blocks. Rounding
37 * pSrcRef1 - Pointer to reference block 1
52 * pSrcRef1, pDstSAD.
60 const OMX_U8* pSrcRef1,
71 armRetArgErrIf(pSrcRef1 == NULL, OMX_Sts_BadArgErr);
78 (pSrc, pSrcRef0, pSrcRef1, iSrcStep,
57 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.c29 * of the other two (pSrcRef0 and pSrcRef1) for 8x16, 8x8, or 8x4 blocks.
37 * pSrcRef1 - Pointer to reference block 1
52 * pSrcRef1, pDstSAD.
60 const OMX_U8* pSrcRef1,
71 armRetArgErrIf(pSrcRef1 == NULL, OMX_Sts_BadArgErr)
80 (pSrc, pSrcRef0, pSrcRef1, iSrcStep,
57 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.c27 * average of the other two (pSrcRef0 and pSrcRef1)
33 * [in] pSrcRef1 Pointer to reference block 1
48 const OMX_U8* pSrcRef1,
63 armRetArgErrIf(pSrcRef1 == NULL, OMX_Sts_BadArgErr)
72 pSrcRef1 [y * iRefStep1 + x] + 1) >> 1));
45 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 50 milliseconds