Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dav1_highbd_iht_test.cc241 av1_highbd_inv_txfm_add_c(inv_input, CONVERT_TO_BYTEPTR(ref_output), in RunAV1InvTxfm2dTest()
/external/libaom/config/arm/config/
Dav1_rtcd.h180 void av1_highbd_inv_txfm_add_c(const tran_low_t *dqcoeff, uint8_t *dst, int stride, const TxfmParam…
181 #define av1_highbd_inv_txfm_add av1_highbd_inv_txfm_add_c
/external/libaom/config/x86/config/
Dav1_rtcd.h184 void av1_highbd_inv_txfm_add_c(const tran_low_t *dqcoeff, uint8_t *dst, int stride, const TxfmParam…
185 #define av1_highbd_inv_txfm_add av1_highbd_inv_txfm_add_c
/external/libaom/config/arm64/config/
Dav1_rtcd.h180 void av1_highbd_inv_txfm_add_c(const tran_low_t *dqcoeff, uint8_t *dst, int stride, const TxfmParam…
181 #define av1_highbd_inv_txfm_add av1_highbd_inv_txfm_add_c
/external/libaom/config/x86_64/config/
Dav1_rtcd.h187 void av1_highbd_inv_txfm_add_c(const tran_low_t *dqcoeff, uint8_t *dst, int stride, const TxfmParam…
188 #define av1_highbd_inv_txfm_add av1_highbd_inv_txfm_add_c
/external/libaom/libaom/av1/common/
Didct.c212 void av1_highbd_inv_txfm_add_c(const tran_low_t *input, uint8_t *dest, in av1_highbd_inv_txfm_add_c() function
/external/libaom/libaom/av1/common/x86/
Dhighbd_inv_txfm_sse4.c5938 av1_highbd_inv_txfm_add_c(input, dest, stride, txfm_param); in av1_highbd_inv_txfm_add_sse4_1()