Home
last modified time | relevance | path

Searched refs:assign_itx2_bpc_fn (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/libdav1d/src/x86/
H A Ditx.h120 #define assign_itx2_bpc_fn(pfx, w, h, bpc, ext) \ in itx_dsp_init_x86() macro
125 assign_itx2_bpc_fn(pfx, w, h, bpc, ext); \ in itx_dsp_init_x86()
235 assign_itx2_bpc_fn (R, 8, 32, 10, avx2); in itx_dsp_init_x86()
239 assign_itx2_bpc_fn (R, 16, 32, 10, avx2); in itx_dsp_init_x86()
241 assign_itx2_bpc_fn (R, 32, 8, 10, avx2); in itx_dsp_init_x86()
242 assign_itx2_bpc_fn (R, 32, 16, 10, avx2); in itx_dsp_init_x86()
243 assign_itx2_bpc_fn ( , 32, 32, 10, avx2); in itx_dsp_init_x86()
255 assign_itx2_bpc_fn (R, 8, 32, 12, avx2); in itx_dsp_init_x86()
259 assign_itx2_bpc_fn (R, 32, 8, 12, avx2); in itx_dsp_init_x86()
292 assign_itx2_bpc_fn (R, 8, 32, 10, avx512icl); in itx_dsp_init_x86()
[all …]