Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmpegaudio.h66 typedef float OUT_INT; typedef
71 typedef int16_t OUT_INT; typedef
76 typedef int16_t OUT_INT; typedef
Dmpegaudiodsp_template.c125 int *dither_state, OUT_INT *samples, in RENAME()
130 OUT_INT *samples2; in RENAME()
182 OUT_INT *samples, ptrdiff_t incr, in RENAME()
Dmpegaudiodec_template.c1463 static int mp_decode_frame(MPADecodeContext *s, OUT_INT **samples, in mp_decode_frame()
1467 OUT_INT *samples_ptr; in mp_decode_frame()
1523 samples = (OUT_INT **)s->frame->extended_data; in mp_decode_frame()
1546 return nb_frames * 32 * sizeof(OUT_INT) * s->nb_channels; in mp_decode_frame()
1823 OUT_INT **out_samples; in decode_frame_mp3on4()
1824 OUT_INT *outptr[2]; in decode_frame_mp3on4()
1831 out_samples = (OUT_INT **)frame->extended_data; in decode_frame_mp3on4()
1872 memset(outptr[0], 0, MPA_FRAME_SIZE*sizeof(OUT_INT)); in decode_frame_mp3on4()
1874 memset(outptr[1], 0, MPA_FRAME_SIZE*sizeof(OUT_INT)); in decode_frame_mp3on4()
1875 ret = m->nb_channels * MPA_FRAME_SIZE*sizeof(OUT_INT); in decode_frame_mp3on4()
[all …]