Home
last modified time | relevance | path

Searched defs:bitstream (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/media/module/codecs/m4v_h263/enc/src/
Dvlc_encode.cpp182 PutDCsize_lum(Int size, BitstreamEncVideo *bitstream) in PutDCsize_lum()
197 PutDCsize_chrom(Int size, BitstreamEncVideo *bitstream) in PutDCsize_chrom()
211 PutMV(Int mvint, BitstreamEncVideo *bitstream) in PutMV()
239 PutMCBPC_Intra(Int cbp, Int mode, BitstreamEncVideo *bitstream) in PutMCBPC_Intra()
254 PutMCBPC_Inter(Int cbp, Int mode, BitstreamEncVideo *bitstream) in PutMCBPC_Inter()
269 PutCBPY(Int cbpy, Char intra, BitstreamEncVideo *bitstream) in PutCBPY()
291 Int PutCoeff_Inter(Int run, Int level, BitstreamEncVideo *bitstream) in PutCoeff_Inter()
311 Int PutCoeff_Inter_Last(Int run, Int level, BitstreamEncVideo *bitstream) in PutCoeff_Inter_Last()
333 Int PutCoeff_Intra(Int run, Int level, BitstreamEncVideo *bitstream) in PutCoeff_Intra()
365 Int PutCoeff_Intra_Last(Int run, Int level, BitstreamEncVideo *bitstream) in PutCoeff_Intra_Last()
[all …]
Dbitstream_io.cpp581 PV_STATUS BitstreamRepos(BitstreamEncVideo *bitstream, Int byteCount, Int bitCount) in BitstreamRepos()
/frameworks/av/media/module/codecs/amrnb/common/src/
Dbits2prm.cpp164 Word16 *bitstream /* input: address where bits are read from */ in Bin2int()
/frameworks/av/media/module/codecs/amrnb/enc/src/
Dprm2bits.cpp181 Word16 *bitstream /* output: address where bits are written */ in Int2bin()
/frameworks/av/media/module/codecs/m4v_h263/dec/src/
Dmp4lib_int.h90 BitstreamDecVideo *bitstream; /* library bitstream buffer (input buffer) */ member
201 BitstreamDecVideo *bitstream; /* library bitstream buffer (input buffer) */ member
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Dec.cpp471 uint8_t *bitstream = const_cast<uint8_t *>(rView.data() + inOffset); in process() local
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp469 uint8_t* bitstream = const_cast<uint8_t*>(rView.data() + inOffset); in process() local
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxDec.cpp673 uint8_t *bitstream = const_cast<uint8_t *>(rView.data() + inOffset); in process() local
/frameworks/av/media/codec2/components/dav1d/
DC2SoftDav1dDec.cpp662 uint8_t* bitstream = const_cast<uint8_t*>(rView.data() + inOffset); in process() local
/frameworks/av/media/codec2/components/gav1/
DC2SoftGav1Dec.cpp615 uint8_t *bitstream = const_cast<uint8_t *>(rView.data() + inOffset); in process() local
/frameworks/av/media/codec2/components/apv/
DC2SoftApvDec.cpp950 uint8_t* bitstream = const_cast<uint8_t*>(rView.data() + inOffset); in process() local
/frameworks/av/media/module/mpeg2ts/
DESQueue.cpp365 #define RETURN_ERROR_IF_NOT_ENOUGH_BYTES_LEFT(bitstream, size) \ argument