Searched refs:BitstreamEncVideo (Results 1 – 10 of 10) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | bitstream_io.h | 30 BitstreamEncVideo *BitStreamCreateEnc(Int bufferSize); 31 Void BitstreamCloseEnc(BitstreamEncVideo *stream); 32 PV_STATUS BitstreamPutBits(BitstreamEncVideo *stream, Int Length, UInt Value); 33 PV_STATUS BitstreamPutGT16Bits(BitstreamEncVideo *stream, Int Length, ULong Value); 34 PV_STATUS BitstreamSaveWord(BitstreamEncVideo *stream); 35 PV_STATUS BitstreamSavePartial(BitstreamEncVideo *stream, Int *fraction); 36 Int BitstreamGetPos(BitstreamEncVideo *stream); 37 void BitstreamEncReset(BitstreamEncVideo *stream); 39 Int BitstreamShortHeaderByteAlignStuffing(BitstreamEncVideo *stream); 40 Int BitstreamMpeg4ByteAlignStuffing(BitstreamEncVideo *stream); [all …]
|
D | vlc_encode.h | 24 Int PutCoeff_Inter(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 25 Int PutCoeff_Intra(Int run, Int level, Int last, BitstreamEncVideo *bitstream); 26 Int PutCBPY(Int cbpy, Char intra, BitstreamEncVideo *bitstream); 27 Int PutMCBPC_Inter(Int cbpc, Int mode, BitstreamEncVideo *bitstream); 28 Int PutMCBPC_Intra(Int cbpc, Int mode, BitstreamEncVideo *bitstream); 29 Int PutMV(Int mvint, BitstreamEncVideo *bitstream); 30 Int PutDCsize_chrom(Int size, BitstreamEncVideo *bitstream); 31 Int PutDCsize_lum(Int size, BitstreamEncVideo *bitstream); 32 Int PutDCsize_lum(Int size, BitstreamEncVideo *bitstream); 33 Int PutCoeff_Inter_RVLC(Int run, Int level, Int last, BitstreamEncVideo *bitstream); [all …]
|
D | bitstream_io.cpp | 52 BitstreamEncVideo *BitStreamCreateEnc(Int bufferSize) in BitStreamCreateEnc() 54 BitstreamEncVideo *stream; in BitStreamCreateEnc() 55 stream = (BitstreamEncVideo *) M4VENC_MALLOC(sizeof(BitstreamEncVideo)); in BitStreamCreateEnc() 93 Void BitstreamCloseEnc(BitstreamEncVideo *stream) in BitstreamCloseEnc() 120 PV_STATUS BitstreamPutBits(BitstreamEncVideo *stream, Int Length, UInt Value) in BitstreamPutBits() 168 PV_STATUS BitstreamPutGT16Bits(BitstreamEncVideo *stream, Int Length, ULong Value) in BitstreamPutGT16Bits() 207 PV_STATUS BitstreamSaveWord(BitstreamEncVideo *stream) in BitstreamSaveWord() 257 PV_STATUS BitstreamSavePartial(BitstreamEncVideo *stream, Int *fraction) in BitstreamSavePartial() 326 Int BitstreamShortHeaderByteAlignStuffing(BitstreamEncVideo *stream) in BitstreamShortHeaderByteAlignStuffing() 355 Int BitstreamMpeg4ByteAlignStuffing(BitstreamEncVideo *stream) in BitstreamMpeg4ByteAlignStuffing() [all …]
|
D | vlc_encode.cpp | 88 typedef void (*BlockCodeCoeffPtr)(RunLevelBlock*, BitstreamEncVideo*, Int, Int, UChar) ; 142 Int PutCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream); 143 Int PutCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream); 144 Int PutCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream); 145 Int PutCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream); 146 Int PutCBPY(Int cbpy, Char intra, BitstreamEncVideo *bitstream); 147 Int PutMCBPC_Inter(Int cbpc, Int mode, BitstreamEncVideo *bitstream); 148 Int PutMCBPC_Intra(Int cbpc, Int mode, BitstreamEncVideo *bitstream); 149 Int PutMV(Int mvint, BitstreamEncVideo *bitstream); 150 Int PutDCsize_chrom(Int size, BitstreamEncVideo *bitstream); [all …]
|
D | vop.cpp | 24 PV_STATUS EncodeShortHeader(BitstreamEncVideo *stream, Vop *currVop); 25 PV_STATUS EncodeVOPHeader(BitstreamEncVideo *stream, Vol *currVol, Vop *currVop); 26 PV_STATUS EncodeGOVHeader(BitstreamEncVideo *stream, UInt seconds); 128 BitstreamEncVideo *stream = video->bitstream1; in EncodeVop_NoME() 197 BitstreamEncVideo *stream = video->bitstream1; /* different from frame-based */ in EncodeSlice() 276 PV_STATUS EncodeGOVHeader(BitstreamEncVideo *stream, UInt seconds) in EncodeGOVHeader() 314 BitstreamEncVideo *stream = currVol->stream; in EncodeVopNotCoded() 353 PV_STATUS EncodeVOPHeader(BitstreamEncVideo *stream, Vol *currVol, Vop *currVop) in EncodeVOPHeader() 412 PV_STATUS EncodeShortHeader(BitstreamEncVideo *stream, Vop *currVop) in EncodeShortHeader() 511 BitstreamEncVideo *bs, tmp; in EncodeVideoPacketHeader()
|
D | datapart_encode.cpp | 51 BitstreamEncVideo *bs1 = video->bitstream1; in EncodeFrameDataPartMode() 52 BitstreamEncVideo *bs2 = video->bitstream2; in EncodeFrameDataPartMode() 53 BitstreamEncVideo *bs3 = video->bitstream3; in EncodeFrameDataPartMode() 59 void (*BlockCodeCoeff)(RunLevelBlock*, BitstreamEncVideo*, Int, Int, UChar); in EncodeFrameDataPartMode() 230 BitstreamEncVideo *bs1 = video->bitstream1; in EncodeSliceDataPartMode() 231 BitstreamEncVideo *bs2 = video->bitstream2; in EncodeSliceDataPartMode() 232 BitstreamEncVideo *bs3 = video->bitstream3; in EncodeSliceDataPartMode() 241 void (*BlockCodeCoeff)(RunLevelBlock*, BitstreamEncVideo*, Int, Int, UChar); in EncodeSliceDataPartMode()
|
D | mp4lib_int.h | 38 } BitstreamEncVideo; typedef 86 BitstreamEncVideo *stream; /* library bitstream buffer (input buffer) */ 335 BitstreamEncVideo *bitstream1; /* Used for data partitioning */ 336 BitstreamEncVideo *bitstream2; /* and combined modes as */ 337 BitstreamEncVideo *bitstream3; /* intermediate storages */
|
D | combined_encode.cpp | 53 BitstreamEncVideo *bs1 = video->bitstream1; in EncodeFrameCombinedMode() 59 void (*BlockCodeCoeff)(RunLevelBlock*, BitstreamEncVideo*, Int, Int, UChar); in EncodeFrameCombinedMode() 284 BitstreamEncVideo *bs1 = video->bitstream1; in EncodeSliceCombinedMode() 294 void (*BlockCodeCoeff)(RunLevelBlock*, BitstreamEncVideo*, Int, Int, UChar); in EncodeSliceCombinedMode() 684 …BitstreamEncVideo *stream = (bs1stream ? video->bitstream1 : video->vol[video->currLayer]->stream); in EncodeGOBHeader()
|
D | mp4enc_lib.h | 198 …void BlockCodeCoeff_ShortHeader(RunLevelBlock *RLB, BitstreamEncVideo *bs, Int j_start, Int j_stop… 199 …void BlockCodeCoeff_RVLC(RunLevelBlock *RLB, BitstreamEncVideo *bs, Int j_start, Int j_stop, UChar… 200 …void BlockCodeCoeff_Normal(RunLevelBlock *RLB, BitstreamEncVideo *bs, Int j_start, Int j_stop, UCh…
|
D | mp4enc_api.cpp | 909 …pVol->stream = (BitstreamEncVideo *)M4VENC_MALLOC(sizeof(BitstreamEncVideo)); /* allocate Bitstrea… in PVInitVideoEncoder() 2442 BitstreamEncVideo *stream = video->bitstream1; in EncodeVOS_Start() 2605 BitstreamEncVideo *stream = currVol->stream; in VOS_End()
|