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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_BlockMatch_Half_16x16.c45 * pSrcCurrBuf - pointer to the current block in the current macroblock
70 * - pSrcCurrBuf is not 16-byte aligned, or
78 const OMX_U8 *pSrcCurrBuf,
92 armRetArgErrIf(pSrcCurrBuf == NULL, OMX_Sts_BadArgErr);
95 armRetArgErrIf(!armIs16ByteAligned(pSrcCurrBuf), OMX_Sts_BadArgErr);
101 pSrcCurrBuf,
74 omxVCM4P2_BlockMatch_Half_16x16( 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 ) argument
H A DomxVCM4P2_BlockMatch_Half_8x8.c46 * pSrcCurrBuf - pointer to the current block in the current macroblock
70 * - pSrcCurrBuf is not 8-byte aligned
78 const OMX_U8 *pSrcCurrBuf,
91 armRetArgErrIf(pSrcCurrBuf == NULL, OMX_Sts_BadArgErr);
94 armRetArgErrIf(!armIs8ByteAligned(pSrcCurrBuf), OMX_Sts_BadArgErr);
100 pSrcCurrBuf,
74 omxVCM4P2_BlockMatch_Half_8x8( 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 ) argument
H A DomxVCM4P2_BlockMatch_Integer_16x16.c48 * pSrcCurrBuf - pointer to the current block in the current macroblock
74 * - pSrcCurrBuf is not 16-byte aligned
82 const OMX_U8 *pSrcCurrBuf,
95 armRetArgErrIf(!armIs16ByteAligned(pSrcCurrBuf), OMX_Sts_BadArgErr);
101 pSrcCurrBuf,
78 omxVCM4P2_BlockMatch_Integer_16x16( 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 ) argument
H A DomxVCM4P2_BlockMatch_Integer_8x8.c46 * pSrcCurrBuf - pointer to the current block in the current macroblock
72 * - pSrcCurrBuf is not 8-byte aligned
80 const OMX_U8 *pSrcCurrBuf,
92 armRetArgErrIf(!armIs8ByteAligned(pSrcCurrBuf), OMX_Sts_BadArgErr);
98 pSrcCurrBuf,
76 omxVCM4P2_BlockMatch_Integer_8x8( 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 ) argument
H A DarmVCM4P2_BlockMatch_Half.c45 * [in] pSrcCurrBuf pointer to the current macroblock extracted from original plane
67 const OMX_U8 *pSrcCurrBuf,
86 armRetArgErrIf(pSrcCurrBuf == NULL, OMX_Sts_BadArgErr);
101 refSAD += armAbs (pTempSrcRefBuf[index] - pSrcCurrBuf[count]);
164 candSAD += armAbs (tempPel - pSrcCurrBuf[count]);
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.c46 * [in] pSrcCurrBuf pointer to the current macroblock extracted from original plane (linear array,
70 const OMX_U8 *pSrcCurrBuf,
95 armRetArgErrIf(pSrcCurrBuf == NULL, OMX_Sts_BadArgErr);
147 candSAD += armAbs (pTempSrcRefBuf[index] - pSrcCurrBuf[count]);
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.c42 * [in] pSrcCurrBuf pointer to the current macroblock extracted from original plane (linear array,
62 const OMX_U8 *pSrcCurrBuf,
80 pSrcCurrBuf,
94 pSrcCurrBuf,
122 * [in] pSrcCurrBuf pointer to the current macroblock extracted from original plane (linear array,
142 const OMX_U8 *pSrcCurrBuf,
160 pSrcCurrBuf,
174 pSrcCurrBuf,
195 * pSrcCurrBuf - pointer to the top-left corner of the current MB in the
200 * pSrcCurrBuf[
58 armVCM4P2_BlockMatch_16x16( const OMX_U8 *pSrcRefBuf, const OMX_INT srcRefStep, const OMXRect *pRefRect, const OMX_U8 *pSrcCurrBuf, const OMXVCM4P2Coordinate *pCurrPointPos, OMXVCMotionVector *pSrcPreMV, OMX_INT *pSrcPreSAD, void *pMESpec, OMXVCMotionVector *pDstMV, OMX_INT *pDstSAD ) argument
138 armVCM4P2_BlockMatch_8x8( const OMX_U8 *pSrcRefBuf, OMX_INT srcRefStep, const OMXRect *pRefRect, const OMX_U8 *pSrcCurrBuf, const OMXVCM4P2Coordinate *pCurrPointPos, OMXVCMotionVector *pSrcPreMV, OMX_INT *pSrcPreSAD, void *pMESpec, OMXVCMotionVector *pSrcDstMV, OMX_INT *pDstSAD ) argument
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...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_MotionEstimationMB.c54 * [in] pSrcCurrBuf -
74 const OMX_U8 *pSrcCurrBuf,
425 pSrcCurrBuf + (x8x8 + x4x4) + (y8x8 + y4x4) * SrcCurrStep,
459 * [in] pSrcCurrBuf - Pointer to the start of current Macroblock
460 * [in] SrcCurrStep - Step size of the pointer pSrcCurrBuf
477 const OMX_U8* pSrcCurrBuf,
549 pSrcCurrBuf + (y * SrcCurrStep) + x,
752 * [in] pSrcCurrBuf - Pointer to the start of luma component of current Macroblock
753 * [in] SrcCurrStep - Step size for the pointer pSrcCurrBuf
779 const OMX_U8* pSrcCurrBuf,
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
476 armVCM4P10_Mode4x4Decision( const OMX_U8* pSrcCurrBuf, OMX_S32 SrcCurrStep, OMXVCM4P10MBInfo *pSrcDstMBCurr, OMX_S32 Block8x8, OMX_S32 Block4x4, OMX_U8 *pPredIntra4x4SrcY, OMX_S32 StepPredIntra4x4SrcY, OMX_S32 pIntra4x4PredMode [][9], OMX_S32 *pBestCost ) argument
778 armVCM4P10_BlockMotionSearch( const OMX_U8* pSrcCurrBuf, OMX_S32 SrcCurrStep, const OMX_U8* pSrcRefY, OMX_S32 nSrcRefStep, const OMXRect *pRefRect, const OMXVCM4P2Coordinate *pCurrPointPos, void* pMESpec, OMX_S32 nLamda, OMX_S32* pBestCost, OMXVCMotionVector *pBestMV, OMX_U32 BlockStartX, OMX_U32 BlockStartY, OMX_U32 BlockSizeX, OMX_U32 BlockSizeY, OMX_S32 RefFrame, OMX_S32 pRefFrArr [][6], OMXVCMotionVector pMVArr [][12], OMXVCMotionVector *pMVPred ) argument
922 armVCM4P10_PartitionME( const OMX_U8* pSrcCurrBuf, OMX_S32 SrcCurrStep, const OMX_U8 *pSrcRefBufList[ARM_VCM4P10_MAX_FRAMES], OMX_S32 SrcRefStep, const OMXRect *pRefRect, const OMXVCM4P2Coordinate *pCurrPointPos, void* pMESpec, OMX_S32 PartWidth, OMX_S32 PartHeight, OMX_S32 BlockWidth, OMX_S32 BlockHeight, OMX_S32 PartStartX, OMX_S32 PartStartY, OMXVCMotionVector pMVArr [][12], OMX_S32 pRefFrArr [][6], OMXVCMotionVector pMVPredArr [][4], OMX_S32 Lambda, OMX_S32 *pCost ) argument
1113 armVCM4P10_Intra16x16Estimation( const OMX_U8* pSrcCurrBuf, OMX_S32 SrcCurrStep, const OMX_U8* pSrcRecBuf, OMX_S32 SrcRecStep, const OMXVCM4P2Coordinate *pCurrPointPos, const OMXVCM4P10MBInfoPtr *pMBInter, const OMXVCM4P10MBInfoPtr *pMBIntra, OMXVCM4P10MBInfo *pSrcDstMBCurr, OMX_U32 *pCost) argument
1218 armVCM4P10_Intra4x4Estimation( const OMX_U8* pSrcCurrBuf, OMX_S32 SrcCurrStep, const OMX_U8* pSrcRecBuf, OMX_S32 SrcRecStep, const OMXVCM4P10MBInfoPtr *pMBIntra, OMXVCM4P10MBInfo *pSrcDstMBCurr, OMX_U32 *pCost) argument
1374 armVCM4P10_InterMEMB( const OMX_U8 *pSrcCurrBuf, OMX_S32 SrcCurrStep, const OMX_U8 *pSrcRefBufList[ARM_VCM4P10_MAX_FRAMES], OMX_S32 SrcRefStep, const OMXRect *pRefRect, const OMXVCM4P2Coordinate *pCurrPointPos, OMX_U32 Lambda, void *pMESpec, const OMXVCM4P10MBInfoPtr *pMBInter, OMXVCM4P10MBInfoPtr pSrcDstMBCurr, OMX_U32 *pDstCost) 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 870 milliseconds