Home
last modified time | relevance | path

Searched refs:HFParam (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dg723_1.h102 typedef struct HFParam { struct
105 } HFParam; typedef
Dg723_1enc.c543 static void comp_harmonic_coeff(int16_t *buf, int16_t pitch_lag, HFParam *hf) in comp_harmonic_coeff()
616 static void harmonic_filter(HFParam *hf, const int16_t *src, int16_t *dest) in harmonic_filter()
626 static void harmonic_noise_sub(HFParam *hf, const int16_t *src, int16_t *dest) in harmonic_noise_sub()
1117 HFParam hf[4]; in g723_1_encode_frame()