Home
last modified time | relevance | path

Searched refs:lpcnet_compute_single_frame_features_float (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/libopus/dnn/
H A Ddred_encoder.c101lpcnet_compute_single_frame_features_float(&enc->lpcnet_enc_state, enc->input_buffer, feature_buff… in dred_process_frame()
102lpcnet_compute_single_frame_features_float(&enc->lpcnet_enc_state, enc->input_buffer + DRED_FRAME_… in dred_process_frame()
H A Dlpcnet.h132 int lpcnet_compute_single_frame_features_float(LPCNetEncState *st, const float *pcm, float features…
H A Dlpcnet_plc.c173 lpcnet_compute_single_frame_features_float(&st->enc, x, st->features, st->arch); in lpcnet_plc_conceal()
H A Dlpcnet_enc.c224 int lpcnet_compute_single_frame_features_float(LPCNetEncState *st, const float *pcm, float features… in lpcnet_compute_single_frame_features_float() function