Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dsbrdsp.h33 void (*qmf_post_shuffle)(INTFLOAT W[32][2], const INTFLOAT *z); member
H A Dsbrdsp_template.c82 s->qmf_post_shuffle = sbr_qmf_post_shuffle_c; in ff_sbrdsp_init()
H A Daacsbr_template.c1199 sbrdsp->qmf_post_shuffle(W[buf_idx][i], z);
/third_party/ffmpeg/libavcodec/arm/
H A Dsbrdsp_init_arm.c62 s->qmf_post_shuffle = ff_sbr_qmf_post_shuffle_neon; in ff_sbrdsp_init_arm()
/third_party/ffmpeg/libavcodec/aarch64/
H A Dsbrdsp_init_aarch64.c59 s->qmf_post_shuffle = ff_sbr_qmf_post_shuffle_neon; in ff_sbrdsp_init_aarch64()
/third_party/ffmpeg/libavcodec/x86/
H A Dsbrdsp_init.c68 s->qmf_post_shuffle = ff_sbr_qmf_post_shuffle_sse; in ff_sbrdsp_init_x86()
/third_party/ffmpeg/libavcodec/mips/
H A Daacsbr_mips.h147 sbrdsp->qmf_post_shuffle(W[buf_idx][i], z); in sbr_qmf_analysis_mips()
H A Dsbrdsp_mips.c896 s->qmf_post_shuffle = sbr_qmf_post_shuffle_mips; in ff_sbrdsp_init_mips()
/third_party/ffmpeg/tests/checkasm/
H A Dsbrdsp.c276 if (check_func(sbrdsp.qmf_post_shuffle, "qmf_post_shuffle")) in checkasm_check_sbrdsp()
278 report("qmf_post_shuffle"); in checkasm_check_sbrdsp()

Completed in 8 milliseconds