Home
last modified time | relevance | path

Searched refs:hpfsmpl (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
H A Daacpsy_mips.h125 static void psy_hp_filter_mips(const float *firbuf, float *hpfsmpl, const float * psy_fir_coeffs) in psy_hp_filter_mips() argument
130 float *hp = hpfsmpl; in psy_hp_filter_mips()
/third_party/ffmpeg/libavcodec/
H A Daacpsy.c631 static void psy_hp_filter(const float *firbuf, float *hpfsmpl, const float *psy_fir_coeffs) in psy_hp_filter() argument
644 hpfsmpl[i] = (sum1 + sum2) * 32768.0f; in psy_hp_filter()
896 float hpfsmpl[AAC_BLOCK_SIZE_LONG]; in psy_lame_window() local
897 const float *pf = hpfsmpl; in psy_lame_window()
905 psy_hp_filter(firbuf, hpfsmpl, psy_fir_coeffs); in psy_lame_window()

Completed in 3 milliseconds