Searched defs:shortVideoHeader (Results 1 - 25 of 25) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodeVLCZigzag_Inter_s.s30 ; * [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 label
H A DomxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s30 ; * [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 label
126 M_LDR shortVideoHeader,shortVideoHeaderonStack ;// get the Input Argument from stack
H A DomxVCM4P2_QuantInvIntra_I_s.s38 ; * [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 label
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
H A DomxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s30 ; * [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 label
205 M_LDR shortVideoHeader,shortVideoHeaderonStack ;// Load the Input Argument From Stack
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s51 shortVideoHeader RN 3 label
147 CMP shortVideoHeader,#0 ;// Check shortVideoHeader flag to know the type of Escape mode
H A DomxVCM4P2_PredictReconCoefIntra_s.s105 shortVideoHeader RN 9 label
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodeVLCZigzag_Inter_s.s30 ; * [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 label
H A DomxVCM4P2_DecodeVLCZigzag_IntraACVLC_s.s30 ; * [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 label
126 M_LDR shortVideoHeader,shortVideoHeaderonStack ;// get the Input Argument from stack
H A DomxVCM4P2_DecodeVLCZigzag_IntraDCVLC_s.s30 ; * [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 label
205 M_LDR shortVideoHeader,shortVideoHeaderonStack ;// Load the Input Argument From Stack
H A DarmVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s51 shortVideoHeader RN 3 label
147 CMP shortVideoHeader,#0 ;// Check shortVideoHeader flag to know the type of Escape mode
H A DomxVCM4P2_QuantInvIntra_I_s.s38 ; * [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 label
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
H A DomxVCM4P2_PredictReconCoefIntra_s.s90 shortVideoHeader RN 4 label
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
H A DarmVCM4P2_DecodeVLCZigzag_intra.c76 OMX_INT shortVideoHeader,
118 shortVideoHeader,
71 armVCM4P2_DecodeVLCZigzag_Intra( const OMX_U8 ** ppBitStream, OMX_INT * pBitOffset, OMX_S16 * pDst, OMX_U8 predDir, OMX_INT shortVideoHeader, OMX_U8 start ) argument
H A DarmVCM4P2_EncodeVLCZigzag_intra.c78 OMX_INT shortVideoHeader,
121 shortVideoHeader,
72 armVCM4P2_EncodeVLCZigzag_Intra( OMX_U8 **ppBitStream, OMX_INT *pBitOffset, const OMX_S16 *pQDctBlkCoef, OMX_U8 predDir, OMX_U8 pattern, OMX_INT shortVideoHeader, OMX_U8 start ) argument
H A DomxVCM4P2_DecodeVLCZigzag_IntraDCVLC.c58 * shortVideoHeader - binary flag indicating presence of
60 * shortVideoHeader==0, and escape mode 4 is used when
61 * shortVideoHeader==1.
97 OMX_INT shortVideoHeader,
165 shortVideoHeader,
92 omxVCM4P2_DecodeVLCZigzag_IntraDCVLC( const OMX_U8 ** ppBitStream, OMX_INT * pBitOffset, OMX_S16 * pDst, OMX_U8 predDir, OMX_INT shortVideoHeader, OMXVCM4P2VideoComponent videoComp ) argument
H A DarmVCM4P2_CheckVLCEscapeMode.c63 OMX_INT shortVideoHeader,
91 if(escape && shortVideoHeader)
56 armVCM4P2_CheckVLCEscapeMode( OMX_U32 run, OMX_U32 runPlus, OMX_S16 level, OMX_S16 levelPlus, OMX_U8 maxStoreRun, OMX_U8 maxRunForMultipleEntries, OMX_INT shortVideoHeader, const OMX_U8 *pRunIndexTable ) argument
H A DomxVCM4P2_EncodeVLCZigzag_IntraDCVLC.c56 * shortVideoHeader - binary flag indicating presence of
58 * shortVideoHeader==0, and escape mode 4 is used when
59 * shortVideoHeader==1.
89 OMX_INT shortVideoHeader,
156 shortVideoHeader,
83 omxVCM4P2_EncodeVLCZigzag_IntraDCVLC( OMX_U8 **ppBitStream, OMX_INT *pBitOffset, const OMX_S16 *pQDctBlkCoef, OMX_U8 predDir, OMX_U8 pattern, OMX_INT shortVideoHeader, OMXVCM4P2VideoComponent videoComp ) argument
H A DarmVCM4P2_GetVLCBits.c80 OMX_INT shortVideoHeader,
116 if(shortVideoHeader)
76 armVCM4P2_GetVLCBits( const OMX_U8 **ppBitStream, OMX_INT * pBitOffset, OMX_S16 * pDst, OMX_INT shortVideoHeader, OMX_U8 start, OMX_U8 * pLast, OMX_U8 runBeginSingleLevelEntriesL0, OMX_U8 maxIndexForMultipleEntriesL0, OMX_U8 maxRunForMultipleEntriesL1, OMX_U8 maxIndexForMultipleEntriesL1, const OMX_U8 * pRunIndexTableL0, const ARM_VLC32 *pVlcTableL0, const OMX_U8 * pRunIndexTableL1, const ARM_VLC32 *pVlcTableL1, const OMX_U8 * pLMAXTableL0, const OMX_U8 * pLMAXTableL1, const OMX_U8 * pRMAXTableL0, const OMX_U8 * pRMAXTableL1, const OMX_U8 * pZigzagTable ) argument
H A DarmVCM4P2_PutVLCBits.c41 * [in] shortVideoHeader binary flag indicating presence of short_video_header; escape modes 0-3 are used if shortVideoHeader==0,
42 * and escape mode 4 is used when shortVideoHeader==1.
89 OMX_INT shortVideoHeader,
143 shortVideoHeader,
182 shortVideoHeader,
85 armVCM4P2_PutVLCBits( OMX_U8 **ppBitStream, OMX_INT * pBitOffset, const OMX_S16 *pQDctBlkCoef, OMX_INT shortVideoHeader, OMX_U8 start, OMX_U8 maxStoreRunL0, OMX_U8 maxStoreRunL1, OMX_U8 maxRunForMultipleEntriesL0, OMX_U8 maxRunForMultipleEntriesL1, const OMX_U8 * pRunIndexTableL0, const ARM_VLC32 *pVlcTableL0, const OMX_U8 * pRunIndexTableL1, const ARM_VLC32 *pVlcTableL1, const OMX_U8 * pLMAXTableL0, const OMX_U8 * pLMAXTableL1, const OMX_U8 * pRMAXTableL0, const OMX_U8 * pRMAXTableL1, const OMX_U8 * pZigzagTable ) argument
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
H A Dvisual_header.h33 int32 shortVideoHeader; /* shortVideoHeader mode */ member in struct:tagVolInfo
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dvop.cpp252 video->shortVideoHeader = TRUE;
275 video->shortVideoHeader = 0;
704 video->shortVideoHeader = TRUE;
811 * Read the VOP header from the bitstream (No shortVideoHeader Mode here!)
1569 if (!video->shortVideoHeader)
1619 uint32 CalcVopDisplayTime(Vol *currVol, Vop *currVop, int shortVideoHeader) argument
1628 if (!shortVideoHeader)
H A Dcombined_decode.cpp48 int shortVideoHeader = video->shortVideoHeader; local
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)
H A Dmp4lib_int.h254 int shortVideoHeader; /* shortVideoHeader mode */ member in struct:tagVideoDecData
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode.cpp1146 Int shortVideoHeader = video->vol[video->currLayer]->shortVideoHeader; local
1152 if (!shortVideoHeader)
1182 if (!video->vol[video->currLayer]->shortVideoHeader)
1197 if (shortVideoHeader) /* Short Header DC coefficients */
1264 Int shortVideoHeader = video->vol[video->currLayer]->shortVideoHeader; local
1271 if (!shortVideoHeader && intra)
1324 if (!video->vol[video->currLayer]->shortVideoHeader && intra)
1363 if (shortVideoHeader) /* Shor
[all...]
H A Dmp4lib_int.h77 Int shortVideoHeader; /* shortVideoHeader mode */ member in struct:tagVol

Completed in 234 milliseconds