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

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DomxVCM4P2_MCReconBlock.c175 * [in] predictType bilinear interpolation type, as defined in section 6.2.1.2.
264 * predictType - bilinear interpolation type, as defined in section
283 * - invalid type specified for the parameter predictType.
293 OMX_INT predictType,
305 armRetArgErrIf(((predictType != OMX_VC_INTEGER_PIXEL) &&
306 (predictType != OMX_VC_HALF_PIXEL_X) &&
307 (predictType != OMX_VC_HALF_PIXEL_Y) &&
308 (predictType != OMX_VC_HALF_PIXEL_XY)
312 switch(predictType)
287 omxVCM4P2_MCReconBlock( const OMX_U8 *pSrc, OMX_INT srcStep, const OMX_S16 *pSrcResidue, OMX_U8 *pDst, OMX_INT dstStep, OMX_INT predictType, OMX_INT rndVal) argument
H A DomxVCM4P2_MotionEstimationMB.c292 OMX_INT predictType; local
537 predictType = OMX_VC_HALF_PIXEL_XY;
541 predictType = OMX_VC_HALF_PIXEL_X;
545 predictType = OMX_VC_HALF_PIXEL_Y;
549 predictType = OMX_VC_INTEGER_PIXEL;
560 predictType,
578 predictType,
596 predictType,
614 predictType,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_MCReconBlock_s.s332 ;// of Motion Compensation routine for a particular predictType
338 ;// This handles motion compensation for IntegerPixel predictType. Both
363 ;// This handles motion compensation for HalfPixelX predictType. The two
398 ;// This handles motion compensation for HalfPixelY predictType. The two
435 ;// This handles motion compensation for HalfPixelXY predictType. The two
495 ;// Populates all 4 kinds of offsets "cases" for each predictType and rndVal
499 ;// M_CASE_OFFSET $rnd, $predictType
503 ;// $predictType The prediction mode
509 M_CASE_OFFSET $rnd, $predictType
510 M_CASE Case$predictType
576 predictType RN 10 label
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_MCReconBlock_s.s36 ;// Does interpolation for the case of "IntegerPixel" predictType. Both
72 ;// Does interpolation for the case of "HalfPixelX" predictType. The two
134 ;// Does interpolation for the case of "HalfPixelY" predictType. The two
188 ;// Does interpolation for the case of "IntegerPixel" predictType. Both
285 predictType RN 5 label
351 M_LDR predictType, Arg_predictType
353 ADD predictType, rndVal, predictType, LSL #1
357 ;// based on different predictType and rndVal flags. The corresponding
365 M_SWITCH predictType
[all...]

Completed in 144 milliseconds