Searched refs:samples_buf (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegaudioenc.c51 short samples_buf[MPA_MAX_CHANNELS][SAMPLES_BUF_SIZE]; /* buffer for filter */ member in struct:MpegAudioContext
52 int samples_offset[MPA_MAX_CHANNELS]; /* offset in samples_buf */
324 s->samples_buf[ch][offset + (31 - i)] = samples[0];
329 p = s->samples_buf[ch] + offset;
356 memmove(s->samples_buf[ch] + SAMPLES_BUF_SIZE - (512 - 32),
357 s->samples_buf[ch], (512 - 32) * 2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegaudioenc_template.c56 short samples_buf[MPA_MAX_CHANNELS][SAMPLES_BUF_SIZE]; /* buffer for filter */ member in struct:MpegAudioContext
57 int samples_offset[MPA_MAX_CHANNELS]; /* offset in samples_buf */
336 s->samples_buf[ch][offset + (31 - i)] = samples[0];
341 p = s->samples_buf[ch] + offset;
368 memmove(s->samples_buf[ch] + SAMPLES_BUF_SIZE - (512 - 32),
369 s->samples_buf[ch], (512 - 32) * 2);

Completed in 115 milliseconds