Searched refs:hf_g_filt (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | sbrdsp.h | 40 void (*hf_g_filt)(INTFLOAT (*Y)[2], const INTFLOAT (*X_high)[40][2], member
|
D | sbrdsp_template.c | 87 s->hf_g_filt = sbr_hf_g_filt_c; in AAC_RENAME()
|
D | aacsbr.c | 342 sbr->dsp.hf_g_filt(Y1[i] + kx, X_high + kx, g_filt, m_max, in sbr_hf_assemble()
|
D | aacsbr_fixed.c | 558 sbr->dsp.hf_g_filt(Y1[i] + kx, X_high + kx, g_filt, m_max, in sbr_hf_assemble()
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | sbrdsp_init_aarch64.c | 62 s->hf_g_filt = ff_sbr_hf_g_filt_neon; in ff_sbrdsp_init_aarch64()
|
/third_party/ffmpeg/libavcodec/arm/ |
D | sbrdsp_init_arm.c | 65 s->hf_g_filt = ff_sbr_hf_g_filt_neon; in ff_sbrdsp_init_arm()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | sbrdsp_init.c | 67 s->hf_g_filt = ff_sbr_hf_g_filt_sse; in ff_sbrdsp_init_x86()
|
/third_party/ffmpeg/tests/checkasm/ |
D | sbrdsp.c | 296 if (check_func(sbrdsp.hf_g_filt, "hf_g_filt")) in checkasm_check_sbrdsp()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | sbrdsp_mips.c | 903 s->hf_g_filt = sbr_hf_g_filt_mips; in ff_sbrdsp_init_mips()
|
D | aacsbr_mips.c | 437 sbr->dsp.hf_g_filt(Y1[i] + kx, X_high + kx, g_filt, m_max, in sbr_hf_assemble_mips()
|