Searched refs:assign_itx12_bpc_fn (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libdav1d/src/x86/ |
H A D | itx.h | 124 #define assign_itx12_bpc_fn(pfx, w, h, bpc, ext) \ in itx_dsp_init_x86() macro 138 assign_itx12_bpc_fn(pfx, w, h, bpc, ext); \ in itx_dsp_init_x86() 238 assign_itx12_bpc_fn( , 16, 16, 10, avx2); in itx_dsp_init_x86() 258 assign_itx12_bpc_fn( , 16, 16, 12, avx2); in itx_dsp_init_x86() 294 assign_itx12_bpc_fn( , 16, 16, 10, avx512icl); in itx_dsp_init_x86()
|