Home
last modified time | relevance | path

Searched defs:FLAC__StreamEncoderPrivate (Results 1 – 1 of 1) sorted by relevance

/external/flac/libFLAC/
Dstream_encoder.c332 typedef struct FLAC__StreamEncoderPrivate { struct
333 …pacity; /* current size (in samples) of the signal and residual buffers */
334 FLAC__int32 *integer_signal[FLAC__MAX_CHANNELS]; /* the integer version of the input signal */
335 …r_signal_mid_side[2]; /* the integer version of the mid-side input signal (stereo only) */
337 …AC__MAX_CHANNELS]; /* (@@@ currently unused) the floating-point version of the input signal */
338 … /* (@@@ currently unused) the floating-point version of the mid-side input signal (stereo only) */
339 …_APODIZATION_FUNCTIONS]; /* the pre-computed floating-point window for each apodization function */
340 FLAC__real *windowed_signal; /* the integer_signal[] * current window[] */
342 …HANNELS]; /* the effective bits per sample of the input signal (stream bps - wasted bits) */
343 … /* the effective bits per sample of the mid-side input signal (stream bps - wasted bits + 0/1) */
[all …]