OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lpc_error
(Results
1 - 3
of
3
) sorted by null
/external/flac/libFLAC/include/private/
lpc.h
226
* IN
lpc_error
>= 0.0 error returned from calculating LP coefficients
230
FLAC__double FLAC__lpc_compute_expected_bits_per_residual_sample(FLAC__double
lpc_error
, unsigned total_samples);
231
FLAC__double FLAC__lpc_compute_expected_bits_per_residual_sample_with_error_scale(FLAC__double
lpc_error
, FLAC__double error_scale);
239
* IN
lpc_error
[0,max_order-1] >= 0.0 error returned from calculating LP coefficients
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/
lpc.c
[
all
...]
stream_encoder.c
3386
FLAC__double
lpc_error
[FLAC__MAX_LPC_ORDER];
local
[
all
...]
Completed in 63 milliseconds