OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shortVideoHeader
(Results
1 - 17
of
17
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_Inter_s.s
44
; * [in]
shortVideoHeader
binary flag indicating presence of short_video_header;
45
; * escape modes 0-3 are used if
shortVideoHeader
==0,
46
; * and escape mode 4 is used when
shortVideoHeader
==1.
100
shortVideoHeader
RN 3
omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s
44
; * [in]
shortVideoHeader
binary flag indicating presence of short_video_header;
45
; * escape modes 0-3 are used if
shortVideoHeader
==0,
46
; * and escape mode 4 is used when
shortVideoHeader
==1.
99
shortVideoHeader
RN 3
140
M_LDR
shortVideoHeader
,shortVideoHeaderonStack ;// get the Input Argument from stack
omxVCM4P2_QuantInvIntra_I_s.s
52
; * [in]
shortVideoHeader
a flag indicating presence of short_video_header;
53
; *
shortVideoHeader
==1 selects linear intra DC mode,
54
; * and
shortVideoHeader
==0 selects nonlinear intra DC mode.
84
shortVideoHeader
RN 3
111
TEQ
shortVideoHeader
,#0 ;// Test if short Video Header flag =0
112
MOVNE dcScaler,#8 ;// if
shortVideoHeader
is non zero dcScaler=8
119
;//M_CalDCScalar
shortVideoHeader
,videoComp, QP
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s
44
; * [in]
shortVideoHeader
binary flag indicating presence of short_video_header;
45
; * escape modes 0-3 are used if
shortVideoHeader
==0,
46
; * and escape mode 4 is used when
shortVideoHeader
==1.
103
shortVideoHeader
RN 3
219
M_LDR
shortVideoHeader
,shortVideoHeaderonStack ;// Load the Input Argument From Stack
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s
65
shortVideoHeader
RN 3
161
CMP
shortVideoHeader
,#0 ;// Check
shortVideoHeader
flag to know the type of Escape mode
omxVCM4P2_PredictReconCoefIntra_s.s
119
shortVideoHeader
RN 9
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_Inter_s.s
44
; * [in]
shortVideoHeader
binary flag indicating presence of short_video_header;
45
; * escape modes 0-3 are used if
shortVideoHeader
==0,
46
; * and escape mode 4 is used when
shortVideoHeader
==1.
100
shortVideoHeader
RN 3
omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s
44
; * [in]
shortVideoHeader
binary flag indicating presence of short_video_header;
45
; * escape modes 0-3 are used if
shortVideoHeader
==0,
46
; * and escape mode 4 is used when
shortVideoHeader
==1.
99
shortVideoHeader
RN 3
140
M_LDR
shortVideoHeader
,shortVideoHeaderonStack ;// get the Input Argument from stack
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s
44
; * [in]
shortVideoHeader
binary flag indicating presence of short_video_header;
45
; * escape modes 0-3 are used if
shortVideoHeader
==0,
46
; * and escape mode 4 is used when
shortVideoHeader
==1.
103
shortVideoHeader
RN 3
219
M_LDR
shortVideoHeader
,shortVideoHeaderonStack ;// Load the Input Argument From Stack
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s
65
shortVideoHeader
RN 3
161
CMP
shortVideoHeader
,#0 ;// Check
shortVideoHeader
flag to know the type of Escape mode
omxVCM4P2_QuantInvIntra_I_s.s
52
; * [in]
shortVideoHeader
a flag indicating presence of short_video_header;
53
; *
shortVideoHeader
==1 selects linear intra DC mode,
54
; * and
shortVideoHeader
==0 selects nonlinear intra DC mode.
83
shortVideoHeader
RN 3
138
TEQ
shortVideoHeader
,#0 ;// Test if short Video Header flag =0
139
MOVNE dcScaler,#8 ;// if
shortVideoHeader
is non zero dcScaler=8
146
;//M_CalDCScalar
shortVideoHeader
,videoComp, QP
omxVCM4P2_PredictReconCoefIntra_s.s
104
shortVideoHeader
RN 4
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
visual_header.h
33
int32
shortVideoHeader
; /*
shortVideoHeader
mode */
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
combined_decode.cpp
48
int
shortVideoHeader
= video->
shortVideoHeader
;
83
if (video->
shortVideoHeader
)
196
if (
shortVideoHeader
)
275
if (
shortVideoHeader
)
414
if (!video->
shortVideoHeader
)
446
if ((MBtype & INTRA_MASK) && !video->
shortVideoHeader
)
592
if (video->
shortVideoHeader
)
mp4lib_int.h
254
int
shortVideoHeader
; /*
shortVideoHeader
mode */
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
vlc_encode.cpp
[
all
...]
mp4lib_int.h
77
Int
shortVideoHeader
; /*
shortVideoHeader
mode */
Completed in 131 milliseconds