OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:predicttype
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s
346
;// of Motion Compensation routine for a particular
predictType
352
;// This handles motion compensation for IntegerPixel
predictType
. Both
377
;// This handles motion compensation for HalfPixelX
predictType
. The two
412
;// This handles motion compensation for HalfPixelY
predictType
. The two
449
;// This handles motion compensation for HalfPixelXY
predictType
. The two
509
;// Populates all 4 kinds of offsets "cases" for each
predictType
and rndVal
513
;// M_CASE_OFFSET $rnd, $
predictType
517
;// $
predictType
The prediction mode
523
M_CASE_OFFSET $rnd, $
predictType
524
M_CASE Case$
predictType
.Rnd$rnd.Offset
[
all
...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_MCReconBlock.c
190
* [in]
predictType
bilinear interpolation type, as defined in section 6.2.1.2.
279
*
predictType
- bilinear interpolation type, as defined in section
298
* - invalid type specified for the parameter
predictType
.
308
OMX_INT
predictType
,
320
armRetArgErrIf(((
predictType
!= OMX_VC_INTEGER_PIXEL) &&
321
(
predictType
!= OMX_VC_HALF_PIXEL_X) &&
322
(
predictType
!= OMX_VC_HALF_PIXEL_Y) &&
323
(
predictType
!= OMX_VC_HALF_PIXEL_XY)
327
switch(
predictType
)
omxVCM4P2_MotionEstimationMB.c
307
OMX_INT
predictType
;
552
predictType
= OMX_VC_HALF_PIXEL_XY;
556
predictType
= OMX_VC_HALF_PIXEL_X;
560
predictType
= OMX_VC_HALF_PIXEL_Y;
564
predictType
= OMX_VC_INTEGER_PIXEL;
575
predictType
,
593
predictType
,
611
predictType
,
629
predictType
,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_MCReconBlock_s.s
50
;// Does interpolation for the case of "IntegerPixel"
predictType
. Both
86
;// Does interpolation for the case of "HalfPixelX"
predictType
. The two
148
;// Does interpolation for the case of "HalfPixelY"
predictType
. The two
202
;// Does interpolation for the case of "IntegerPixel"
predictType
. Both
299
predictType
RN 5
365
M_LDR
predictType
, Arg_predictType
367
ADD
predictType
, rndVal,
predictType
, LSL #1
371
;// based on different
predictType
and rndVal flags. The corresponding
379
M_SWITCH
predictType
[
all
...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC.h
[
all
...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC.h
[
all
...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
omxVC.h
[
all
...]
Completed in 675 milliseconds