Searched defs:pSrcPreMV (Results 1 - 4 of 4) sorted by path

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_BlockMatch_Integer.c49 * [in] pSrcPreMV pointer to predicted motion vector; NULL indicates no predicted MV
50 * [in] pSrcPreSAD pointer to SAD associated with the predicted MV (referenced by pSrcPreMV)
72 const OMXVCMotionVector *pSrcPreMV,
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_BlockMatch_Integer_16x16.c53 * pSrcPreMV - pointer to predicted motion vector; NULL indicates no
56 * by pSrcPreMV); may be set to NULL if unavailable.
84 const OMXVCMotionVector *pSrcPreMV,
103 pSrcPreMV,
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.c51 * pSrcPreMV - pointer to predicted motion vector; NULL indicates no
54 * by pSrcPreMV); may be set to NULL if unavailable.
82 const OMXVCMotionVector *pSrcPreMV,
100 pSrcPreMV,
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 DomxVCM4P2_MotionEstimationMB.c45 * [in] pSrcPreMV pointer to predicted motion vector; NULL indicates no predicted MV
46 * [in] pSrcPreSAD pointer to SAD associated with the predicted MV (referenced by pSrcPreMV); may be set to NULL if unavailable.
64 OMXVCMotionVector *pSrcPreMV,
82 pSrcPreMV,
125 * [in] pSrcPreMV pointer to predicted motion vector; NULL indicates no predicted MV
126 * [in] pSrcPreSAD pointer to SAD associated with the predicted MV (referenced by pSrcPreMV); may be set to NULL if unavailable.
144 OMXVCMotionVector *pSrcPreMV,
162 pSrcPreMV,
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

Completed in 434 milliseconds