Searched defs:FLAC__StreamEncoderPrivate (Results 1 – 1 of 1) sorted by relevance
316 typedef struct FLAC__StreamEncoderPrivate { struct317 …pacity; /* current size (in samples) of the signal and residual buffers */318 FLAC__int32 *integer_signal[FLAC__MAX_CHANNELS]; /* the integer version of the input signal */319 …r_signal_mid_side[2]; /* the integer version of the mid-side input signal (stereo only) */321 …AC__MAX_CHANNELS]; /* (@@@ currently unused) the floating-point version of the input signal */322 … /* (@@@ currently unused) the floating-point version of the mid-side input signal (stereo only) */323 …_APODIZATION_FUNCTIONS]; /* the pre-computed floating-point window for each apodization function */324 FLAC__real *windowed_signal; /* the integer_signal[] * current window[] */326 …HANNELS]; /* the effective bits per sample of the input signal (stream bps - wasted bits) */327 … /* the effective bits per sample of the mid-side input signal (stream bps - wasted bits + 0/1) */[all …]