Searched defs:autoc (Results 1 – 2 of 2) sorted by relevance
74 …mpute_autocorrelation(const FLAC__real data[], unsigned data_len, unsigned lag, FLAC__real autoc[]) in FLAC__lpc_compute_autocorrelation()123 void FLAC__lpc_compute_lp_coefficients(const FLAC__real autoc[], unsigned *max_order, FLAC__real lp… in FLAC__lpc_compute_lp_coefficients()
3379 …FLAC__real autoc[FLAC__MAX_LPC_ORDER+1]; /* WATCHOUT: the size is important even though encoder->p… in process_subframe_() local