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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_BlockMatch_Integer_16x16.c68 * pSrcPreMV - pointer to predicted motion vector; NULL indicates no
71 * by pSrcPreMV); may be set to NULL if unavailable.
99 const OMXVCMotionVector *pSrcPreMV,
118 pSrcPreMV,
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.c66 * pSrcPreMV - pointer to predicted motion vector; NULL indicates no
69 * by pSrcPreMV); may be set to NULL if unavailable.
97 const OMXVCMotionVector *pSrcPreMV,
115 pSrcPreMV,
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_Integer.c64 * [in] pSrcPreMV pointer to predicted motion vector; NULL indicates no predicted MV
65 * [in] pSrcPreSAD pointer to SAD associated with the predicted MV (referenced by pSrcPreMV)
87 const OMXVCMotionVector *pSrcPreMV,
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
H A DomxVCM4P2_MotionEstimationMB.c60 * [in] pSrcPreMV pointer to predicted motion vector; NULL indicates no predicted MV
61 * [in] pSrcPreSAD pointer to SAD associated with the predicted MV (referenced by pSrcPreMV); may be set to NULL if unavailable.
79 OMXVCMotionVector *pSrcPreMV,
97 pSrcPreMV,
140 * [in] pSrcPreMV pointer to predicted motion vector; NULL indicates no predicted MV
141 * [in] pSrcPreSAD pointer to SAD associated with the predicted MV (referenced by pSrcPreMV); may be set to NULL if unavailable.
159 OMXVCMotionVector *pSrcPreMV,
177 pSrcPreMV,
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

Completed in 138 milliseconds