HomeSort by relevance Sort by last modified time
    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 30 ; * [in] shortVideoHeader binary flag indicating presence of short_video_header;
31 ; * escape modes 0-3 are used if shortVideoHeader==0,
32 ; * and escape mode 4 is used when shortVideoHeader==1.
86 shortVideoHeader RN 3
omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s 30 ; * [in] shortVideoHeader binary flag indicating presence of short_video_header;
31 ; * escape modes 0-3 are used if shortVideoHeader==0,
32 ; * and escape mode 4 is used when shortVideoHeader==1.
85 shortVideoHeader RN 3
126 M_LDR shortVideoHeader,shortVideoHeaderonStack ;// get the Input Argument from stack
omxVCM4P2_QuantInvIntra_I_s.s 38 ; * [in] shortVideoHeader a flag indicating presence of short_video_header;
39 ; * shortVideoHeader==1 selects linear intra DC mode,
40 ; * and shortVideoHeader==0 selects nonlinear intra DC mode.
70 shortVideoHeader RN 3
97 TEQ shortVideoHeader,#0 ;// Test if short Video Header flag =0
98 MOVNE dcScaler,#8 ;// if shortVideoHeader is non zero dcScaler=8
105 ;//M_CalDCScalar shortVideoHeader,videoComp, QP
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 30 ; * [in] shortVideoHeader binary flag indicating presence of short_video_header;
31 ; * escape modes 0-3 are used if shortVideoHeader==0,
32 ; * and escape mode 4 is used when shortVideoHeader==1.
89 shortVideoHeader RN 3
205 M_LDR shortVideoHeader,shortVideoHeaderonStack ;// Load the Input Argument From Stack
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 51 shortVideoHeader RN 3
147 CMP shortVideoHeader,#0 ;// Check shortVideoHeader flag to know the type of Escape mode
omxVCM4P2_PredictReconCoefIntra_s.s 105 shortVideoHeader RN 9
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_Inter_s.s 30 ; * [in] shortVideoHeader binary flag indicating presence of short_video_header;
31 ; * escape modes 0-3 are used if shortVideoHeader==0,
32 ; * and escape mode 4 is used when shortVideoHeader==1.
86 shortVideoHeader RN 3
omxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s 30 ; * [in] shortVideoHeader binary flag indicating presence of short_video_header;
31 ; * escape modes 0-3 are used if shortVideoHeader==0,
32 ; * and escape mode 4 is used when shortVideoHeader==1.
85 shortVideoHeader RN 3
126 M_LDR shortVideoHeader,shortVideoHeaderonStack ;// get the Input Argument from stack
omxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s 30 ; * [in] shortVideoHeader binary flag indicating presence of short_video_header;
31 ; * escape modes 0-3 are used if shortVideoHeader==0,
32 ; * and escape mode 4 is used when shortVideoHeader==1.
89 shortVideoHeader RN 3
205 M_LDR shortVideoHeader,shortVideoHeaderonStack ;// Load the Input Argument From Stack
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 51 shortVideoHeader RN 3
147 CMP shortVideoHeader,#0 ;// Check shortVideoHeader flag to know the type of Escape mode
omxVCM4P2_QuantInvIntra_I_s.s 38 ; * [in] shortVideoHeader a flag indicating presence of short_video_header;
39 ; * shortVideoHeader==1 selects linear intra DC mode,
40 ; * and shortVideoHeader==0 selects nonlinear intra DC mode.
69 shortVideoHeader RN 3
124 TEQ shortVideoHeader,#0 ;// Test if short Video Header flag =0
125 MOVNE dcScaler,#8 ;// if shortVideoHeader is non zero dcScaler=8
132 ;//M_CalDCScalar shortVideoHeader,videoComp, QP
omxVCM4P2_PredictReconCoefIntra_s.s 90 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 883 milliseconds