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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_BlockMatch_Half_16x16.c49 * pSrcRefBuf and pSearchPointRefPos should be shifted by the winning MV of
64 * pSearchPointRefPos - position of the starting point for half pixel
84 * pRefRect, pSrcCurrBuff, pSearchPointRefPos, pSrcDstMV.
94 const OMXVCM4P2Coordinate *pSearchPointRefPos,
108 armRetArgErrIf(pSearchPointRefPos == NULL, OMX_Sts_BadArgErr);
117 pSearchPointRefPos,
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.c50 * pSrcRefBuf and pSearchPointRefPos should be shifted by the winning MV of
65 * pSearchPointRefPos - position of the starting point for half pixel
84 * pSrcRefBuf, pRefRect, pSrcCurrBuff, pSearchPointRefPos, pSrcDstMV
94 const OMXVCM4P2Coordinate *pSearchPointRefPos,
107 armRetArgErrIf(pSearchPointRefPos == NULL, OMX_Sts_BadArgErr);
116 pSearchPointRefPos,
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 DarmVCM4P2_BlockMatch_Half.c48 * externally. The input parameters pSrcRefBuf and pSearchPointRefPos should be
62 * [in] pSearchPointRefPos position of the starting point for half pixel search (specified
83 const OMXVCM4P2Coordinate *pSearchPointRefPos,
102 armRetArgErrIf(pSearchPointRefPos == 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

Completed in 358 milliseconds