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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_MotionEstimationMB.c47 * pDstBlockSAD parameter. These SAD values are calculated 4x4 blocks at
66 * [out] pDstBlockSAD - pointer to 16 element array for SAD corresponding to 4x4 blocks
84 OMX_U16 *pDstBlockSAD)
99 /* Update pDstBlockSAD if MB is a valid type */
301 /* These cases will update pDstBlockSAD with MAX value */
432 *(pDstBlockSAD + 4 * Block8x8 + Block4x4) = (SAD < 0x7fff) ? (OMX_U16) SAD : ARM_VCM4P10_MAX_MODE_VALUE;
441 pDstBlockSAD [i] = ARM_VCM4P10_MAX_4x4_SAD;
1722 * pDstBlockSAD - Pointer to the array of SADs for each of the sixteen luma
1761 OMX_U16 *pDstBlockSAD)
1870 * Update pDstBlockSAD t
72 armVCM4P10_CalculateBlockSAD( OMXVCM4P10MBInfo *pSrcMBInfo, const OMX_U8 *pSrcCurrBuf, OMX_S32 SrcCurrStep, const OMX_U8 *pSrcRefBufList[ARM_VCM4P10_MAX_FRAMES], OMX_S32 SrcRefStep, const OMX_U8 *pSrcRecBuf, OMX_S32 SrcRecStep, const OMXRect *pRefRect, const OMXVCM4P2Coordinate *pCurrPointPos, const OMXVCM4P10MBInfoPtr *pMBInter, const OMXVCM4P10MBInfoPtr *pMBIntra, OMX_U16 *pDstBlockSAD) argument
1746 omxVCM4P10_MotionEstimationMB( const OMX_U8 *pSrcCurrBuf, OMX_S32 SrcCurrStep, const OMX_U8 *pSrcRefBufList[ARM_VCM4P10_MAX_FRAMES], OMX_S32 SrcRefStep, const OMX_U8 *pSrcRecBuf, OMX_S32 SrcRecStep, const OMXRect *pRefRect, const OMXVCM4P2Coordinate *pCurrPointPos, OMX_U32 Lambda, void *pMESpec, const OMXVCM4P10MBInfoPtr *pMBInter, const OMXVCM4P10MBInfoPtr *pMBIntra, OMXVCM4P10MBInfo *pSrcDstMBCurr, OMX_INT *pDstCost, OMX_U16 *pDstBlockSAD) argument
[all...]

Completed in 75 milliseconds