Home
last modified time | relevance | path

Searched refs:BitstreamDecVideo (Results 1 – 14 of 14) sorted by relevance

/external/opencore/codecs_v2/video/m4v_h263/dec/src/
Dbitstream.h33 PV_STATUS BitstreamFillBuffer(BitstreamDecVideo *stream);
34 PV_STATUS BitstreamFillCache(BitstreamDecVideo *stream);
35 void BitstreamReset(BitstreamDecVideo *stream, uint8 *buffer, int32 buffer_size);
36 int BitstreamOpen(BitstreamDecVideo *stream, int layer);
37 void BitstreamClose(BitstreamDecVideo *stream);
39 PV_STATUS BitstreamShowBits32(BitstreamDecVideo *stream, int nbits, uint32 *code);
40 uint32 BitstreamReadBits32(BitstreamDecVideo *stream, int nbits);
42 uint BitstreamReadBits16(BitstreamDecVideo *stream, int nbits);
43 uint BitstreamRead1Bits(BitstreamDecVideo *stream);
45 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code);
[all …]
Dvlc_decode.h94 PV_STATUS DecodeUserData(BitstreamDecVideo *stream);
96 PV_STATUS PV_DecodeMBVec(BitstreamDecVideo *stream, MOT *mv_x, MOT *mv_y, int f_code_f);
99 PV_STATUS PV_VlcDecMV(BitstreamDecVideo *stream, int *mv);
100 int PV_VlcDecMCBPC_com_intra(BitstreamDecVideo *stream);
101 int PV_VlcDecMCBPC_com_inter(BitstreamDecVideo *stream);
103 int PV_VlcDecMCBPC_com_inter_H263(BitstreamDecVideo *stream);
104 PV_STATUS VlcDecTCOEFShortHeader_AnnexI(BitstreamDecVideo *stream, Tcoef *pTcoef);
105 PV_STATUS VlcDecTCOEFShortHeader_AnnexT(BitstreamDecVideo *stream, Tcoef *pTcoef); /* ANNEX_T */
106 PV_STATUS VlcDecTCOEFShortHeader_AnnexIT(BitstreamDecVideo *stream, Tcoef *pTcoef);
108 int PV_VlcDecCBPY(BitstreamDecVideo *stream, int intra);
[all …]
Dbitstream.cpp50 PV_STATUS BitstreamFillCache(BitstreamDecVideo *stream) in BitstreamFillCache()
125 void BitstreamReset(BitstreamDecVideo *stream, uint8 *buffer, int32 buffer_size) in BitstreamReset()
128 oscl_memset(stream, 0, sizeof(BitstreamDecVideo)); in BitstreamReset()
141 int BitstreamOpen(BitstreamDecVideo *stream, int layer) in BitstreamOpen()
165 void BitstreamClose(BitstreamDecVideo * stream) in BitstreamClose()
178 PV_STATUS BitstreamShowBits32HC(BitstreamDecVideo *stream, uint32 *code) in BitstreamShowBits32HC()
196 PV_STATUS BitstreamShowBits32(BitstreamDecVideo *stream, int nbits, uint32 *code) in BitstreamShowBits32()
218 PV_STATUS BitstreamShowBits16(BitstreamDecVideo *stream, int nbits, uint *code) in BitstreamShowBits16()
241 PV_STATUS BitstreamShow15Bits(BitstreamDecVideo *stream, uint *code) in BitstreamShow15Bits()
260 PV_STATUS BitstreamShow13Bits(BitstreamDecVideo *stream, uint *code) in BitstreamShow13Bits()
[all …]
Dmp4lib_int.h45 } BitstreamDecVideo, *LPBitstreamDecVideo; typedef
90 BitstreamDecVideo *bitstream; /* library bitstream buffer (input buffer) */
201 BitstreamDecVideo *bitstream; /* library bitstream buffer (input buffer) */
276 PV_STATUS(*vlcDecCoeffIntra)(BitstreamDecVideo *stream, Tcoef *pTcoef/*, int intra_luma*/);
277 PV_STATUS(*vlcDecCoeffInter)(BitstreamDecVideo *stream, Tcoef *pTcoef);
Dvlc_decode.cpp103 PV_STATUS DecodeUserData(BitstreamDecVideo *stream) in DecodeUserData()
135 BitstreamDecVideo *stream = video->bitstream; in PV_GetMBvectors()
267 PV_STATUS PV_DecodeMBVec(BitstreamDecVideo *stream, MOT *mv_x, MOT *mv_y, int f_code_f) in PV_DecodeMBVec()
452 PV_STATUS PV_VlcDecMV(BitstreamDecVideo *stream, int *mv) in PV_VlcDecMV()
503 int PV_VlcDecMCBPC_com_intra(BitstreamDecVideo *stream) in PV_VlcDecMCBPC_com_intra()
536 int PV_VlcDecMCBPC_com_inter(BitstreamDecVideo *stream) in PV_VlcDecMCBPC_com_inter()
557 int PV_VlcDecMCBPC_com_inter_H263(BitstreamDecVideo *stream) in PV_VlcDecMCBPC_com_inter_H263()
590 int PV_VlcDecCBPY(BitstreamDecVideo *stream, int intra) in PV_VlcDecCBPY()
628 PV_STATUS PV_VlcDecIntraDCPredSize(BitstreamDecVideo *stream, int compnum, uint *DC_size) in PV_VlcDecIntraDCPredSize()
839 PV_STATUS VlcDecTCOEFIntra(BitstreamDecVideo *stream, Tcoef *pTcoef) in VlcDecTCOEFIntra()
[all …]
Dmp4dec_lib.h77 PV_STATUS FillFrameBufferNew(BitstreamDecVideo *stream);
78 PV_STATUS FillFrameBuffer(BitstreamDecVideo *stream, int short_header);
83 PV_STATUS PV_DecodePredictedIntraDC(int compnum, BitstreamDecVideo *stream,
119 PV_STATUS RecoverPacketError(BitstreamDecVideo *stream, int marker_length, int32 *nextVop);
120 PV_STATUS RecoverGOBError(BitstreamDecVideo *stream, int marker_length, int32 *vopPos);
274 PV_STATUS DecodeGOVHeader(BitstreamDecVideo *stream, uint32 *time_base);
Dpacket_util.cpp33 BitstreamDecVideo *stream = video->bitstream; in PV_ReadVideoPacketHeader()
148 BitstreamDecVideo *stream = video->bitstream; in PV_GobHeader()
199 BitstreamDecVideo *stream = video->bitstream; in PV_H263SliceHeader()
Ddatapart_decode.cpp44 BitstreamDecVideo *stream = video->bitstream; in DecodeFrameDataPartMode()
143 BitstreamDecVideo *stream = video->bitstream; in DecodeDataPart_I_VideoPacket()
308 BitstreamDecVideo *stream = video->bitstream; in DecodeDataPart_P_VideoPacket()
520 BitstreamDecVideo *stream = video->bitstream; in GetMBheaderDataPart_DQUANT_DC()
577 BitstreamDecVideo *stream = video->bitstream; in GetMBheaderDataPart_P()
Dvlc_dequant.cpp23 typedef PV_STATUS(*VlcDecFuncP)(BitstreamDecVideo *stream, Tcoef *pTcoef);
55 BitstreamDecVideo *stream = video->bitstream; in VlcDequantMpegIntraBlock()
387 BitstreamDecVideo *stream = video->bitstream; in VlcDequantMpegInterBlock()
505 BitstreamDecVideo *stream = video->bitstream; in VlcDequantH263IntraBlock()
807 BitstreamDecVideo *stream = video->bitstream; in VlcDequantH263IntraBlock_SH()
1069 BitstreamDecVideo *stream = video->bitstream; in VlcDequantH263InterBlock()
Ddec_pred_intra_dc.cpp25 BitstreamDecVideo *stream, in PV_DecodePredictedIntraDC()
Dcombined_decode.cpp48 BitstreamDecVideo *stream = video->bitstream; in DecodeFrameCombinedMode()
348 BitstreamDecVideo *stream = video->bitstream; in GetMBheader()
529 BitstreamDecVideo *stream = video->bitstream;
Dpvdec_api.cpp37 extern BitstreamDecVideo IMEM_BitstreamDecVideo[4];
74 BitstreamDecVideo *stream; in PVInitVideoDecoder()
184 stream = (BitstreamDecVideo *) oscl_malloc(sizeof(BitstreamDecVideo)); in PVInitVideoDecoder()
186 video->memoryUsage += sizeof(BitstreamDecVideo); in PVInitVideoDecoder()
1031 BitstreamDecVideo *stream; in PVDecodeVopHeader()
Dvop.cpp85 BitstreamDecVideo *stream; in DecodeVOLHeader()
739 PV_STATUS DecodeGOVHeader(BitstreamDecVideo *stream, uint32 *time_base) in DecodeGOVHeader()
807 BitstreamDecVideo *stream = currVol->bitstream; in DecodeVOPHeader()
1017 BitstreamDecVideo *stream = currVol->bitstream; in DecodeShortHeader()
Dconceal.cpp34 BitstreamDecVideo *stream = video->bitstream; in ConcealTexture_I()