Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/x86/
Dav1_fwd_txfm2d_sse4.c32 typedef void (*TxfmFuncSSE2)(__m128i *input, __m128i *output, typedef
67 static INLINE TxfmFuncSSE2 fwd_txfm_type_to_func(TXFM_TYPE txfm_type) { in fwd_txfm_type_to_func()
93 const TxfmFuncSSE2 txfm_func_col = fwd_txfm_type_to_func(cfg->txfm_type_col); in fwd_txfm2d_sse4_1()
94 const TxfmFuncSSE2 txfm_func_row = fwd_txfm_type_to_func(cfg->txfm_type_row); in fwd_txfm2d_sse4_1()
122 const TxfmFuncSSE2 txfm_func_col = fwd_txfm_type_to_func(cfg->txfm_type_col); in fwd_txfm2d_64x64_sse4_1()