Home
last modified time | relevance | path

Searched refs:synth_1to1 (Results 1 - 5 of 5) sorted by relevance

/third_party/lame/mpglib/
H A Ddecode_i386.h28 int synth_1to1(PMPSTR mp, real * bandPtr, int channel, unsigned char *out, int *pnt);
H A Ddecode_i386.c102 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 Dlayer1.c226 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 Dlayer2.c396 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 Dinterface.c703 return decodeMP3_clipchoice(mp, in, isize, out, done, synth_1to1_mono, synth_1to1); in decodeMP3()

Completed in 3 milliseconds