Searched refs:init_itx_func (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9dsp_init_16bpp_template.c | 171 #define init_itx_func(idxa, idxb, typea, typeb, size, bpp, opt) \ in INIT_FUNC() macro 175 init_itx_func(idx, DCT_DCT, typea, typeb, size, bpp, opt); \ in INIT_FUNC() 176 init_itx_func(idx, ADST_DCT, typea, typeb, size, bpp, opt); \ in INIT_FUNC() 177 init_itx_func(idx, DCT_ADST, typea, typeb, size, bpp, opt); \ in INIT_FUNC() 178 init_itx_func(idx, ADST_ADST, typea, typeb, size, bpp, opt) in INIT_FUNC() 180 init_itx_func(idx, DCT_DCT, idct, idct, size, bpp, opt); \ in INIT_FUNC() 181 init_itx_func(idx, ADST_DCT, idct, iadst, size, bpp, opt); \ in INIT_FUNC() 182 init_itx_func(idx, DCT_ADST, iadst, idct, size, bpp, opt); \ in INIT_FUNC() 183 init_itx_func(idx, ADST_ADST, iadst, iadst, size, bpp, opt); \ in INIT_FUNC() 190 init_itx_func(TX_4X in INIT_FUNC() [all...] |
Completed in 1 milliseconds