Searched refs:av1_inv_txfm_add_c (Results 1 – 8 of 8) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | idct.c | 281 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/arm64/config/ |
D | av1_rtcd.h | 314 void av1_inv_txfm_add_c(const tran_low_t *dqcoeff, uint8_t *dst, int stride, const TxfmParam *txfm_…
|
/external/libaom/config/x86/config/ |
D | av1_rtcd.h | 320 void av1_inv_txfm_add_c(const tran_low_t *dqcoeff, uint8_t *dst, int stride, const TxfmParam *txfm_…
|
/external/libaom/config/arm/config/ |
D | av1_rtcd.h | 314 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/ |
D | av1_rtcd.h | 323 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/ |
D | av1_inv_txfm_avx2.c | 1947 av1_inv_txfm_add_c(dqcoeff, dst, stride, txfm_param); in av1_inv_txfm_add_avx2()
|
D | av1_inv_txfm_ssse3.c | 2954 av1_inv_txfm_add_c(dqcoeff, dst, stride, txfm_param); in av1_inv_txfm_add_ssse3()
|
/external/libaom/libaom/av1/common/arm/ |
D | av1_inv_txfm_neon.c | 4269 av1_inv_txfm_add_c(dqcoeff, dst, stride, txfm_param); in av1_inv_txfm_add_neon()
|