Searched defs:pMEParams (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
H A DomxVCM4P10_MEGetBufSize.c36 * pMEParams -motion estimation parameters
46 * - pMEParams or pSize is NULL.
53 const OMXVCM4P10MEParams *pMEParams,
57 armRetArgErrIf(!pMEParams, OMX_Sts_BadArgErr);
61 armRetArgErrIf((pMEParams->searchRange16x16 <= 0) ||
62 (pMEParams->searchRange8x8 <= 0) ||
63 (pMEParams->searchRange4x4 <= 0), OMX_Sts_BadArgErr);
51 omxVCM4P10_MEGetBufSize( OMXVCM4P10MEMode MEMode, const OMXVCM4P10MEParams *pMEParams, OMX_U32 *pSize ) argument
H A DomxVCM4P10_MEInit.c36 * estimation parameters received via the structure pMEParams, for example
43 * pMEParams - motion estimation parameters
53 * - pMEParams or pSize is NULL.
56 * (e.g., pMBParams >searchRange8x8, pMEParams->searchRange16x16, etc.)
58 * search ranges in the structure *pMEParams were configured such
65 const OMXVCM4P10MEParams *pMEParams,
71 armRetArgErrIf(!pMEParams, OMX_Sts_BadArgErr);
75 armRetArgErrIf((pMEParams->searchRange16x16 <= 0) ||
76 (pMEParams->searchRange8x8 <= 0) ||
77 (pMEParams
63 omxVCM4P10_MEInit( OMXVCM4P10MEMode MEMode, const OMXVCM4P10MEParams *pMEParams, void *pMESpec ) argument
[all...]
H A DomxVCM4P10_MotionEstimationMB.c805 OMXVCM4P10MEParams *pMEParams; local
848 pMEParams = (OMXVCM4P10MEParams *) pMESpec;
851 if (pMEParams->halfSearchEnable)
867 if (pMEParams->quarterSearchEnable)
1764 OMXVCM4P10MEParams *pMEParams; local
1821 pMEParams = (OMXVCM4P10MEParams *)pMESpec;
1823 if (pMEParams->intraEnable4x4 == 1)
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_MEGetBufSize.c36 * pMEParams - motion estimation parameters
49 * parameter pMEParams->searchRange
55 const OMXVCM4P2MEParams *pMEParams,
59 armRetArgErrIf(!pMEParams, OMX_Sts_BadArgErr);
61 armRetArgErrIf(pMEParams->searchRange <= 0, OMX_Sts_BadArgErr);
53 omxVCM4P2_MEGetBufSize( OMXVCM4P2MEMode MEMode, const OMXVCM4P2MEParams *pMEParams, OMX_U32 *pSize ) argument
H A DomxVCM4P2_MEInit.c35 * estimation parameters received via the structure pMEParams, for example
44 * pMEParams - motion estimation parameters
57 * parameter pMEParams->searchRange
63 const OMXVCM4P2MEParams *pMEParams,
69 armRetArgErrIf(!pMEParams, OMX_Sts_BadArgErr);
73 armRetArgErrIf(pMEParams->searchRange <= 0, OMX_Sts_BadArgErr);
75 armMESpec->MEParams.searchEnable8x8 = pMEParams->searchEnable8x8;
76 armMESpec->MEParams.halfPelSearchEnable = pMEParams->halfPelSearchEnable;
77 armMESpec->MEParams.searchRange = pMEParams->searchRange;
78 armMESpec->MEParams.rndVal = pMEParams
61 omxVCM4P2_MEInit( OMXVCM4P2MEMode MEMode, const OMXVCM4P2MEParams *pMEParams, void *pMESpec ) argument
[all...]
H A DomxVCM4P2_MotionEstimationMB.c71 OMXVCM4P2MEParams *pMEParams = (OMXVCM4P2MEParams *)pMESpec; local
74 rndVal = pMEParams->rndVal;
84 pMEParams,
88 if (pMEParams->halfPelSearchEnable)
151 OMXVCM4P2MEParams *pMEParams = (OMXVCM4P2MEParams *)pMESpec; local
154 rndVal = pMEParams->rndVal;
164 pMEParams,
168 if (pMEParams->halfPelSearchEnable)
284 OMXVCM4P2MEParams *pMEParams; local
313 pMEParams
[all...]

Completed in 38 milliseconds