Searched refs:lpc_order (Results 1 - 8 of 8) sorted by relevance

/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlpc_masking_model.h41 typedef int32_t (*CalculateResidualEnergy)(int lpc_order,
49 int32_t WebRtcIsacfix_CalculateResidualEnergyC(int lpc_order,
57 int32_t WebRtcIsacfix_CalculateResidualEnergyNeon(int lpc_order,
H A Dlpc_masking_model_neon.S20 @ int32_t WebRtcIsacfix_CalculateResidualEnergyNeon(int lpc_order,
45 add r9, r3, r0, asl #1 @ &a_polynomial[lpc_order]
57 cmp r0, r6 @ Compare lpc_order to i.
87 cmp r0, r1 @ Compare lpc_order to j.
134 cmp r0, r6 @ Compare i to lpc_order.
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/srec/srec/include/
H A Dfrontpar.h53 int lpc_order; member in struct:__anon26818
H A Dfront.h187 int lpc_order; member in struct:__anon26814
/external/srec/srec/cfront/
H A Dfrontobj.c565 cepobj->lpc_order = parameters->lpc_order;
/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,
/external/srec/srec/Recognizer/src/
H A DRecognizerImpl.c394 CHKLOG(rc, ESR_SessionGetInt("CREC.Frontend.lpcorder", &params->lpc_order));

Completed in 442 milliseconds