Searched refs:SampleType (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dac3enc.h56 typedef float SampleType; typedef
65 typedef int16_t SampleType; typedef
163 const SampleType *mdct_window; ///< MDCT window function array
227 SampleType *windowed_samples;
228 SampleType **planar_samples;
H A Dac3enc_template.c36 static void apply_window(DSPContext *dsp, SampleType *output,
37 const SampleType *input, const SampleType *window,
72 const SampleType *samples)
78 const SampleType *sptr;
108 const SampleType *input_samples = &s->planar_samples[ch][blk * AC3_BLOCK_SIZE];
398 const SampleType *samples = data;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dac3enc.h61 typedef float SampleType; typedef
70 typedef int16_t SampleType; typedef
170 const SampleType *mdct_window; ///< MDCT window function array
234 SampleType *windowed_samples;
235 SampleType **planar_samples;
H A Dac3enc_template.c78 static void copy_input_samples(AC3EncodeContext *s, SampleType **samples)
108 const SampleType *input_samples = &s->planar_samples[ch][blk * AC3_BLOCK_SIZE];
406 copy_input_samples(s, (SampleType **)frame->extended_data);

Completed in 119 milliseconds