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

/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_BlockMatch_Half_16x16.c34 * pSrcRefBuf and pSearchPointRefPos should be shifted by the winning MV of
49 * pSearchPointRefPos - position of the starting point for half pixel
69 * pRefRect, pSrcCurrBuff, pSearchPointRefPos, pSrcDstMV.
79 const OMXVCM4P2Coordinate *pSearchPointRefPos,
93 armRetArgErrIf(pSearchPointRefPos == NULL, OMX_Sts_BadArgErr);
102 pSearchPointRefPos,
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.c35 * pSrcRefBuf and pSearchPointRefPos should be shifted by the winning MV of
50 * pSearchPointRefPos - position of the starting point for half pixel
69 * pSrcRefBuf, pRefRect, pSrcCurrBuff, pSearchPointRefPos, pSrcDstMV
79 const OMXVCM4P2Coordinate *pSearchPointRefPos,
92 armRetArgErrIf(pSearchPointRefPos == NULL, OMX_Sts_BadArgErr);
101 pSearchPointRefPos,
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 DarmVCM4P2_BlockMatch_Half.c33 * externally. The input parameters pSrcRefBuf and pSearchPointRefPos should be
47 * [in] pSearchPointRefPos position of the starting point for half pixel search (specified
68 const OMXVCM4P2Coordinate *pSearchPointRefPos,
87 armRetArgErrIf(pSearchPointRefPos == NULL, OMX_Sts_BadArgErr);
114 if ((pSearchPointRefPos->x - 1) < pRefRect->x)
119 if ((pSearchPointRefPos->x + BlockSize + 1) > (pRefRect->x + pRefRect->width))
124 if ((pSearchPointRefPos->y - 1) < pRefRect->y)
129 if ((pSearchPointRefPos->y + BlockSize + 1) > (pRefRect->y + pRefRect->height))
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

Completed in 609 milliseconds