Searched refs:av1_highbd_iwht4x4_add (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | idct.h | 39 void av1_highbd_iwht4x4_add(const tran_low_t *input, uint8_t *dest, int stride,
|
D | idct.c | 34 void av1_highbd_iwht4x4_add(const tran_low_t *input, uint8_t *dest, int stride, in av1_highbd_iwht4x4_add() function 52 av1_highbd_iwht4x4_add(input, dest, stride, eob, bd); in av1_highbd_inv_txfm_add_4x4_c()
|
/external/libaom/libaom/av1/common/x86/ |
D | highbd_inv_txfm_sse4.c | 5131 av1_highbd_iwht4x4_add(input, dest, stride, eob, bd); in av1_highbd_inv_txfm_add_4x4_sse4_1()
|