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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_BlockMatch_Half_16x16.c59 * pRefRect - reference plane valid region rectangle
84 * pRefRect, pSrcCurrBuff, pSearchPointRefPos, pSrcDstMV.
92 const OMXRect *pRefRect,
106 armRetArgErrIf(pRefRect == NULL, OMX_Sts_BadArgErr);
115 pRefRect,
89 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.c60 * pRefRect - reference plane valid region rectangle
84 * pSrcRefBuf, pRefRect, pSrcCurrBuff, pSearchPointRefPos, pSrcDstMV
92 const OMXRect *pRefRect,
105 armRetArgErrIf(pRefRect == NULL, OMX_Sts_BadArgErr);
114 pRefRect,
89 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.c57 * pRefRect - pointer to the valid reference plane rectangle; coordinates
87 * pRefRect, pSrcCurrBuff, pCurrPointPos, pDstMV, pDstSAD or
96 const OMXRect *pRefRect,
115 pRefRect,
93 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.c57 * pRefRect - pointer to the valid reference plane rectangle; coordinates
85 * pRefRect, pSrcCurrBuff, pCurrPointPos, pDstMV, pDstSAD or
94 const OMXRect *pRefRect,
112 pRefRect,
91 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.c59 * [in] pRefRect reference plane valid region rectangle
81 const OMXRect *pRefRect,
100 armRetArgErrIf(pRefRect == NULL, OMX_Sts_BadArgErr);
129 if ((pSearchPointRefPos->x - 1) < pRefRect->x)
134 if ((pSearchPointRefPos->x + BlockSize + 1) > (pRefRect->x + pRefRect->width))
139 if ((pSearchPointRefPos->y - 1) < pRefRect->y)
144 if ((pSearchPointRefPos->y + BlockSize + 1) > (pRefRect->y + pRefRect->height))
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.c57 * [in] pRefRect pointer to the valid rectangular in reference plane. Relative to image origin.
84 const OMXRect *pRefRect,
109 armRetArgErrIf(pRefRect == NULL, OMX_Sts_BadArgErr);
123 if ((pCurrPointPos->x - searchRange) < pRefRect->x)
125 fromX = pCurrPointPos->x - pRefRect->x;
128 if ((pCurrPointPos->x + BlockSize + searchRange) > (pRefRect->x + pRefRect->width))
130 toX = pRefRect->width - (pCurrPointPos->x - pRefRect->x) - BlockSize;
133 if ((pCurrPointPos->y - searchRange) < pRefRect
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
[all...]
H A DomxVCM4P2_MotionEstimationMB.c53 * [in] pRefRect pointer to the valid rectangular in reference plane. Relative to image origin.
76 const OMXRect *pRefRect,
94 pRefRect,
108 pRefRect,
133 * [in] pRefRect pointer to the valid rectangular in reference plane. Relative to image origin.
156 const OMXRect *pRefRect,
174 pRefRect,
188 pRefRect,
225 * pRefRect - reference plane valid region rectangle, specified relative to
275 * pSrcRefBuf, pRefRect, pCurrPointPo
73 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
153 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
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_BlockMatch_Integer.c60 * pRefRect - pointer to the valid reference rectangle inside the reference
85 * pSrcOrgY, pSrcRefY, pRefRect, pMVPred, pMVCandidate, or pMESpec.
96 const OMXRect *pRefRect,
153 if ((pCurrPointPos->x - nSearchRange) < pRefRect->x)
155 fromX = pCurrPointPos->x - pRefRect->x;
158 if ((pCurrPointPos->x + iBlockWidth + nSearchRange) > (pRefRect->x + pRefRect->width))
160 toX = pRefRect->width - (pCurrPointPos->x - pRefRect->x) - iBlockWidth;
163 if ((pCurrPointPos->y - nSearchRange) < pRefRect
91 omxVCM4P10_BlockMatch_Integer( const OMX_U8 *pSrcOrgY, OMX_S32 nSrcOrgStep, const OMX_U8 *pSrcRefY, OMX_S32 nSrcRefStep, const OMXRect *pRefRect, const OMXVCM4P2Coordinate *pCurrPointPos, OMX_U8 iBlockWidth, OMX_U8 iBlockHeight, OMX_U32 nLamda, const OMXVCMotionVector *pMVPred, const OMXVCMotionVector *pMVCandidate, OMXVCMotionVector *pBestMV, OMX_S32 *pBestCost, void *pMESpec ) argument
[all...]
H A DomxVCM4P10_MotionEstimationMB.c75 * [in] pRefRect -
95 const OMXRect *pRefRect,
771 * [in] pRefRect Pointer to the valid reference rectangle; relative to the image origin.
798 const OMXRect *pRefRect,
847 pRefRect,
919 * [in] pRefRect Pointer to the valid reference rectangle; relative to the image origin.
942 const OMXRect *pRefRect,
992 pRefRect,
1374 * [in] pRefRect Pointer to the valid reference rectangle; relative to the image origin.
1394 const OMXRect *pRefRect,
87 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
793 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
937 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
1389 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
1761 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 1050 milliseconds