Home
last modified time | relevance | path

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

/external/libaom/config/x86/config/
Dav1_rtcd.h276 void av1_inv_txfm_add_ssse3(const tran_low_t *dqcoeff, uint8_t *dst, int stride, const TxfmParam *t…
277 #define av1_inv_txfm_add av1_inv_txfm_add_ssse3
/external/libaom/config/x86_64/config/
Dav1_rtcd.h279 void av1_inv_txfm_add_ssse3(const tran_low_t *dqcoeff, uint8_t *dst, int stride, const TxfmParam *t…
280 #define av1_inv_txfm_add av1_inv_txfm_add_ssse3
/external/libaom/libaom/av1/common/x86/
Dav1_inv_txfm_ssse3.c2919 void av1_inv_txfm_add_ssse3(const tran_low_t *dqcoeff, uint8_t *dst, int stride, in av1_inv_txfm_add_ssse3() function