Home
last modified time | relevance | path

Searched refs:av1_highbd_iwht4x4_1_add_c (Results 1 – 5 of 5) sorted by relevance

/external/libaom/config/arm/config/
Dav1_rtcd.h204 void av1_highbd_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride, int bd);
205 #define av1_highbd_iwht4x4_1_add av1_highbd_iwht4x4_1_add_c
/external/libaom/config/x86/config/
Dav1_rtcd.h208 void av1_highbd_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride, int bd);
209 #define av1_highbd_iwht4x4_1_add av1_highbd_iwht4x4_1_add_c
/external/libaom/config/arm64/config/
Dav1_rtcd.h204 void av1_highbd_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride, int bd);
205 #define av1_highbd_iwht4x4_1_add av1_highbd_iwht4x4_1_add_c
/external/libaom/config/x86_64/config/
Dav1_rtcd.h211 void av1_highbd_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride, int bd);
212 #define av1_highbd_iwht4x4_1_add av1_highbd_iwht4x4_1_add_c
/external/libaom/libaom/av1/common/
Dav1_inv_txfm2d.c81 void av1_highbd_iwht4x4_1_add_c(const tran_low_t *in, uint8_t *dest8, in av1_highbd_iwht4x4_1_add_c() function