Searched refs:synth_1to1 (Results 1 - 5 of 5) sorted by relevance
/third_party/lame/mpglib/ |
H A D | decode_i386.h | 28 int synth_1to1(PMPSTR mp, real * bandPtr, int channel, unsigned char *out, int *pnt);
|
H A D | decode_i386.c | 102 SYNTH_1TO1_MONO_CLIPCHOICE(short, synth_1to1) in synth_1to1_mono() 110 /* versions: clipped (when TYPE == short) and unclipped (when TYPE == real) of synth_1to1* functions */ 217 synth_1to1(PMPSTR mp, real * bandPtr, int channel, unsigned char *out, int *pnt) in synth_1to1() function
|
H A D | layer1.c | 226 clip += synth_1to1(mp, (real *) fraction[0], 0, pcm_sample, &p1); in decode_layer1_frame() 227 clip += synth_1to1(mp, (real *) fraction[1], 1, pcm_sample, pcm_point); in decode_layer1_frame()
|
H A D | layer2.c | 396 clip += synth_1to1(mp, fraction[0][j], 0, pcm_sample, &p1); in decode_layer2_frame() 397 clip += synth_1to1(mp, fraction[1][j], 1, pcm_sample, pcm_point); in decode_layer2_frame()
|
H A D | interface.c | 703 return decodeMP3_clipchoice(mp, in, isize, out, done, synth_1to1_mono, synth_1to1); in decodeMP3()
|
Completed in 3 milliseconds