init_itx_func     176 libavcodec/x86/vp9dsp_init_16bpp_template.c     init_itx_func(idx, DCT_DCT,   typea, typeb, size, bpp, opt); \
init_itx_func     177 libavcodec/x86/vp9dsp_init_16bpp_template.c     init_itx_func(idx, ADST_DCT,  typea, typeb, size, bpp, opt); \
init_itx_func     178 libavcodec/x86/vp9dsp_init_16bpp_template.c     init_itx_func(idx, DCT_ADST,  typea, typeb, size, bpp, opt); \
init_itx_func     179 libavcodec/x86/vp9dsp_init_16bpp_template.c     init_itx_func(idx, ADST_ADST, typea, typeb, size, bpp, opt)
init_itx_func     181 libavcodec/x86/vp9dsp_init_16bpp_template.c     init_itx_func(idx, DCT_DCT,   idct,  idct,  size, bpp, opt); \
init_itx_func     182 libavcodec/x86/vp9dsp_init_16bpp_template.c     init_itx_func(idx, ADST_DCT,  idct,  iadst, size, bpp, opt); \
init_itx_func     183 libavcodec/x86/vp9dsp_init_16bpp_template.c     init_itx_func(idx, DCT_ADST,  iadst, idct,  size, bpp, opt); \
init_itx_func     184 libavcodec/x86/vp9dsp_init_16bpp_template.c     init_itx_func(idx, ADST_ADST, iadst, iadst, size, bpp, opt); \
init_itx_func     191 libavcodec/x86/vp9dsp_init_16bpp_template.c             init_itx_func(TX_4X4, DCT_DCT, idct, idct, 4, 10, mmxext);
init_itx_func     203 libavcodec/x86/vp9dsp_init_16bpp_template.c             init_itx_func(TX_4X4, ADST_DCT,  idct,  iadst, 4, 10, sse2);
init_itx_func     204 libavcodec/x86/vp9dsp_init_16bpp_template.c             init_itx_func(TX_4X4, DCT_ADST,  iadst, idct,  4, 10, sse2);
init_itx_func     205 libavcodec/x86/vp9dsp_init_16bpp_template.c             init_itx_func(TX_4X4, ADST_ADST, iadst, iadst, 4, 10, sse2);