Home
last modified time | relevance | path

Searched refs:qmf_deint_bfly (Results 1 - 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dsbrdsp.h35 void (*qmf_deint_bfly)(INTFLOAT *v, const INTFLOAT *src0, const INTFLOAT *src1); member
H A Dsbrdsp_template.c84 s->qmf_deint_bfly = sbr_qmf_deint_bfly_c; in ff_sbrdsp_init()
H A Daacsbr_template.c1244 sbrdsp->qmf_deint_bfly(v, mdct_buf[1], mdct_buf[0]);
/third_party/ffmpeg/libavcodec/arm/
H A Dsbrdsp_init_arm.c64 s->qmf_deint_bfly = ff_sbr_qmf_deint_bfly_neon; in ff_sbrdsp_init_arm()
/third_party/ffmpeg/libavcodec/aarch64/
H A Dsbrdsp_init_aarch64.c61 s->qmf_deint_bfly = ff_sbr_qmf_deint_bfly_neon; in ff_sbrdsp_init_aarch64()
/third_party/ffmpeg/libavcodec/x86/
H A Dsbrdsp_init.c74 s->qmf_deint_bfly = ff_sbr_qmf_deint_bfly_sse2; in ff_sbrdsp_init_x86()
/third_party/ffmpeg/libavcodec/mips/
H A Daacsbr_mips.h189 sbrdsp->qmf_deint_bfly(v, mdct_buf[1], mdct_buf[0]); in sbr_qmf_synthesis_mips()
H A Dsbrdsp_mips.c900 s->qmf_deint_bfly = sbr_qmf_deint_bfly_mips; in ff_sbrdsp_init_mips()
/third_party/ffmpeg/tests/checkasm/
H A Dsbrdsp.c284 if (check_func(sbrdsp.qmf_deint_bfly, "qmf_deint_bfly")) in checkasm_check_sbrdsp()
286 report("qmf_deint_bfly"); in checkasm_check_sbrdsp()

Completed in 7 milliseconds