Lines Matching defs:dest

20 void vp9_iht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride,  in vp9_iht4x4_16_add_c()
59 void vp9_iht8x8_64_add_c(const tran_low_t *input, uint8_t *dest, int stride, in vp9_iht8x8_64_add_c()
92 void vp9_iht16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int stride, in vp9_iht16x16_256_add_c()
119 void vp9_idct4x4_add(const tran_low_t *input, uint8_t *dest, int stride, in vp9_idct4x4_add()
127 void vp9_iwht4x4_add(const tran_low_t *input, uint8_t *dest, int stride, in vp9_iwht4x4_add()
135 void vp9_idct8x8_add(const tran_low_t *input, uint8_t *dest, int stride, in vp9_idct8x8_add()
151 void vp9_idct16x16_add(const tran_low_t *input, uint8_t *dest, int stride, in vp9_idct16x16_add()
165 void vp9_idct32x32_add(const tran_low_t *input, uint8_t *dest, int stride, in vp9_idct32x32_add()
180 void vp9_iht4x4_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, in vp9_iht4x4_add()
188 void vp9_iht8x8_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, in vp9_iht8x8_add()
197 void vp9_iht16x16_add(TX_TYPE tx_type, const tran_low_t *input, uint8_t *dest, in vp9_iht16x16_add()
208 void vp9_highbd_iht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, in vp9_highbd_iht4x4_16_add_c()
247 void vp9_highbd_iht8x8_64_add_c(const tran_low_t *input, uint16_t *dest, in vp9_highbd_iht8x8_64_add_c()
280 void vp9_highbd_iht16x16_256_add_c(const tran_low_t *input, uint16_t *dest, in vp9_highbd_iht16x16_256_add_c()
307 void vp9_highbd_idct4x4_add(const tran_low_t *input, uint16_t *dest, int stride, in vp9_highbd_idct4x4_add()
315 void vp9_highbd_iwht4x4_add(const tran_low_t *input, uint16_t *dest, int stride, in vp9_highbd_iwht4x4_add()
323 void vp9_highbd_idct8x8_add(const tran_low_t *input, uint16_t *dest, int stride, in vp9_highbd_idct8x8_add()
340 void vp9_highbd_idct16x16_add(const tran_low_t *input, uint16_t *dest, in vp9_highbd_idct16x16_add()
356 void vp9_highbd_idct32x32_add(const tran_low_t *input, uint16_t *dest, in vp9_highbd_idct32x32_add()
372 uint16_t *dest, int stride, int eob, int bd) { in vp9_highbd_iht4x4_add()
380 uint16_t *dest, int stride, int eob, int bd) { in vp9_highbd_iht8x8_add()
389 uint16_t *dest, int stride, int eob, int bd) { in vp9_highbd_iht16x16_add()