Searched refs:av1_highbd_inv_txfm_add_4x4_c (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | idct.c | 42 void av1_highbd_inv_txfm_add_4x4_c(const tran_low_t *input, uint8_t *dest, in av1_highbd_inv_txfm_add_4x4_c() function 263 av1_highbd_inv_txfm_add_4x4_c(input, dest, stride, txfm_param); in av1_highbd_inv_txfm_add_c()
|
/external/libaom/config/arm/config/ |
D | av1_rtcd.h | 189 void av1_highbd_inv_txfm_add_4x4_c(const tran_low_t *dqcoeff, uint8_t *dst, int stride, const TxfmP… 190 #define av1_highbd_inv_txfm_add_4x4 av1_highbd_inv_txfm_add_4x4_c
|
/external/libaom/config/x86/config/ |
D | av1_rtcd.h | 193 void av1_highbd_inv_txfm_add_4x4_c(const tran_low_t *dqcoeff, uint8_t *dst, int stride, const TxfmP… 194 #define av1_highbd_inv_txfm_add_4x4 av1_highbd_inv_txfm_add_4x4_c
|
/external/libaom/config/arm64/config/ |
D | av1_rtcd.h | 189 void av1_highbd_inv_txfm_add_4x4_c(const tran_low_t *dqcoeff, uint8_t *dst, int stride, const TxfmP… 190 #define av1_highbd_inv_txfm_add_4x4 av1_highbd_inv_txfm_add_4x4_c
|
/external/libaom/config/x86_64/config/ |
D | av1_rtcd.h | 196 void av1_highbd_inv_txfm_add_4x4_c(const tran_low_t *dqcoeff, uint8_t *dst, int stride, const TxfmP… 197 #define av1_highbd_inv_txfm_add_4x4 av1_highbd_inv_txfm_add_4x4_c
|