Searched refs:pMEParams (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_MEInit.c51 * estimation parameters received via the structure pMEParams, for example
58 * pMEParams - motion estimation parameters
68 * - pMEParams or pSize is NULL.
71 * (e.g., pMBParams >searchRange8x8, pMEParams->searchRange16x16, etc.)
73 * search ranges in the structure *pMEParams were configured such
80 const OMXVCM4P10MEParams *pMEParams,
86 armRetArgErrIf(!pMEParams, OMX_Sts_BadArgErr);
90 armRetArgErrIf((pMEParams->searchRange16x16 <= 0) ||
91 (pMEParams->searchRange8x8 <= 0) ||
92 (pMEParams
78 omxVCM4P10_MEInit( OMXVCM4P10MEMode MEMode, const OMXVCM4P10MEParams *pMEParams, void *pMESpec ) argument
[all...]
H A DomxVCM4P10_MEGetBufSize.c51 * pMEParams -motion estimation parameters
61 * - pMEParams or pSize is NULL.
68 const OMXVCM4P10MEParams *pMEParams,
72 armRetArgErrIf(!pMEParams, OMX_Sts_BadArgErr);
76 armRetArgErrIf((pMEParams->searchRange16x16 <= 0) ||
77 (pMEParams->searchRange8x8 <= 0) ||
78 (pMEParams->searchRange4x4 <= 0), OMX_Sts_BadArgErr);
66 omxVCM4P10_MEGetBufSize( OMXVCM4P10MEMode MEMode, const OMXVCM4P10MEParams *pMEParams, OMX_U32 *pSize ) argument
H A DomxVCM4P10_MotionEstimationMB.c820 OMXVCM4P10MEParams *pMEParams; local
863 pMEParams = (OMXVCM4P10MEParams *) pMESpec;
866 if (pMEParams->halfSearchEnable)
882 if (pMEParams->quarterSearchEnable)
1779 OMXVCM4P10MEParams *pMEParams; local
1836 pMEParams = (OMXVCM4P10MEParams *)pMESpec;
1838 if (pMEParams->intraEnable4x4 == 1)
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_MEInit.c50 * estimation parameters received via the structure pMEParams, for example
59 * pMEParams - motion estimation parameters
72 * parameter pMEParams->searchRange
78 const OMXVCM4P2MEParams *pMEParams,
84 armRetArgErrIf(!pMEParams, OMX_Sts_BadArgErr);
88 armRetArgErrIf(pMEParams->searchRange <= 0, OMX_Sts_BadArgErr);
90 armMESpec->MEParams.searchEnable8x8 = pMEParams->searchEnable8x8;
91 armMESpec->MEParams.halfPelSearchEnable = pMEParams->halfPelSearchEnable;
92 armMESpec->MEParams.searchRange = pMEParams->searchRange;
93 armMESpec->MEParams.rndVal = pMEParams
76 omxVCM4P2_MEInit( OMXVCM4P2MEMode MEMode, const OMXVCM4P2MEParams *pMEParams, void *pMESpec ) argument
[all...]
H A DomxVCM4P2_MEGetBufSize.c51 * pMEParams - motion estimation parameters
64 * parameter pMEParams->searchRange
70 const OMXVCM4P2MEParams *pMEParams,
74 armRetArgErrIf(!pMEParams, OMX_Sts_BadArgErr);
76 armRetArgErrIf(pMEParams->searchRange <= 0, OMX_Sts_BadArgErr);
68 omxVCM4P2_MEGetBufSize( OMXVCM4P2MEMode MEMode, const OMXVCM4P2MEParams *pMEParams, OMX_U32 *pSize ) argument
H A DomxVCM4P2_MotionEstimationMB.c86 OMXVCM4P2MEParams *pMEParams = (OMXVCM4P2MEParams *)pMESpec; local
89 rndVal = pMEParams->rndVal;
99 pMEParams,
103 if (pMEParams->halfPelSearchEnable)
166 OMXVCM4P2MEParams *pMEParams = (OMXVCM4P2MEParams *)pMESpec; local
169 rndVal = pMEParams->rndVal;
179 pMEParams,
183 if (pMEParams->halfPelSearchEnable)
299 OMXVCM4P2MEParams *pMEParams; local
328 pMEParams
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
H A DomxVC.h718 * pMEParams - motion estimation parameters
731 * parameter pMEParams->searchRange
736 const OMXVCM4P2MEParams *pMEParams,
753 * estimation parameters received via the structure pMEParams, for example
762 * pMEParams - motion estimation parameters
775 * parameter pMEParams->searchRange
780 const OMXVCM4P2MEParams*pMEParams,
3312 * pMEParams -motion estimation parameters
3322 * - pMEParams or pSize is NULL.
3328 const OMXVCM4P10MEParams *pMEParams,
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
H A DomxVC.h718 * pMEParams - motion estimation parameters
731 * parameter pMEParams->searchRange
736 const OMXVCM4P2MEParams *pMEParams,
753 * estimation parameters received via the structure pMEParams, for example
762 * pMEParams - motion estimation parameters
775 * parameter pMEParams->searchRange
780 const OMXVCM4P2MEParams*pMEParams,
3312 * pMEParams -motion estimation parameters
3322 * - pMEParams or pSize is NULL.
3328 const OMXVCM4P10MEParams *pMEParams,
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
H A DomxVC.h718 * pMEParams - motion estimation parameters
731 * parameter pMEParams->searchRange
736 const OMXVCM4P2MEParams *pMEParams,
753 * estimation parameters received via the structure pMEParams, for example
762 * pMEParams - motion estimation parameters
775 * parameter pMEParams->searchRange
780 const OMXVCM4P2MEParams*pMEParams,
3312 * pMEParams -motion estimation parameters
3322 * - pMEParams or pSize is NULL.
3328 const OMXVCM4P10MEParams *pMEParams,
[all...]

Completed in 158 milliseconds