Searched refs:overhead_bits_per_order (Results 1 - 2 of 2) sorted by relevance

/external/flac/libFLAC/include/private/
H A Dlpc.h242 * IN overhead_bits_per_order # of bits overhead for each increased LP order
246 unsigned FLAC__lpc_compute_best_order(const FLAC__double lpc_error[], unsigned max_order, unsigned total_samples, unsigned overhead_bits_per_order);
/external/flac/libFLAC/
H A Dlpc.c1334 unsigned FLAC__lpc_compute_best_order(const FLAC__double lpc_error[], unsigned max_order, unsigned total_samples, unsigned overhead_bits_per_order) argument
1348 bits = FLAC__lpc_compute_expected_bits_per_residual_sample_with_error_scale(lpc_error[indx], error_scale) * (FLAC__double)(total_samples - order) + (FLAC__double)(order * overhead_bits_per_order);

Completed in 160 milliseconds