Searched refs:Bitstream (Results 1 – 7 of 7) sorted by relevance
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe_ex/cModel/ |
| H A D | vlc.h | 106 } Bitstream; typedef 129 void SODBtoRBSP(Bitstream *currStream); 132 MS_S32 u_1 (MS_S8 *tracestring, MS_S32 value, Bitstream *bitstream); 133 MS_S32 se_v (MS_S8 *tracestring, MS_S32 value, Bitstream *bitstream); 134 MS_S32 ue_v (MS_S8 *tracestring, MS_S32 value, Bitstream *bitstream); 135 MS_S32 u_v (MS_S32 n, MS_S8 *tracestring, MS_S32 value, Bitstream *bitstream); 140 void writeVlcByteAlign(Bitstream* currStream);
|
| H A D | vlc.c | 119 void SODBtoRBSP(Bitstream *currStream) in SODBtoRBSP() 269 void writeUVLC2buffer(SyntaxElement *se, Bitstream *currStream) in writeUVLC2buffer() 350 MS_S32 ue_v (MS_S8 *tracestring, MS_S32 value, Bitstream *bitstream) in ue_v() 394 MS_S32 se_v (MS_S8 *tracestring, MS_S32 value, Bitstream *bitstream) in se_v() 440 MS_S32 u_1 (MS_S8 *tracestring, MS_S32 value, Bitstream *bitstream) in u_1() 487 MS_S32 u_v (MS_S32 n, MS_S8 *tracestring, MS_S32 value, Bitstream *bitstream) in u_v() 564 void writeVlcByteAlign(Bitstream* currStream) in writeVlcByteAlign()
|
| H A D | parset.c | 120 static MS_S32 _GenerateVUI_parameters_rbsp(seq_parameter_set_rbsp_t *sps, Bitstream *bitstream); 510 Bitstream stream, *bitstream = &stream; in _GenerateSeq_parameter_set_rbsp() 606 Bitstream stream, *bitstream = &stream; in _GeneratePic_parameter_set_rbsp() 662 static MS_S32 _GenerateVUI_parameters_rbsp(seq_parameter_set_rbsp_t *sps, Bitstream *bitstream) in _GenerateVUI_parameters_rbsp() 953 static MS_S32 ref_pic_list_reordering(MFE_CONFIG* pConfig, Bitstream *bitstream) in ref_pic_list_reordering() 974 static MS_S32 dec_ref_pic_marking(MFE_CONFIG* pConfig, Bitstream *bitstream) in dec_ref_pic_marking() 1003 Bitstream stream, *bitstream = &stream; in SliceHeader() 1136 Bitstream stream, *bitstream = &stream; in DummySliceHeaderAndData()
|
| /utopia/UTPA2-700.0.x/modules/mfe/drv/mfe/cModel/ |
| H A D | vlc.h | 106 } Bitstream; typedef 129 void SODBtoRBSP(Bitstream *currStream); 132 int u_1 (char *tracestring, int value, Bitstream *bitstream); 133 int se_v (char *tracestring, int value, Bitstream *bitstream); 134 int ue_v (char *tracestring, int value, Bitstream *bitstream); 135 int u_v (int n, char *tracestring, int value, Bitstream *bitstream);
|
| H A D | vlc.c | 117 void SODBtoRBSP(Bitstream *currStream) in SODBtoRBSP() 249 void writeUVLC2buffer(SyntaxElement *se, Bitstream *currStream) in writeUVLC2buffer() 330 int ue_v (char *tracestring, int value, Bitstream *bitstream) in ue_v() 374 int se_v (char *tracestring, int value, Bitstream *bitstream) in se_v() 420 int u_1 (char *tracestring, int value, Bitstream *bitstream) in u_1() 467 int u_v (int n, char *tracestring, int value, Bitstream *bitstream) in u_v()
|
| H A D | parset.c | 122 static int _GenerateVUI_parameters_rbsp(seq_parameter_set_rbsp_t *sps, Bitstream *bitstream); 456 Bitstream stream, *bitstream = &stream; in _GenerateSeq_parameter_set_rbsp() 552 Bitstream stream, *bitstream = &stream; in _GeneratePic_parameter_set_rbsp() 608 static int _GenerateVUI_parameters_rbsp(seq_parameter_set_rbsp_t *sps, Bitstream *bitstream) in _GenerateVUI_parameters_rbsp() 885 static int ref_pic_list_reordering(MFE_CONFIG* pConfig, Bitstream *bitstream) in ref_pic_list_reordering() 906 static int dec_ref_pic_marking(MFE_CONFIG* pConfig, Bitstream *bitstream) in dec_ref_pic_marking() 935 Bitstream stream, *bitstream = &stream; in SliceHeader()
|
| /utopia/UTPA2-700.0.x/modules/vdec_v3/api/vdec_v3/ |
| H A D | apiVDEC_EX.c.0 | 772 MS_U16 u16BlockIdBS1Main; // Bitstream Buffer Block ID in Main Allocator 773 MS_U16 u16BlockIdBS1Sub; // Bitstream Buffer Block ID in Main Allocator 17695 MdbPrint(u64ReqHdl,"[VDEC][%d]Bitstream Buffer:%d/%x/%x\n",u8Idx, 22197 // Bitstream Buffer 22218 …ALLOCATOR_PRINTF_ERR("[ALLOC][ERR][%s][%d][%d] Alloc Bitstream Buffer Fail\n", __FUNCTION__, __LIN…
|