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.c55 * pDstSAD - Pointer of result SAD
63 * pSrcOrg, pDstSAD, or pSrcRef
75 OMX_S32* pDstSAD,
82 armRetArgErrIf(pDstSAD == NULL, OMX_Sts_BadArgErr)
89 (pSrcOrg, iStepOrg, pSrcRef, iStepRef, pDstSAD, iHeight, 16);
70 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.c55 * pDstSAD -Pointer of result SAD
63 * pSrcOrg, pDstSAD, or pSrcRef
75 OMX_S32* pDstSAD,
82 armRetArgErrIf(pDstSAD == NULL, OMX_Sts_BadArgErr)
89 (pSrcOrg, iStepOrg, pSrcRef, iStepRef, pDstSAD, iHeight, 8);
70 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.c51 * [out] pDstSAD Pointer of result SAD
62 OMX_S32* pDstSAD,
72 armRetArgErrIf(pDstSAD == NULL, OMX_Sts_BadArgErr)
74 *pDstSAD = 0;
79 *pDstSAD += armAbs(pSrcOrg [(y * iStepOrg) + x] -
57 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.c55 * pDstSAD -Pointer of result SAD
61 * pSrcOrg, pSrcRef, or pDstSAD
72 OMX_S32* pDstSAD,
79 armRetArgErrIf(pDstSAD == NULL, OMX_Sts_BadArgErr)
86 (pSrcOrg, iStepOrg, pSrcRef, iStepRef, pDstSAD, iHeight, 4);
67 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.c60 * pDstSAD -Pointer of result SAD
67 * pSrcRef1, pDstSAD.
79 OMX_U32* pDstSAD,
87 armRetArgErrIf(pDstSAD == NULL, OMX_Sts_BadArgErr)
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.c60 * pDstSAD - Pointer of result SAD
67 * pSrcRef1, pDstSAD.
79 OMX_U32* pDstSAD,
87 armRetArgErrIf(pDstSAD == NULL, OMX_Sts_BadArgErr);
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.c60 * pDstSAD - Pointer of result SAD
67 * pSrcRef1, pDstSAD.
79 OMX_U32* pDstSAD,
87 armRetArgErrIf(pDstSAD == NULL, OMX_Sts_BadArgErr)
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.c54 * [out] pDstSAD Pointer of result SAD
67 OMX_U32* pDstSAD,
79 armRetArgErrIf(pDstSAD == NULL, OMX_Sts_BadArgErr)
91 *pDstSAD = SAD;
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
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_BlockMatch_Half.c70 * [out]pDstSAD pointer to minimum SAD
86 OMX_INT *pDstSAD,
104 armRetArgErrIf(pDstSAD == NULL, OMX_Sts_BadArgErr);
122 *pDstSAD = refSAD;
186 *pDstSAD = candSAD;
78 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.c73 * [out] pDstSAD pointer to minimum SAD
91 OMX_INT *pDstSAD,
114 armRetArgErrIf(pDstSAD == NULL, OMX_Sts_BadArgErr);
169 *pDstSAD = candSAD;
81 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.c66 * [out] pDstSAD pointer to minimum SAD
83 OMX_INT *pDstSAD
101 pDstSAD);
113 pDstSAD);
146 * [out] pDstSAD pointer to minimum SAD
163 OMX_INT *pDstSAD
181 pDstSAD);
193 pDstSAD);
263 * pDstSAD - pointer to the minimum SAD for INTER1V, or sum of minimum SADs
276 * pSrcDstMBCurr, or pDstSAD
280 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 126 milliseconds