HomeSort by relevance Sort by last modified time
    Searched defs:predictType (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_MotionEstimationMB.c 292 OMX_INT predictType;
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/
omxVCM4P2_MCReconBlock_s.s 332 ;// 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.Rnd$rnd.Offset
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s 36 ;// 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
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 72 milliseconds