Home
last modified time | relevance | path

Searched refs:h_smooth (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
H A Daacsbr_mips.c325 static const float h_smooth[5] = { in sbr_hf_assemble_mips() local
428 g_filt[m] += g_temp[idx1 - j][m] * h_smooth[j]; in sbr_hf_assemble_mips()
429 q_filt[m] += q_temp[idx1 - j][m] * h_smooth[j]; in sbr_hf_assemble_mips()
/third_party/ffmpeg/libavcodec/
H A Daacsbr.c285 static const float h_smooth[5] = { in sbr_hf_assemble() local
333 g_filt[m] += g_temp[idx1 - j][m] * h_smooth[j]; in sbr_hf_assemble()
334 q_filt[m] += q_temp[idx1 - j][m] * h_smooth[j]; in sbr_hf_assemble()
H A Daacsbr_fixed.c497 static const SoftFloat h_smooth[5] = { in sbr_hf_assemble() local
547 h_smooth[j])); in sbr_hf_assemble()
550 h_smooth[j])); in sbr_hf_assemble()

Completed in 6 milliseconds