Searched defs:lpc_order (Results 1 - 4 of 4) sorted by relevance

/external/srec/srec/include/
H A Dfrontpar.h53 int lpc_order; member in struct:__anon25912
H A Dfront.h187 int lpc_order; member in struct:__anon25908
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model.c474 int32_t WebRtcIsacfix_CalculateResidualEnergyC(int lpc_order, argument
485 for (i = 0; i <= lpc_order; i++) {
486 for (j = i; j <= lpc_order; j++) {
/external/flac/libFLAC/
H A Dstream_encoder.c3196 unsigned min_lpc_order, max_lpc_order, lpc_order; local
3333 for(lpc_order = min_lpc_order; lpc_order <= max_lpc_order; lpc_order++) {
3334 lpc_residual_bits_per_sample = FLAC__lpc_compute_expected_bits_per_residual_sample(lpc_error[lpc_order-1], frame_header->blocksize-lpc_order);
3349 max_qlp_coeff_precision = min(32 - subframe_bps - lpc_order, FLAC__MAX_QLP_COEFF_PRECISION);
3366 encoder->private_->lp_coeff[lpc_order-1],
3369 lpc_order,

Completed in 134 milliseconds