Home
last modified time | relevance | path

Searched defs:lpc_coeffs (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/modules/audio_processing/agc2/rnn_vad/
Dlp_residual.cc55 void ComputeInitialInverseFilterCoefficients( in ComputeInitialInverseFilterCoefficients()
92 rtc::ArrayView<float, kNumLpcCoefficients> lpc_coeffs) { in ComputeAndPostProcessLpcCoefficients()
118 rtc::ArrayView<const float, kNumLpcCoefficients> lpc_coeffs, in ComputeLpResidual()
Dfeatures_extraction.cc66 float lpc_coeffs[kNumLpcCoefficients]; in CheckSilenceComputeFeatures() local
/external/libopus/dnn/torch/neural-pitch/
Dneural_pitch_update.py156lpc_coeffs = np.concatenate((np.zeros((frame_offset - frame_start, lpc_order), dtype=np.float32), … variable
158 lpc_coeffs = lpcs[frame_start - frame_offset : frame_stop] variable
/external/libxaac/encoder/
Diusace_fd_fac.c201 FLOAT32 lpc_coeffs[ORDER + 1]; in iusace_fd_fac() local
Diusace_tcx_enc.c281 VOID iusace_tcx_fac_encode(ia_usac_data_struct *usac_data, FLOAT32 *lpc_coeffs, in iusace_tcx_fac_encode()
Diusace_config.h295 FLOAT32 lpc_coeffs[2 * (ORDER + 1)]; member