Searched refs:assign_itx_bpc_fn (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/libdav1d/src/x86/ |
H A D | itx.h | 113 #define assign_itx_bpc_fn(pfx, w, h, type, type_enum, bpc, ext) \ in itx_dsp_init_x86() macro 118 assign_itx_bpc_fn(pfx, w, h, dct_dct, DCT_DCT, bpc, ext) in itx_dsp_init_x86() 122 assign_itx_bpc_fn(pfx, w, h, identity_identity, IDTX, bpc, ext) in itx_dsp_init_x86() 126 assign_itx_bpc_fn(pfx, w, h, dct_adst, ADST_DCT, bpc, ext); \ in itx_dsp_init_x86() 127 assign_itx_bpc_fn(pfx, w, h, dct_flipadst, FLIPADST_DCT, bpc, ext); \ in itx_dsp_init_x86() 128 assign_itx_bpc_fn(pfx, w, h, dct_identity, H_DCT, bpc, ext); \ in itx_dsp_init_x86() 129 assign_itx_bpc_fn(pfx, w, h, adst_dct, DCT_ADST, bpc, ext); \ in itx_dsp_init_x86() 130 assign_itx_bpc_fn(pfx, w, h, adst_adst, ADST_ADST, bpc, ext); \ in itx_dsp_init_x86() 131 assign_itx_bpc_fn(pfx, w, h, adst_flipadst, FLIPADST_ADST, bpc, ext); \ in itx_dsp_init_x86() 132 assign_itx_bpc_fn(pfx, w, h, flipadst_dct, DCT_FLIPADST, bpc, ext); \ in itx_dsp_init_x86() [all …]
|