Searched refs:av1_highbd_inv_txfm_add_c (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/test/ |
D | av1_highbd_iht_test.cc | 241 av1_highbd_inv_txfm_add_c(inv_input, CONVERT_TO_BYTEPTR(ref_output), in RunAV1InvTxfm2dTest()
|
/external/libaom/config/arm/config/ |
D | av1_rtcd.h | 180 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/ |
D | av1_rtcd.h | 184 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/ |
D | av1_rtcd.h | 180 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/ |
D | av1_rtcd.h | 187 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/ |
D | idct.c | 212 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/ |
D | highbd_inv_txfm_sse4.c | 5938 av1_highbd_inv_txfm_add_c(input, dest, stride, txfm_param); in av1_highbd_inv_txfm_add_sse4_1()
|