Home
last modified time | relevance | path

Searched refs:totbit (Results 1 – 22 of 22) sorted by relevance

/dports/emulators/vice/vice-3.5/src/lib/liblame/libmp3lame/
H A Dbitstream.c145 bs->totbit += cfg->sideinfo_len * 8; in putheader_bits()
184 bs->totbit += k; in putbits2()
215 bs->totbit += k; in putbits_noheaders()
499 int gegebo = gfc->bs.totbit; in huffman_coder_count1()
703 hogege = gfc->bs.totbit; in writeMainData()
744 hogege = gfc->bs.totbit; in writeMainData()
883 == gfc->bs.totbit); in flush_bitstream()
974 assert(gfc->bs.totbit % 8 == 0); in format_bitstream()
976 if (gfc->bs.totbit > 1000000000) { in format_bitstream()
981 gfc->bs.totbit = 0; in format_bitstream()
[all …]
H A Dutil.h143 int totbit; /* bit counter of bit stream */ member
/dports/audio/lame/lame-3.100/libmp3lame/
H A Dbitstream.c143 bs->totbit += cfg->sideinfo_len * 8; in putheader_bits()
182 bs->totbit += k; in putbits2()
213 bs->totbit += k; in putbits_noheaders()
497 int gegebo = gfc->bs.totbit; in huffman_coder_count1()
701 hogege = gfc->bs.totbit; in writeMainData()
742 hogege = gfc->bs.totbit; in writeMainData()
881 == gfc->bs.totbit); in flush_bitstream()
972 assert(gfc->bs.totbit % 8 == 0); in format_bitstream()
974 if (gfc->bs.totbit > 1000000000) { in format_bitstream()
979 gfc->bs.totbit = 0; in format_bitstream()
[all …]
H A Dutil.h139 int totbit; /* bit counter of bit stream */ member
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/libmp3lame/
H A Dbitstream.c145 bs->totbit += cfg->sideinfo_len * 8; in putheader_bits()
184 bs->totbit += k; in putbits2()
215 bs->totbit += k; in putbits_noheaders()
499 int gegebo = gfc->bs.totbit; in huffman_coder_count1()
703 hogege = gfc->bs.totbit; in writeMainData()
744 hogege = gfc->bs.totbit; in writeMainData()
883 == gfc->bs.totbit); in flush_bitstream()
974 assert(gfc->bs.totbit % 8 == 0); in format_bitstream()
976 if (gfc->bs.totbit > 1000000000) { in format_bitstream()
981 gfc->bs.totbit = 0; in format_bitstream()
[all …]
H A Dutil.h143 int totbit; /* bit counter of bit stream */ member
/dports/multimedia/mplex/mplex-1.1/
H A Dbitstrm.c237 bs->totbit=0;
308 bs->totbit=0;
358 bs->totbit -= N;
380 bs->totbit++;
407 bs->totbit++;
462 bs->totbit += N;
500 bs->totbit += N;
554 return(bs->totbit);
H A Dbitstrm.h120 long totbit; /* bit counter of bit stream */ member
H A Dinptstrm.c66 bs1.totbit = 32;
73 bs2.totbit = 32;
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/twolame/libtwolame/
H A Dbitbuffer.h34 long totbit; /* bit counter of bit stream */ member
46 #define buffer_sstell(bs) (bs->totbit)
H A Dbitbuffer_inline.h29 bs->totbit++; in buffer_put1bit()
52 bs->totbit += N; in buffer_putbits()
H A Dbitbuffer.c44 bs->totbit = 0; in buffer_init()
/dports/audio/twolame/twolame-0.4.0/libtwolame/
H A Dbitbuffer.h32 long totbit; /* bit counter of bit stream */ member
44 #define twolame_buffer_sstell(bs) (bs->totbit)
H A Dbitbuffer_inline.h28 bs->totbit++; in buffer_put1bit()
60 bs->totbit += k; in buffer_putbits()
H A Dbitbuffer.c43 bs->totbit = 0; in twolame_buffer_init()
/dports/audio/mctoolame-encoder/mctoolame-01a/
H A Dcommon.c1001 bs->totbit = 0; in open_bit_stream_w()
1073 bs->totbit = 0; in open_bit_stream_r()
1118 bs->totbit++; in get1bit()
1139 bs->totbit - 1, 1, bit, bit); in get1bit()
1154 bs->totbit, 1, bit, bit); in put1bit()
1158 bs->totbit++; in put1bit()
1184 bs->totbit += N; in getbits()
1209 bs->totbit - N, N, val, val); in getbits()
1230 bs->totbit, N, val, val); in putbits()
1234 bs->totbit += N; in putbits()
[all …]
H A Dcommon.h304 long totbit; /* bit counter of bit stream */ member
/dports/multimedia/mjpegtools/mjpegtools-2.1.0/aenc/
H A Dcommon.c497 bs->totbit=0;
568 bs->totbit=0;
619 bs->totbit -= N;
641 bs->totbit++;
668 bs->totbit++;
723 bs->totbit += N;
761 bs->totbit += N;
815 return(bs->totbit);
H A Dcommon.h162 long totbit; /* bit counter of bit stream */ member
/dports/emulators/vice/vice-3.5/src/lib/liblame/
H A DChangeLog17782 new bs.totbit overflow handling strategy
36305 totbit buffer overflow fix
/dports/audio/lame/lame-3.100/
H A DChangeLog18567 new bs.totbit overflow handling strategy
37090 totbit buffer overflow fix
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/
H A DChangeLog17782 new bs.totbit overflow handling strategy
36305 totbit buffer overflow fix