Searched refs:samples_s16 (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dnellymoserdec.c160 int16_t *samples_s16; local
186 samples_s16 = (int16_t *)s->frame.data[0];
195 s->fmt_conv.float_to_int16(samples_s16, s->float_buf, NELLY_SAMPLES);
196 samples_s16 += NELLY_SAMPLES;
H A Datrac3.c844 int16_t *samples_s16; local
859 samples_s16 = (int16_t *)q->frame.data[0];
885 q->fmt_conv.float_to_int16_interleave(samples_s16,
H A Ddca.c1699 int16_t *samples_s16; local
1897 samples_s16 = (int16_t *) s->frame.data[0];
1918 s->fmt_conv.float_to_int16_interleave(samples_s16,
1921 samples_s16 += 256 * channels;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dshorten.c605 int16_t *samples_s16; local
615 samples_s16 = ((int16_t **)frame->extended_data)[chan];
623 *samples_s16++ = av_clip_int16(s->decoded[chan][i]);
H A Dalacenc.c383 int16_t const *samples_s16[2] = { (const int16_t *)samples0, local
388 samples_s16[j][i]);

Completed in 96 milliseconds