Searched refs:lpcnet_compute_single_frame_features_float (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/libopus/dnn/ |
H A D | dred_encoder.c | 101 …lpcnet_compute_single_frame_features_float(&enc->lpcnet_enc_state, enc->input_buffer, feature_buff… in dred_process_frame() 102 …lpcnet_compute_single_frame_features_float(&enc->lpcnet_enc_state, enc->input_buffer + DRED_FRAME_… in dred_process_frame()
|
H A D | lpcnet.h | 132 int lpcnet_compute_single_frame_features_float(LPCNetEncState *st, const float *pcm, float features…
|
H A D | lpcnet_plc.c | 173 lpcnet_compute_single_frame_features_float(&st->enc, x, st->features, st->arch); in lpcnet_plc_conceal()
|
H A D | lpcnet_enc.c | 224 int lpcnet_compute_single_frame_features_float(LPCNetEncState *st, const float *pcm, float features… in lpcnet_compute_single_frame_features_float() function
|