Home
last modified time | relevance | path

Searched refs:pcm_sample (Results 1 - 6 of 6) sorted by relevance

/third_party/lame/mpglib/
H A Dlayer1.c200 decode_layer1_frame(PMPSTR mp, unsigned char *pcm_sample, int *pcm_point) in decode_layer1_frame() argument
219 clip += synth_1to1_mono(mp, (real *) fraction[single], pcm_sample, pcm_point); in decode_layer1_frame()
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 Dlayer2.h36 int decode_layer2_frame(PMPSTR mp, unsigned char *pcm_sample, int *pcm_point);
H A Dlayer1.h27 int decode_layer1_frame(PMPSTR mp, unsigned char *pcm_sample, int *pcm_point);
H A Dlayer2.c369 decode_layer2_frame(PMPSTR mp, unsigned char *pcm_sample, int *pcm_point) in decode_layer2_frame() argument
387 clip += synth_1to1_mono(mp, fraction[single][j], pcm_sample, pcm_point); in decode_layer2_frame()
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 Dlayer3.h27 int decode_layer3_frame(PMPSTR mp, unsigned char *pcm_sample, int *pcm_point,
H A Dlayer3.c1755 decode_layer3_frame(PMPSTR mp, unsigned char *pcm_sample, int *pcm_point, in decode_layer3_frame() argument
1958 clip += (*synth_1to1_mono_ptr) (mp, hybridOut[0][ss], pcm_sample, pcm_point); in decode_layer3_frame()
1962 clip += (*synth_1to1_ptr) (mp, hybridOut[0][ss], 0, pcm_sample, &p1); in decode_layer3_frame()
1963 clip += (*synth_1to1_ptr) (mp, hybridOut[1][ss], 1, pcm_sample, pcm_point); in decode_layer3_frame()

Completed in 5 milliseconds