/third_party/lame/libmp3lame/ |
H A D | mpglib_interface.c | 75 short pcm_l[], 80 short pcm_l[], 86 short pcm_l[], 91 short pcm_l[], 97 short pcm_l[], 133 DST_TYPE *pcm_l = (DST_TYPE *)pcm_l_raw; \ 136 *pcm_l++ = (DST_TYPE)(*p_samples++); 140 DST_TYPE *pcm_l = (DST_TYPE *)pcm_l_raw, *pcm_r = (DST_TYPE *)pcm_r_raw; \ 143 *pcm_l++ = (DST_TYPE)(*p_samples++); \ 281 short pcm_l[], shor in lame_decode1_headersB() 279 lame_decode1_headersB(unsigned char *buffer, int len, short pcm_l[], short pcm_r[], mp3data_struct * mp3data, int *enc_delay, int *enc_padding) lame_decode1_headersB() argument 307 lame_decode1_headers(unsigned char *buffer, int len, short pcm_l[], short pcm_r[], mp3data_struct * mp3data) lame_decode1_headers() argument 320 lame_decode1(unsigned char *buffer, int len, short pcm_l[], short pcm_r[]) lame_decode1() argument 340 lame_decode_headers(unsigned char *buffer, int len, short pcm_l[], short pcm_r[], mp3data_struct * mp3data) lame_decode_headers() argument 366 lame_decode(unsigned char *buffer, int len, short pcm_l[], short pcm_r[]) lame_decode() argument 456 hip123_decode1( hip_t hip, unsigned char *buffer, size_t len, unsigned char *pcm_l, unsigned char *pcm_r, int *enc_delay, int *enc_padding, mp3data_struct *mp3data, int unclipped) hip123_decode1() argument 586 hip_decode1_unclipped(hip_t hip, unsigned char *buffer, size_t len, sample_t pcm_l[], sample_t pcm_r[]) hip_decode1_unclipped() argument 614 hip_decode1_headers(hip_t hip, unsigned char *buffer, size_t len, short pcm_l[], short pcm_r[], mp3data_struct * mp3data) hip_decode1_headers() argument 629 hip_decode1(hip_t hip, unsigned char *buffer, size_t len, short pcm_l[], short pcm_r[]) hip_decode1() argument 650 hip_decode_headers(hip_t hip, unsigned char *buffer, size_t len, short pcm_l[], short pcm_r[], mp3data_struct * mp3data) hip_decode_headers() argument 672 hip_decode(hip_t hip, unsigned char *buffer, size_t len, short pcm_l[], short pcm_r[]) hip_decode() argument 680 hip_decode1_headersB(hip_t hip, unsigned char *buffer, size_t len, short pcm_l[], short pcm_r[], mp3data_struct * mp3data, int *enc_delay, int *enc_padding) hip_decode1_headersB() argument [all...] |
H A D | lame.c | 1912 const short int pcm_l[], const short int pcm_r[], const int nsamples, in lame_encode_buffer() 1915 return lame_encode_buffer_template(gfp, pcm_l, pcm_r, nsamples, mp3buf, mp3buf_size, pcm_short_type, 1, 1.0); in lame_encode_buffer() 1921 const float pcm_l[], const float pcm_r[], const int nsamples, in lame_encode_buffer_float() 1925 return lame_encode_buffer_template(gfp, pcm_l, pcm_r, nsamples, mp3buf, mp3buf_size, pcm_float_type, 1, 1.0); in lame_encode_buffer_float() 1931 const float pcm_l[], const float pcm_r[], const int nsamples, in lame_encode_buffer_ieee_float() 1935 return lame_encode_buffer_template(gfp, pcm_l, pcm_r, nsamples, mp3buf, mp3buf_size, pcm_float_type, 1, 32767.0); in lame_encode_buffer_ieee_float() 1951 const double pcm_l[], const double pcm_r[], const int nsamples, in lame_encode_buffer_ieee_double() 1955 return lame_encode_buffer_template(gfp, pcm_l, pcm_r, nsamples, mp3buf, mp3buf_size, pcm_double_type, 1, 32767.0); in lame_encode_buffer_ieee_double() 1971 const int pcm_l[], const int pcm_r[], const int nsamples, in lame_encode_buffer_int() 1976 return lame_encode_buffer_template(gfp, pcm_l, pcm_ in lame_encode_buffer_int() 1911 lame_encode_buffer(lame_global_flags * gfp, const short int pcm_l[], const short int pcm_r[], const int nsamples, unsigned char *mp3buf, const int mp3buf_size) lame_encode_buffer() argument 1920 lame_encode_buffer_float(lame_global_flags * gfp, const float pcm_l[], const float pcm_r[], const int nsamples, unsigned char *mp3buf, const int mp3buf_size) lame_encode_buffer_float() argument 1930 lame_encode_buffer_ieee_float(lame_t gfp, const float pcm_l[], const float pcm_r[], const int nsamples, unsigned char *mp3buf, const int mp3buf_size) lame_encode_buffer_ieee_float() argument 1950 lame_encode_buffer_ieee_double(lame_t gfp, const double pcm_l[], const double pcm_r[], const int nsamples, unsigned char *mp3buf, const int mp3buf_size) lame_encode_buffer_ieee_double() argument 1970 lame_encode_buffer_int(lame_global_flags * gfp, const int pcm_l[], const int pcm_r[], const int nsamples, unsigned char *mp3buf, const int mp3buf_size) lame_encode_buffer_int() argument 1981 lame_encode_buffer_long2(lame_global_flags * gfp, const long pcm_l[], const long pcm_r[], const int nsamples, unsigned char *mp3buf, const int mp3buf_size) lame_encode_buffer_long2() argument 1992 lame_encode_buffer_long(lame_global_flags * gfp, const long pcm_l[], const long pcm_r[], const int nsamples, unsigned char *mp3buf, const int mp3buf_size) lame_encode_buffer_long() argument [all...] |
H A D | util.h | 587 size_t len, sample_t pcm_l[], sample_t pcm_r[]);
|
/third_party/lame/include/ |
H A D | lame.h | 749 const float pcm_l [], /* PCM data for left channel */ 761 const float pcm_l [], /* PCM data for left channel */ 779 const double pcm_l [], /* PCM data for left channel */ 1067 * nout = hip_decode(hip, mp3buf,len,pcm_l,pcm_r); 1076 * >0 : returned 'nout' samples worth of data in pcm_l,pcm_r 1077 * pcm_l[nout] : left channel data 1084 , short pcm_l[] 1092 , short pcm_l[] 1101 , short pcm_l[] 1109 , short pcm_l[] [all...] |
/third_party/lame/frontend/ |
H A D | amiga_mpega.c | 113 lame_decode_fromfile(FILE * fd, short pcm_l[], short pcm_r[], mp3data_struct * mp3data) in lame_decode_fromfile() argument 118 b[0] = pcm_l; in lame_decode_fromfile()
|
H A D | get_audio.c | 393 static int lame_decode_fromfile(FILE * fd, short int pcm_l[], short int pcm_r[], 2226 short int pcm_l[1152], pcm_r[1152]; in lame_decode_initfile() local 2304 ret = hip_decode1_headersB(global.hip, buf, len, pcm_l, pcm_r, mp3data, enc_delay, enc_padding); in lame_decode_initfile() 2314 hip_decode1_headersB(global.hip, buf, len, pcm_l, pcm_r, mp3data, enc_delay, in lame_decode_initfile() 2363 lame_decode_fromfile(FILE * fd, short pcm_l[], short pcm_r[], mp3data_struct * mp3data) in lame_decode_fromfile() argument 2370 ret = hip_decode1_headers(global.hip, buf, len, pcm_l, pcm_r, mp3data); in lame_decode_fromfile() 2380 ret = hip_decode1_headers(global.hip, buf, len, pcm_l, pcm_r, mp3data); in lame_decode_fromfile() 2387 ret = hip_decode1_headers(global.hip, buf, len, pcm_l, pcm_r, mp3data); in lame_decode_fromfile()
|