Home
last modified time | relevance | path

Searched refs:conv16to8 (Results 1 – 18 of 18) sorted by relevance

/dports/audio/mpg123/mpg123-1.29.3/src/libmpg123/
H A Dtabinit.c251 fr->conv16to8 = fr->conv16to8_buf + 4096; in make_conv16to8_table()
275 fr->conv16to8[i] = (unsigned char) c1; in make_conv16to8_table()
281 fr->conv16to8[i] = i>>5; in make_conv16to8_table()
285 fr->conv16to8[i] = (i>>5)+128; in make_conv16to8_table()
308 fr->conv16to8[i] = ((unsigned int)i)>>1; in make_conv16to8_table()
310 fr->conv16to8[i] = ((((unsigned int)i)>>2) & 0xf) | (2<<4); in make_conv16to8_table()
312 fr->conv16to8[i] = ((((unsigned int)i)>>3) & 0xf) | (3<<4); in make_conv16to8_table()
314 fr->conv16to8[i] = ((((unsigned int)i)>>4) & 0xf) | (4<<4); in make_conv16to8_table()
323 fr->conv16to8[i] = fr->conv16to8[-i] | 0x80; in make_conv16to8_table()
325 fr->conv16to8[-4096] = fr->conv16to8[-4095]; in make_conv16to8_table()
[all …]
H A Dsynth_8bit.h29 *samples = fr->conv16to8[*tmp1>>AUSHIFT]; in SYNTH_NAME()
54 *samples++ = fr->conv16to8[*tmp1>>AUSHIFT]; in MONO_NAME()
78 *samples++ = fr->conv16to8[*tmp1>>AUSHIFT]; in MONO2STEREO_NAME()
79 *samples++ = fr->conv16to8[*tmp1>>AUSHIFT]; in MONO2STEREO_NAME()
H A Dsample.h148 *(samples) = fr->conv16to8[write_8bit_tmp>>AUSHIFT]; \
H A Dframe.h137 unsigned char *conv16to8; member
H A Dlibmpg123.c817 return fr->af.encoding & MPG123_ENC_8 ? fr->conv16to8[0] : 0; in zero_byte()
/dports/audio/welle.io/welle.io-66675c9a4160c644a5ade5bf7a0cd0647647f33c/src/libs/mpg123/
H A Dtabinit.c294 fr->conv16to8 = fr->conv16to8_buf + 4096;
318 fr->conv16to8[i] = (unsigned char) c1;
324 fr->conv16to8[i] = i>>5;
328 fr->conv16to8[i] = (i>>5)+128;
351 fr->conv16to8[i] = ((unsigned int)i)>>1;
353 fr->conv16to8[i] = ((((unsigned int)i)>>2) & 0xf) | (2<<4);
355 fr->conv16to8[i] = ((((unsigned int)i)>>3) & 0xf) | (3<<4);
357 fr->conv16to8[i] = ((((unsigned int)i)>>4) & 0xf) | (4<<4);
366 fr->conv16to8[i] = fr->conv16to8[-i] | 0x80;
368 fr->conv16to8[-4096] = fr->conv16to8[-4095];
[all …]
H A Dsynth_8bit.h29 *samples = fr->conv16to8[*tmp1>>AUSHIFT]; in SYNTH_NAME()
54 *samples++ = fr->conv16to8[*tmp1>>AUSHIFT]; in MONO_NAME()
78 *samples++ = fr->conv16to8[*tmp1>>AUSHIFT]; in MONO2STEREO_NAME()
79 *samples++ = fr->conv16to8[*tmp1>>AUSHIFT]; in MONO2STEREO_NAME()
H A Dsample.h148 *(samples) = fr->conv16to8[write_8bit_tmp>>AUSHIFT]; \
H A Dframe.h134 unsigned char *conv16to8; member
H A Dlibmpg123.c697 return fr->af.encoding & MPG123_ENC_8 ? fr->conv16to8[0] : 0; in zero_byte()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/src/libmpg123/
H A Dtabinit.c294 fr->conv16to8 = fr->conv16to8_buf + 4096; in make_conv16to8_table()
318 fr->conv16to8[i] = (unsigned char) c1; in make_conv16to8_table()
324 fr->conv16to8[i] = i>>5; in make_conv16to8_table()
328 fr->conv16to8[i] = (i>>5)+128; in make_conv16to8_table()
351 fr->conv16to8[i] = ((unsigned int)i)>>1; in make_conv16to8_table()
353 fr->conv16to8[i] = ((((unsigned int)i)>>2) & 0xf) | (2<<4); in make_conv16to8_table()
355 fr->conv16to8[i] = ((((unsigned int)i)>>3) & 0xf) | (3<<4); in make_conv16to8_table()
357 fr->conv16to8[i] = ((((unsigned int)i)>>4) & 0xf) | (4<<4); in make_conv16to8_table()
366 fr->conv16to8[i] = fr->conv16to8[-i] | 0x80; in make_conv16to8_table()
368 fr->conv16to8[-4096] = fr->conv16to8[-4095]; in make_conv16to8_table()
[all …]
H A Dsynth_8bit.h29 *samples = fr->conv16to8[*tmp1>>AUSHIFT]; in SYNTH_NAME()
54 *samples++ = fr->conv16to8[*tmp1>>AUSHIFT]; in MONO_NAME()
78 *samples++ = fr->conv16to8[*tmp1>>AUSHIFT]; in MONO2STEREO_NAME()
79 *samples++ = fr->conv16to8[*tmp1>>AUSHIFT]; in MONO2STEREO_NAME()
H A Dsample.h148 *(samples) = fr->conv16to8[write_8bit_tmp>>AUSHIFT]; \
H A Dframe.h134 unsigned char *conv16to8; member
H A Dlibmpg123.c697 return fr->af.encoding & MPG123_ENC_8 ? fr->conv16to8[0] : 0; in zero_byte()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/libsrc/almp3-2.0.5/decoder/
H A Dtabinit.c11 unsigned char *conv16to8;
/dports/audio/sdl_sound/SDL_sound-1.0.3/decoders/mpglib/
H A Dtabinit.c12 unsigned char *conv16to8;
H A Dmpg123_sdlsound.h191 extern unsigned char *conv16to8;