Home
last modified time | relevance | path

Searched refs:getbits_fast (Results 1 – 25 of 35) sorted by relevance

12

/dports/audio/cutmp3/cutmp3-3.0.1/
H A Dmpglib.c388 si->private_bits = getbits_fast(5); in III_get_side_info_1()
390 si->private_bits = getbits_fast(3); in III_get_side_info_1()
417 gr_info->block_type = getbits_fast(2); in III_get_side_info_1()
442 r0c = getbits_fast(4); in III_get_side_info_1()
443 r1c = getbits_fast(3); in III_get_side_info_1()
523 r0c = getbits_fast(4); in III_get_side_info_2()
524 r1c = getbits_fast(3); in III_get_side_info_2()
555 *scf++ = getbits_fast(num0); in III_get_scale_factors_1()
561 *scf++ = getbits_fast(num0); in III_get_scale_factors_1()
563 *scf++ = getbits_fast(num1); in III_get_scale_factors_1()
[all …]
/dports/audio/mpg123/mpg123-1.29.3/src/libmpg123/
H A Dlayer1.c60 ba[0] = getbits_fast(fr, 4); in I_step_one()
61 ba[1] = getbits_fast(fr, 4); in I_step_one()
67 *ba = getbits_fast(fr, 4); in I_step_one()
79 *sca++ = getbits_fast(fr, 6); in I_step_one()
81 *sca++ = getbits_fast(fr, 6); in I_step_one()
85 *sca++ = getbits_fast(fr, 6); in I_step_one()
86 *sca++ = getbits_fast(fr, 6); in I_step_one()
98 *ba = getbits_fast(fr, 4); in I_step_one()
109 *sca++ = getbits_fast(fr, 6); in I_step_one()
H A Dlayer2.c119 if(*bita++) *scfsi++ = (char) getbits_fast(fr, 2); in II_step_one()
140 if(*bita++) *scfsi++ = (char) getbits_fast(fr, 2); in II_step_one()
163 *scale++ = getbits_fast(fr, 6); in II_step_one()
164 *scale++ = getbits_fast(fr, 6); in II_step_one()
165 *scale++ = getbits_fast(fr, 6); in II_step_one()
168 *scale++ = sc = getbits_fast(fr, 6); in II_step_one()
170 *scale++ = getbits_fast(fr, 6); in II_step_one()
173 *scale++ = sc = getbits_fast(fr, 6); in II_step_one()
178 *scale++ = getbits_fast(fr, 6); in II_step_one()
179 *scale++ = sc = getbits_fast(fr, 6); in II_step_one()
H A Dlayer3.c205 qss = getbits_fast(fr, 8); in III_get_side_info()
226 gr_info->block_type = getbits_fast(fr, 2); in III_get_side_info()
228 gr_info->table_select[0] = getbits_fast(fr, 5); in III_get_side_info()
229 gr_info->table_select[1] = getbits_fast(fr, 5); in III_get_side_info()
237 unsigned int sbg = (getbits_fast(fr, 3)<<3); in III_get_side_info()
281 gr_info->table_select[i] = getbits_fast(fr, 5); in III_get_side_info()
283 r0c = getbits_fast(fr, 4); /* 0 .. 15 */ in III_get_side_info()
284 r1c = getbits_fast(fr, 3); /* 0 .. 7 */ in III_get_side_info()
326 *scf++ = getbits_fast(fr, num0); in III_get_scale_factors_1()
331 for(;i;i--) *scf++ = getbits_fast(fr, num0); in III_get_scale_factors_1()
[all …]
/dports/audio/sdl_sound/SDL_sound-1.0.3/decoders/mpglib/
H A Dlayer2.c90 *scfsi++ = (char) getbits_fast(2); in II_step_one()
100 *scfsi++ = (char) getbits_fast(2); in II_step_one()
110 *scale++ = getbits_fast(6); in II_step_one()
111 *scale++ = getbits_fast(6); in II_step_one()
112 *scale++ = getbits_fast(6); in II_step_one()
115 *scale++ = sc = getbits_fast(6); in II_step_one()
117 *scale++ = getbits_fast(6); in II_step_one()
120 *scale++ = sc = getbits_fast(6); in II_step_one()
125 *scale++ = getbits_fast(6); in II_step_one()
126 *scale++ = sc = getbits_fast(6); in II_step_one()
H A Dlayer3.c309 si->private_bits = getbits_fast(5); in III_get_side_info_1()
362 r0c = getbits_fast(4); in III_get_side_info_1()
363 r1c = getbits_fast(3); in III_get_side_info_1()
442 r0c = getbits_fast(4); in III_get_side_info_2()
443 r1c = getbits_fast(3); in III_get_side_info_2()
475 *scf++ = getbits_fast(num0); in III_get_scale_factors_1()
481 *scf++ = getbits_fast(num0); in III_get_scale_factors_1()
483 *scf++ = getbits_fast(num1); in III_get_scale_factors_1()
492 *scf++ = getbits_fast(num0); in III_get_scale_factors_1()
494 *scf++ = getbits_fast(num1); in III_get_scale_factors_1()
[all …]
/dports/audio/aacgain/aacgain-1.8/mp3gain/mpglibDBL/
H A Dlayer2.c103 *scfsi++ = (char) getbits_fast(2); in II_step_one()
113 *scfsi++ = (char) getbits_fast(2); in II_step_one()
123 *scale++ = getbits_fast(6); in II_step_one()
124 *scale++ = getbits_fast(6); in II_step_one()
125 *scale++ = getbits_fast(6); in II_step_one()
128 *scale++ = sc = getbits_fast(6); in II_step_one()
130 *scale++ = getbits_fast(6); in II_step_one()
133 *scale++ = sc = getbits_fast(6); in II_step_one()
138 *scale++ = getbits_fast(6); in II_step_one()
139 *scale++ = sc = getbits_fast(6); in II_step_one()
H A Dlayer3.c356 unsigned int qss = getbits_fast(8); in III_get_side_info_1()
400 r0c = getbits_fast(4); in III_get_side_info_1()
401 r1c = getbits_fast(3); in III_get_side_info_1()
444 qss=getbits_fast(8); in III_get_side_info_2()
495 r0c = getbits_fast(4); in III_get_side_info_2()
496 r1c = getbits_fast(3); in III_get_side_info_2()
529 *scf++ = getbits_fast(num0); in III_get_scale_factors_1()
535 *scf++ = getbits_fast(num0); in III_get_scale_factors_1()
537 *scf++ = getbits_fast(num1); in III_get_scale_factors_1()
547 *scf++ = getbits_fast(num0); in III_get_scale_factors_1()
[all …]
H A Dcommon.h41 unsigned int getbits_fast(int number_of_bits);
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/libsrc/almp3-2.0.5/decoder/
H A Dlayer2.c92 *scfsi++ = (char) getbits_fast(2); in II_step_one()
102 *scfsi++ = (char) getbits_fast(2); in II_step_one()
112 *scale++ = getbits_fast(6); in II_step_one()
113 *scale++ = getbits_fast(6); in II_step_one()
114 *scale++ = getbits_fast(6); in II_step_one()
117 *scale++ = sc = getbits_fast(6); in II_step_one()
119 *scale++ = getbits_fast(6); in II_step_one()
122 *scale++ = sc = getbits_fast(6); in II_step_one()
127 *scale++ = getbits_fast(6); in II_step_one()
128 *scale++ = sc = getbits_fast(6); in II_step_one()
H A Dlayer3.c339 unsigned int qss = getbits_fast(8); in III_get_side_info_1()
378 r0c = getbits_fast(4); in III_get_side_info_1()
379 r1c = getbits_fast(3); in III_get_side_info_1()
419 qss=getbits_fast(8); in III_get_side_info_2()
462 r0c = getbits_fast(4); in III_get_side_info_2()
463 r1c = getbits_fast(3); in III_get_side_info_2()
496 *scf++ = getbits_fast(num0); in III_get_scale_factors_1()
502 *scf++ = getbits_fast(num0); in III_get_scale_factors_1()
504 *scf++ = getbits_fast(num1); in III_get_scale_factors_1()
514 *scf++ = getbits_fast(num0); in III_get_scale_factors_1()
[all …]
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/libsrc/apeg-1.2.1/audio/
H A Dlayer2.c97 *scfsi++ = (char) getbits_fast(&(mp->bsi),2); in II_step_one()
107 *scfsi++ = (char) getbits_fast(&(mp->bsi),2); in II_step_one()
117 *scale++ = getbits_fast(&(mp->bsi),6); in II_step_one()
118 *scale++ = getbits_fast(&(mp->bsi),6); in II_step_one()
119 *scale++ = getbits_fast(&(mp->bsi),6); in II_step_one()
122 *scale++ = sc = getbits_fast(&(mp->bsi),6); in II_step_one()
124 *scale++ = getbits_fast(&(mp->bsi),6); in II_step_one()
127 *scale++ = sc = getbits_fast(&(mp->bsi),6); in II_step_one()
132 *scale++ = getbits_fast(&(mp->bsi),6); in II_step_one()
133 *scale++ = sc = getbits_fast(&(mp->bsi),6); in II_step_one()
H A Dlayer3.c391 r0c = getbits_fast(&mp->bsi,4); in III_get_side_info()
392 r1c = getbits_fast(&mp->bsi,3); in III_get_side_info()
430 *scf++ = getbits_fast(&mp->bsi,num0); in III_get_scale_factors_1()
436 *scf++ = getbits_fast(&mp->bsi,num0); in III_get_scale_factors_1()
438 *scf++ = getbits_fast(&mp->bsi,num1); in III_get_scale_factors_1()
447 *scf++ = getbits_fast(&mp->bsi,num0); in III_get_scale_factors_1()
449 *scf++ = getbits_fast(&mp->bsi,num1); in III_get_scale_factors_1()
457 *scf++ = getbits_fast(&mp->bsi,num0); in III_get_scale_factors_1()
466 *scf++ = getbits_fast(&mp->bsi,num0); in III_get_scale_factors_1()
475 *scf++ = getbits_fast(&mp->bsi,num1); in III_get_scale_factors_1()
[all …]
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/libs/mpg123/
H A Dlayer2.c149 if(*bita++) *scfsi++ = (char) getbits_fast(fr, 2); in II_step_one()
161 if(*bita++) *scfsi++ = (char) getbits_fast(fr, 2); in II_step_one()
171 *scale++ = getbits_fast(fr, 6); in II_step_one()
172 *scale++ = getbits_fast(fr, 6); in II_step_one()
173 *scale++ = getbits_fast(fr, 6); in II_step_one()
176 *scale++ = sc = getbits_fast(fr, 6); in II_step_one()
178 *scale++ = getbits_fast(fr, 6); in II_step_one()
181 *scale++ = sc = getbits_fast(fr, 6); in II_step_one()
186 *scale++ = getbits_fast(fr, 6); in II_step_one()
187 *scale++ = sc = getbits_fast(fr, 6); in II_step_one()
H A Dlayer3.c446 si->private_bits = getbits_fast(fr, tab[2]); in III_get_side_info()
448 si->private_bits = getbits_fast(fr, tab[3]); in III_get_side_info()
453 si->ch[ch].gr[1].scfsi = getbits_fast(fr, 4); in III_get_side_info()
482 gr_info->block_type = getbits_fast(fr, 2); in III_get_side_info()
484 gr_info->table_select[0] = getbits_fast(fr, 5); in III_get_side_info()
485 gr_info->table_select[1] = getbits_fast(fr, 5); in III_get_side_info()
530 gr_info->table_select[i] = getbits_fast(fr, 5); in III_get_side_info()
532 r0c = getbits_fast(fr, 4); /* 0 .. 15 */ in III_get_side_info()
533 r1c = getbits_fast(fr, 3); /* 0 .. 7 */ in III_get_side_info()
580 *scf++ = getbits_fast(fr, num0); in III_get_scale_factors_1()
[all …]
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/src/libmpg123/
H A Dlayer2.c149 if(*bita++) *scfsi++ = (char) getbits_fast(fr, 2); in II_step_one()
161 if(*bita++) *scfsi++ = (char) getbits_fast(fr, 2); in II_step_one()
171 *scale++ = getbits_fast(fr, 6); in II_step_one()
172 *scale++ = getbits_fast(fr, 6); in II_step_one()
173 *scale++ = getbits_fast(fr, 6); in II_step_one()
176 *scale++ = sc = getbits_fast(fr, 6); in II_step_one()
178 *scale++ = getbits_fast(fr, 6); in II_step_one()
181 *scale++ = sc = getbits_fast(fr, 6); in II_step_one()
186 *scale++ = getbits_fast(fr, 6); in II_step_one()
187 *scale++ = sc = getbits_fast(fr, 6); in II_step_one()
H A Dlayer3.c444 si->private_bits = getbits_fast(fr, tab[2]);
446 si->private_bits = getbits_fast(fr, tab[3]);
451 si->ch[ch].gr[1].scfsi = getbits_fast(fr, 4);
474 gr_info->block_type = getbits_fast(fr, 2);
476 gr_info->table_select[0] = getbits_fast(fr, 5);
477 gr_info->table_select[1] = getbits_fast(fr, 5);
522 gr_info->table_select[i] = getbits_fast(fr, 5);
524 r0c = getbits_fast(fr, 4); /* 0 .. 15 */
525 r1c = getbits_fast(fr, 3); /* 0 .. 7 */
564 *scf++ = getbits_fast(fr, num0);
[all …]
/dports/emulators/vice/vice-3.5/src/lib/liblame/mpglib/
H A Dlayer3.c429 r0c = getbits_fast(mp, 4); in III_get_side_info_1()
430 r1c = getbits_fast(mp, 3); in III_get_side_info_1()
479 qss = getbits_fast(mp, 8); in III_get_side_info_2()
533 r0c = getbits_fast(mp, 4); in III_get_side_info_2()
534 r1c = getbits_fast(mp, 3); in III_get_side_info_2()
576 *scf++ = getbits_fast(mp, num0); in III_get_scale_factors_1()
582 *scf++ = getbits_fast(mp, num0); in III_get_scale_factors_1()
584 *scf++ = getbits_fast(mp, num1); in III_get_scale_factors_1()
595 *scf++ = getbits_fast(mp, num0); in III_get_scale_factors_1()
597 *scf++ = getbits_fast(mp, num1); in III_get_scale_factors_1()
[all …]
H A Dcommon.c310 getbits_fast(PMPSTR mp, int number_of_bits) in getbits_fast() function
334 return (unsigned char) getbits_fast(mp, number_of_bits); in get_leq_8_bits()
341 return (unsigned short) getbits_fast(mp, number_of_bits); in get_leq_16_bits()
H A Dcommon.h38 unsigned int getbits_fast(PMPSTR mp, int number_of_bits);
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/mpglib/
H A Dlayer3.c429 r0c = getbits_fast(mp, 4); in III_get_side_info_1()
430 r1c = getbits_fast(mp, 3); in III_get_side_info_1()
479 qss = getbits_fast(mp, 8); in III_get_side_info_2()
533 r0c = getbits_fast(mp, 4); in III_get_side_info_2()
534 r1c = getbits_fast(mp, 3); in III_get_side_info_2()
576 *scf++ = getbits_fast(mp, num0); in III_get_scale_factors_1()
582 *scf++ = getbits_fast(mp, num0); in III_get_scale_factors_1()
584 *scf++ = getbits_fast(mp, num1); in III_get_scale_factors_1()
595 *scf++ = getbits_fast(mp, num0); in III_get_scale_factors_1()
597 *scf++ = getbits_fast(mp, num1); in III_get_scale_factors_1()
[all …]
H A Dcommon.c310 getbits_fast(PMPSTR mp, int number_of_bits) in getbits_fast() function
334 return (unsigned char) getbits_fast(mp, number_of_bits); in get_leq_8_bits()
341 return (unsigned short) getbits_fast(mp, number_of_bits); in get_leq_16_bits()
/dports/audio/lame/lame-3.100/mpglib/
H A Dlayer3.c440 r0c = getbits_fast(mp, 4); in III_get_side_info_1()
441 r1c = getbits_fast(mp, 3); in III_get_side_info_1()
490 qss = getbits_fast(mp, 8); in III_get_side_info_2()
542 r0c = getbits_fast(mp, 4); in III_get_side_info_2()
543 r1c = getbits_fast(mp, 3); in III_get_side_info_2()
585 *scf++ = getbits_fast(mp, num0); in III_get_scale_factors_1()
591 *scf++ = getbits_fast(mp, num0); in III_get_scale_factors_1()
593 *scf++ = getbits_fast(mp, num1); in III_get_scale_factors_1()
604 *scf++ = getbits_fast(mp, num0); in III_get_scale_factors_1()
606 *scf++ = getbits_fast(mp, num1); in III_get_scale_factors_1()
[all …]
H A Dcommon.c315 getbits_fast(PMPSTR mp, int number_of_bits) in getbits_fast() function
339 return (unsigned char) getbits_fast(mp, number_of_bits); in get_leq_8_bits()
346 return (unsigned short) getbits_fast(mp, number_of_bits); in get_leq_16_bits()
H A Dcommon.h38 unsigned int getbits_fast(PMPSTR mp, int number_of_bits);

12