Home
last modified time | relevance | path

Searched refs:vpx_highbd_iwht4x4_1_add_c (Results 1 – 12 of 12) sorted by relevance

/external/libvpx/config/mips64/
Dvpx_dsp_rtcd.h879 void vpx_highbd_iwht4x4_1_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
880 #define vpx_highbd_iwht4x4_1_add vpx_highbd_iwht4x4_1_add_c
/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h879 void vpx_highbd_iwht4x4_1_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
880 #define vpx_highbd_iwht4x4_1_add vpx_highbd_iwht4x4_1_add_c
/external/libvpx/config/arm/
Dvpx_dsp_rtcd.h879 void vpx_highbd_iwht4x4_1_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
880 #define vpx_highbd_iwht4x4_1_add vpx_highbd_iwht4x4_1_add_c
/external/libvpx/config/mips32/
Dvpx_dsp_rtcd.h879 void vpx_highbd_iwht4x4_1_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
880 #define vpx_highbd_iwht4x4_1_add vpx_highbd_iwht4x4_1_add_c
/external/libvpx/config/mips32-dspr2/
Dvpx_dsp_rtcd.h893 void vpx_highbd_iwht4x4_1_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
894 #define vpx_highbd_iwht4x4_1_add vpx_highbd_iwht4x4_1_add_c
/external/libvpx/config/mips32-msa/
Dvpx_dsp_rtcd.h914 void vpx_highbd_iwht4x4_1_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
915 #define vpx_highbd_iwht4x4_1_add vpx_highbd_iwht4x4_1_add_c
/external/libvpx/config/mips64-msa/
Dvpx_dsp_rtcd.h914 void vpx_highbd_iwht4x4_1_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
915 #define vpx_highbd_iwht4x4_1_add vpx_highbd_iwht4x4_1_add_c
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h982 void vpx_highbd_iwht4x4_1_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
983 #define vpx_highbd_iwht4x4_1_add vpx_highbd_iwht4x4_1_add_c
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h982 void vpx_highbd_iwht4x4_1_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
983 #define vpx_highbd_iwht4x4_1_add vpx_highbd_iwht4x4_1_add_c
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h1112 void vpx_highbd_iwht4x4_1_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
1113 #define vpx_highbd_iwht4x4_1_add vpx_highbd_iwht4x4_1_add_c
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h1119 void vpx_highbd_iwht4x4_1_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
1120 #define vpx_highbd_iwht4x4_1_add vpx_highbd_iwht4x4_1_add_c
/external/libvpx/libvpx/vpx_dsp/
Dinv_txfm.c1349 void vpx_highbd_iwht4x4_1_add_c(const tran_low_t *in, uint16_t *dest, in vpx_highbd_iwht4x4_1_add_c() function