Home
last modified time | relevance | path

Searched refs:OUT_INT (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpegaudio.h66 typedef float OUT_INT; typedef
71 typedef int16_t OUT_INT; typedef
76 typedef int16_t OUT_INT; typedef
H A Dmpegaudiodec_template.c1465 static int mp_decode_frame(MPADecodeContext *s, OUT_INT **samples, in mp_decode_frame()
1469 OUT_INT *samples_ptr; in mp_decode_frame()
1525 samples = (OUT_INT **)s->frame->extended_data; in mp_decode_frame()
1548 return nb_frames * 32 * sizeof(OUT_INT) * s->nb_channels; in mp_decode_frame()
1825 OUT_INT **out_samples; in decode_frame_mp3on4()
1826 OUT_INT *outptr[2]; in decode_frame_mp3on4()
1833 out_samples = (OUT_INT **)frame->extended_data; in decode_frame_mp3on4()
1874 memset(outptr[0], 0, MPA_FRAME_SIZE*sizeof(OUT_INT)); in decode_frame_mp3on4()
1876 memset(outptr[1], 0, MPA_FRAME_SIZE*sizeof(OUT_INT)); in decode_frame_mp3on4()
1877 ret = m->nb_channels * MPA_FRAME_SIZE*sizeof(OUT_INT); in decode_frame_mp3on4()
[all...]
H A Dmpegaudiodsp_template.c124 int *dither_state, OUT_INT *samples, in ff_mpadsp_apply_window()
129 OUT_INT *samples2; in ff_mpadsp_apply_window()
181 OUT_INT *samples, ptrdiff_t incr, in ff_mpa_synth_filter()

Completed in 5 milliseconds