Home
last modified time | relevance | path

Searched refs:av1_highbd_iwht4x4_16_add_c (Results 1 – 6 of 6) sorted by relevance

/external/libaom/libaom/test/
Dfwht4x4_test.cc47 av1_highbd_iwht4x4_16_add_c(in, out, stride, 10); in iwht4x4_10()
51 av1_highbd_iwht4x4_16_add_c(in, out, stride, 12); in iwht4x4_12()
/external/libaom/config/x86/config/
Dav1_rtcd.h205 void av1_highbd_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride, int bd);
206 #define av1_highbd_iwht4x4_16_add av1_highbd_iwht4x4_16_add_c
/external/libaom/config/arm64/config/
Dav1_rtcd.h201 void av1_highbd_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride, int bd);
202 #define av1_highbd_iwht4x4_16_add av1_highbd_iwht4x4_16_add_c
/external/libaom/config/arm/config/
Dav1_rtcd.h201 void av1_highbd_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride, int bd);
202 #define av1_highbd_iwht4x4_16_add av1_highbd_iwht4x4_16_add_c
/external/libaom/config/x86_64/config/
Dav1_rtcd.h208 void av1_highbd_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride, int bd);
209 #define av1_highbd_iwht4x4_16_add av1_highbd_iwht4x4_16_add_c
/external/libaom/libaom/av1/common/
Dav1_inv_txfm2d.c20 void av1_highbd_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest8, in av1_highbd_iwht4x4_16_add_c() function