Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Didct.c281 void av1_inv_txfm_add_c(const tran_low_t *dqcoeff, uint8_t *dst, int stride, in av1_inv_txfm_add_c() function
/external/libaom/config/arm/config/
Dav1_rtcd.h270 void av1_inv_txfm_add_c(const tran_low_t *dqcoeff, uint8_t *dst, int stride, const TxfmParam *txfm_…
/external/libaom/config/x86/config/
Dav1_rtcd.h275 void av1_inv_txfm_add_c(const tran_low_t *dqcoeff, uint8_t *dst, int stride, const TxfmParam *txfm_…
/external/libaom/config/arm64/config/
Dav1_rtcd.h270 void av1_inv_txfm_add_c(const tran_low_t *dqcoeff, uint8_t *dst, int stride, const TxfmParam *txfm_…
/external/libaom/config/x86_64/config/
Dav1_rtcd.h278 void av1_inv_txfm_add_c(const tran_low_t *dqcoeff, uint8_t *dst, int stride, const TxfmParam *txfm_…
/external/libaom/libaom/av1/common/x86/
Dav1_inv_txfm_ssse3.c2928 av1_inv_txfm_add_c(dqcoeff, dst, stride, txfm_param); in av1_inv_txfm_add_ssse3()
2936 av1_inv_txfm_add_c(dqcoeff, dst, stride, txfm_param); in av1_inv_txfm_add_ssse3()
Dav1_inv_txfm_avx2.c1946 av1_inv_txfm_add_c(dqcoeff, dst, stride, txfm_param); in av1_inv_txfm_add_avx2()
/external/libaom/libaom/av1/common/arm/
Dav1_inv_txfm_neon.c4371 av1_inv_txfm_add_c(dqcoeff, dst, stride, txfm_param); in av1_inv_txfm_add_neon()