Searched refs:pcm_sample (Results 1 - 6 of 6) sorted by relevance
/third_party/lame/mpglib/ |
H A D | layer1.c | 200 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 D | layer2.h | 36 int decode_layer2_frame(PMPSTR mp, unsigned char *pcm_sample, int *pcm_point);
|
H A D | layer1.h | 27 int decode_layer1_frame(PMPSTR mp, unsigned char *pcm_sample, int *pcm_point);
|
H A D | layer2.c | 369 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 D | layer3.h | 27 int decode_layer3_frame(PMPSTR mp, unsigned char *pcm_sample, int *pcm_point,
|
H A D | layer3.c | 1755 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