Home
last modified time | relevance | path

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

/aosp_15_r20/external/flac/src/libFLAC/
H A Dstream_encoder.c335 typedef struct FLAC__StreamEncoderPrivate { struct
336 …pacity; /* current size (in samples) of the signal and residual buffers */
337 FLAC__int32 *integer_signal[FLAC__MAX_CHANNELS]; /* the integer version of the input signal */
338 …r_signal_mid_side[2]; /* the integer version of the mid-side input signal (stereo only) */
339 FLAC__int64 *integer_signal_33bit_side; /* 33-bit side for 32-bit stereo decorrelation */
341 …AC__MAX_CHANNELS]; /* (@@@ currently unused) the floating-point version of the input signal */
342 … /* (@@@ currently unused) the floating-point version of the mid-side input signal (stereo only) */
343 …_APODIZATION_FUNCTIONS]; /* the pre-computed floating-point window for each apodization function */
344 FLAC__real *windowed_signal; /* the integer_signal[] * current window[] */
346 …HANNELS]; /* the effective bits per sample of the input signal (stream bps - wasted bits) */
[all …]