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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/
H A DomxVCCOMM_SAD_16x.c40 * pDstSAD - Pointer of result SAD
48 * pSrcOrg, pDstSAD, or pSrcRef
60 OMX_S32* pDstSAD,
67 armRetArgErrIf(pDstSAD == NULL, OMX_Sts_BadArgErr)
74 (pSrcOrg, iStepOrg, pSrcRef, iStepRef, pDstSAD, iHeight, 16);
55 omxVCCOMM_SAD_16x( const OMX_U8* pSrcOrg, OMX_U32 iStepOrg, const OMX_U8* pSrcRef, OMX_U32 iStepRef, OMX_S32* pDstSAD, OMX_U32 iHeight ) argument
H A DomxVCCOMM_SAD_8x.c40 * pDstSAD -Pointer of result SAD
48 * pSrcOrg, pDstSAD, or pSrcRef
60 OMX_S32* pDstSAD,
67 armRetArgErrIf(pDstSAD == NULL, OMX_Sts_BadArgErr)
74 (pSrcOrg, iStepOrg, pSrcRef, iStepRef, pDstSAD, iHeight, 8);
55 omxVCCOMM_SAD_8x( const OMX_U8* pSrcOrg, OMX_U32 iStepOrg, const OMX_U8* pSrcRef, OMX_U32 iStepRef, OMX_S32* pDstSAD, OMX_U32 iHeight ) argument
H A DarmVCCOMM_SAD.c36 * [out] pDstSAD Pointer of result SAD
47 OMX_S32* pDstSAD,
57 armRetArgErrIf(pDstSAD == NULL, OMX_Sts_BadArgErr)
59 *pDstSAD = 0;
64 *pDstSAD += armAbs(pSrcOrg [(y * iStepOrg) + x] -
42 armVCCOMM_SAD( const OMX_U8* pSrcOrg, OMX_U32 iStepOrg, const OMX_U8* pSrcRef, OMX_U32 iStepRef, OMX_S32* pDstSAD, OMX_U32 iHeight, OMX_U32 iWidth ) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_SAD_4x.c40 * pDstSAD -Pointer of result SAD
46 * pSrcOrg, pSrcRef, or pDstSAD
57 OMX_S32* pDstSAD,
64 armRetArgErrIf(pDstSAD == NULL, OMX_Sts_BadArgErr)
71 (pSrcOrg, iStepOrg, pSrcRef, iStepRef, pDstSAD, iHeight, 4);
52 omxVCM4P10_SAD_4x( const OMX_U8* pSrcOrg, OMX_U32 iStepOrg, const OMX_U8* pSrcRef, OMX_U32 iStepRef, OMX_S32* pDstSAD, OMX_U32 iHeight ) argument
H A DomxVCM4P10_SADQuar_16x.c45 * pDstSAD -Pointer of result SAD
52 * pSrcRef1, pDstSAD.
64 OMX_U32* pDstSAD,
72 armRetArgErrIf(pDstSAD == NULL, OMX_Sts_BadArgErr)
80 iRefStep0, iRefStep1, pDstSAD, iHeight, 16);
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.c45 * pDstSAD - Pointer of result SAD
52 * pSrcRef1, pDstSAD.
64 OMX_U32* pDstSAD,
72 armRetArgErrIf(pDstSAD == NULL, OMX_Sts_BadArgErr);
79 iRefStep0, iRefStep1, pDstSAD, iHeight, 4);
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.c45 * pDstSAD - Pointer of result SAD
52 * pSrcRef1, pDstSAD.
64 OMX_U32* pDstSAD,
72 armRetArgErrIf(pDstSAD == NULL, OMX_Sts_BadArgErr)
81 iRefStep0, iRefStep1, pDstSAD, iHeight, 8);
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.c39 * [out] pDstSAD Pointer of result SAD
52 OMX_U32* pDstSAD,
64 armRetArgErrIf(pDstSAD == NULL, OMX_Sts_BadArgErr)
76 *pDstSAD = SAD;
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
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_BlockMatch_Half.c55 * [out]pDstSAD pointer to minimum SAD
71 OMX_INT *pDstSAD,
89 armRetArgErrIf(pDstSAD == NULL, OMX_Sts_BadArgErr);
107 *pDstSAD = refSAD;
171 *pDstSAD = candSAD;
63 armVCM4P2_BlockMatch_Half( const OMX_U8 *pSrcRefBuf, OMX_INT refWidth, const OMXRect *pRefRect, const OMX_U8 *pSrcCurrBuf, const OMXVCM4P2Coordinate *pSearchPointRefPos, OMX_INT rndVal, OMXVCMotionVector *pSrcDstMV, OMX_INT *pDstSAD, OMX_U8 BlockSize ) argument
H A DarmVCM4P2_BlockMatch_Integer.c58 * [out] pDstSAD pointer to minimum SAD
76 OMX_INT *pDstSAD,
99 armRetArgErrIf(pDstSAD == NULL, OMX_Sts_BadArgErr);
154 *pDstSAD = candSAD;
66 armVCM4P2_BlockMatch_Integer( const OMX_U8 *pSrcRefBuf, OMX_INT refWidth, const OMXRect *pRefRect, const OMX_U8 *pSrcCurrBuf, const OMXVCM4P2Coordinate *pCurrPointPos, const OMXVCMotionVector *pSrcPreMV, const OMX_INT *pSrcPreSAD, void *pMESpec, OMXVCMotionVector *pDstMV, OMX_INT *pDstSAD, OMX_U8 BlockSize ) argument
H A DomxVCM4P2_MotionEstimationMB.c51 * [out] pDstSAD pointer to minimum SAD
68 OMX_INT *pDstSAD
86 pDstSAD);
98 pDstSAD);
131 * [out] pDstSAD pointer to minimum SAD
148 OMX_INT *pDstSAD
166 pDstSAD);
178 pDstSAD);
248 * pDstSAD - pointer to the minimum SAD for INTER1V, or sum of minimum SADs
261 * pSrcDstMBCurr, or pDstSAD
265 omxVCM4P2_MotionEstimationMB( const OMX_U8 *pSrcCurrBuf, OMX_S32 srcCurrStep, const OMX_U8 *pSrcRefBuf, OMX_S32 srcRefStep, const OMXRect*pRefRect, const OMXVCM4P2Coordinate *pCurrPointPos, void *pMESpec, const OMXVCM4P2MBInfoPtr *pMBInfo, OMXVCM4P2MBInfo *pSrcDstMBCurr, OMX_U16 *pDstSAD, OMX_U16 *pDstBlockSAD ) argument
[all...]

Completed in 42 milliseconds