Home
last modified time | relevance | path

Searched refs:Bit_stream_struc (Results 1 – 25 of 39) sorted by relevance

12

/dports/multimedia/mplex/mplex-1.1/
H A Dbitstrm.h129 } Bit_stream_struc; typedef
144 extern int refill_buffer(Bit_stream_struc*);
145 extern void empty_buffer(Bit_stream_struc*, int);
150 extern void alloc_buffer(Bit_stream_struc*, int);
151 extern void desalloc_buffer(Bit_stream_struc*);
153 extern unsigned int get1bit(Bit_stream_struc*);
154 extern void put1bit(Bit_stream_struc*, int);
155 extern unsigned long look_ahead(Bit_stream_struc*, int);
156 extern unsigned long getbits(Bit_stream_struc*, int);
160 extern unsigned long sstell(Bit_stream_struc*);
[all …]
H A Dbitstrm.c144 Bit_stream_struc *bs; /* bit stream structure */ in refill_buffer()
200 Bit_stream_struc *bs; /* bit stream structure */ in empty_buffer()
226 Bit_stream_struc *bs; /* bit stream structure */ in open_bit_stream_w()
245 Bit_stream_struc *bs; /* bit stream structure */ in open_bit_stream_r()
316 Bit_stream_struc *bs; /* bit stream structure */ in close_bit_stream_r()
324 Bit_stream_struc *bs; /* bit stream structure */ in close_bit_stream_w()
333 Bit_stream_struc *bs; /* bit stream structure */ in alloc_buffer()
343 Bit_stream_struc *bs; /* bit stream structure */ in desalloc_buffer()
352 Bit_stream_struc *bs; /* bit stream structure */ in back_track_buffer()
375 Bit_stream_struc *bs; /* bit stream structure */ in get1bit()
[all …]
H A Dinptstrm.c10 Bit_stream_struc *bs; in marker_bit()
40 Bit_stream_struc bs1, bs2;
176 Bit_stream_struc video_bs;
459 Bit_stream_struc audio_bs;
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/aenc/
H A Dcommon.h171 } Bit_stream_struc; typedef
212 extern void refill_buffer(Bit_stream_struc*);
213 extern void empty_buffer(Bit_stream_struc*, int);
218 extern void alloc_buffer(Bit_stream_struc*, int);
219 extern void desalloc_buffer(Bit_stream_struc*);
221 extern unsigned int get1bit(Bit_stream_struc*);
222 extern void put1bit(Bit_stream_struc*, int);
223 extern unsigned long look_ahead(Bit_stream_struc*, int);
224 extern unsigned long getbits(Bit_stream_struc*, int);
228 extern unsigned long sstell(Bit_stream_struc*);
[all …]
H A Dencoder.h153 extern void encode_info(frame_params*, Bit_stream_struc*);
172 Bit_stream_struc*);
175 Bit_stream_struc*);
197 Bit_stream_struc*);
199 Bit_stream_struc*);
202 Bit_stream_struc*);
205 Bit_stream_struc*);
206 extern void encode_CRC(unsigned int, Bit_stream_struc*);
H A Dcommon.c402 Bit_stream_struc *bs; /* bit stream structure */ in refill_buffer()
456 Bit_stream_struc *bs; /* bit stream structure */ in empty_buffer()
482 Bit_stream_struc *bs; /* bit stream structure */ in open_bit_stream_w()
505 Bit_stream_struc *bs; /* bit stream structure */ in open_bit_stream_r()
576 Bit_stream_struc *bs; /* bit stream structure */ in close_bit_stream_r()
584 Bit_stream_struc *bs; /* bit stream structure */ in close_bit_stream_w()
594 Bit_stream_struc *bs; /* bit stream structure */ in alloc_buffer()
604 Bit_stream_struc *bs; /* bit stream structure */ in desalloc_buffer()
613 Bit_stream_struc *bs; /* bit stream structure */ in back_track_buffer()
636 Bit_stream_struc *bs; /* bit stream structure */ in get1bit()
[all …]
H A Dencode.c481 Bit_stream_struc *bs;
758 Bit_stream_struc *bs;
773 Bit_stream_struc *bs;
1383 Bit_stream_struc *bs;
1398 Bit_stream_struc *bs;
1429 Bit_stream_struc *bs;
1448 Bit_stream_struc *bs;
1484 Bit_stream_struc *bs;
/dports/audio/mctoolame-encoder/mctoolame-01a/
H A Dencode.h10 void encode_info (frame_params *fr_ps, Bit_stream_struc *bs);
11 void encode_info_mc1 (frame_params *fr_ps, Bit_stream_struc *bs);
12 void encode_info_mc2 (frame_params *fr_ps, Bit_stream_struc *bs);
13 void encode_info_ext1 (frame_params *fr_ps, Bit_stream_struc *bs_ext);
14 void encode_info_ext2 (frame_params *fr_ps, Bit_stream_struc *bs_ext, unsigned int crc);
33 Bit_stream_struc *bs,
85 Bit_stream_struc *bs);
91 Bit_stream_struc *bs);
92 void encode_CRC (unsigned int crc, Bit_stream_struc *bs);
93 void ancillary_encode (frame_params*,Bit_stream_struc*,int);
[all …]
H A Dcommon.h312 } Bit_stream_struc; typedef
373 int refill_buffer(Bit_stream_struc *bs);
377 void close_bit_stream_r(Bit_stream_struc *bs);
378 void close_bit_stream_w(Bit_stream_struc *bs);
379 void alloc_buffer(Bit_stream_struc *bs, int size);
380 void desalloc_buffer(Bit_stream_struc *bs);
381 unsigned int get1bit(Bit_stream_struc *bs);
382 void put1bit(Bit_stream_struc *bs, int bit);
383 unsigned long getbits(Bit_stream_struc *bs, int N);
385 unsigned long sstell (Bit_stream_struc *bs);
[all …]
H A Dlfe.h5 extern void II_encode_lfe_scale(unsigned int, Bit_stream_struc*);
10 extern void II_encode_lfe_alloc(unsigned int, frame_params*, Bit_stream_struc*);
13 Bit_stream_struc*);
H A Dcommon.c901 int refill_buffer (Bit_stream_struc * bs) in refill_buffer()
963 void empty_buffer (Bit_stream_struc * bs, int minimum) in empty_buffer()
1080 void close_bit_stream_r (Bit_stream_struc * bs) in close_bit_stream_r()
1087 void close_bit_stream_w (Bit_stream_struc * bs) in close_bit_stream_w()
1095 void alloc_buffer (Bit_stream_struc * bs, int size) in alloc_buffer()
1103 void desalloc_buffer (Bit_stream_struc * bs) in desalloc_buffer()
1112 unsigned int get1bit (Bit_stream_struc * bs) in get1bit()
1146 void put1bit (Bit_stream_struc * bs, int bit) in put1bit()
1172 unsigned long getbits (Bit_stream_struc * bs, int N) in getbits()
1252 unsigned long sstell (Bit_stream_struc * bs) in sstell()
[all …]
H A Dlingual.h16 Bit_stream_struc * bs);
18 frame_params * fr_ps, Bit_stream_struc * bs);
H A Dlfe.c43 void II_encode_lfe_scale (unsigned int lfe_scalar, Bit_stream_struc * bs) in II_encode_lfe_scale()
109 frame_params * fr_ps, Bit_stream_struc * bs) in II_encode_lfe_alloc()
118 frame_params * fr_ps, Bit_stream_struc * bs) in II_lfe_sample_encoding()
H A Dlingual.c126 Bit_stream_struc * bs) in II_sample_encoding_ml()
154 frame_params * fr_ps, Bit_stream_struc * bs) in II_encode_bit_alloc_ml()
/dports/audio/aacgain/aacgain-1.8/mp3gain/mpglibDBL/
H A Dbitstream.h33 int copy_buffer(unsigned char *buffer,int buffer_size,Bit_stream_struc *bs);
/dports/emulators/vice/vice-3.5/src/lib/liblame/libmp3lame/
H A Dutil.h148 } Bit_stream_struc; typedef
496 Bit_stream_struc bs;
/dports/audio/lame/lame-3.100/libmp3lame/
H A Dutil.h144 } Bit_stream_struc; typedef
494 Bit_stream_struc bs;
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/libmp3lame/
H A Dutil.h148 } Bit_stream_struc; typedef
496 Bit_stream_struc bs;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/LoopDeletion/
H A D2008-05-06-Phi.ll8 %struct.Bit_stream_struc = type { i8*, i32, %struct.FILE*, i8*, i32, i32, i32, i32 }
39 …_info_t* %l3_side, [2 x %struct.III_scalefac_t]* %scalefac, %struct.Bit_stream_struc* %in_bs) noun…
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/LoopDeletion/
H A D2008-05-06-Phi.ll8 %struct.Bit_stream_struc = type { i8*, i32, %struct.FILE*, i8*, i32, i32, i32, i32 }
39 …_info_t* %l3_side, [2 x %struct.III_scalefac_t]* %scalefac, %struct.Bit_stream_struc* %in_bs) noun…
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/LoopDeletion/
H A D2008-05-06-Phi.ll8 %struct.Bit_stream_struc = type { i8*, i32, %struct.FILE*, i8*, i32, i32, i32, i32 }
39 …_info_t* %l3_side, [2 x %struct.III_scalefac_t]* %scalefac, %struct.Bit_stream_struc* %in_bs) noun…
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/LoopDeletion/
H A D2008-05-06-Phi.ll8 %struct.Bit_stream_struc = type { i8*, i32, %struct.FILE*, i8*, i32, i32, i32, i32 }
39 …_info_t* %l3_side, [2 x %struct.III_scalefac_t]* %scalefac, %struct.Bit_stream_struc* %in_bs) noun…
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/LoopDeletion/
H A D2008-05-06-Phi.ll8 %struct.Bit_stream_struc = type { i8*, i32, %struct.FILE*, i8*, i32, i32, i32, i32 }
39 …_info_t* %l3_side, [2 x %struct.III_scalefac_t]* %scalefac, %struct.Bit_stream_struc* %in_bs) noun…
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/LoopDeletion/
H A D2008-05-06-Phi.ll8 %struct.Bit_stream_struc = type { i8*, i32, %struct.FILE*, i8*, i32, i32, i32, i32 }
39 …_info_t* %l3_side, [2 x %struct.III_scalefac_t]* %scalefac, %struct.Bit_stream_struc* %in_bs) noun…
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/LoopDeletion/
H A D2008-05-06-Phi.ll8 %struct.Bit_stream_struc = type { i8*, i32, %struct.FILE*, i8*, i32, i32, i32, i32 }
39 …_info_t* %l3_side, [2 x %struct.III_scalefac_t]* %scalefac, %struct.Bit_stream_struc* %in_bs) noun…

12