Lines Matching refs:FLAC__real
218 const FLAC__real lp_coeff[],
337 FLAC__real *real_signal[FLAC__MAX_CHANNELS]; /* (@@@ currently unused) the floating-point version of the input signal */
338 FLAC__real *real_signal_mid_side[2]; /* (@@@ currently unused) the floating-point version of the mid-side input signal (stereo only) */
339 FLAC__real *window[FLAC__MAX_APODIZATION_FUNCTIONS]; /* the pre-computed floating-point window for each apodization function */
340 FLAC__real *windowed_signal; /* the integer_signal[] * current window[] */
376 void (*local_lpc_compute_autocorrelation)(const FLAC__real data[], unsigned data_len, unsigned lag, FLAC__real autoc[]);
407 FLAC__real *real_signal_unaligned[FLAC__MAX_CHANNELS]; /* (@@@ currently unused) */
408 FLAC__real *real_signal_mid_side_unaligned[2]; /* (@@@ currently unused) */
409 FLAC__real *window_unaligned[FLAC__MAX_APODIZATION_FUNCTIONS];
410 FLAC__real *windowed_signal_unaligned;
421 FLAC__real lp_coeff[FLAC__MAX_LPC_ORDER][FLAC__MAX_LPC_ORDER]; /* from process_subframe_() */
1565 FLAC__real stddev = (FLAC__real)strtod(specification+6, 0);
1584 FLAC__real p = (FLAC__real)strtod(specification+6, 0);
3194 FLAC__real autoc[FLAC__MAX_LPC_ORDER+1]; /* WATCHOUT: the size is important even though encoder->protected_->max_lpc_order might be less; some asm routines need all the space */
3570 const FLAC__real lp_coeff[],