Home
last modified time | relevance | path

Searched refs:vpx_highbd_iwht4x4_16_add_c (Results 1 – 13 of 13) sorted by relevance

/external/libvpx/libvpx/test/
Ddct_test.cc116 vpx_highbd_iwht4x4_16_add_c(in, CAST_TO_SHORTPTR(out), stride, 10); in iwht4x4_10()
120 vpx_highbd_iwht4x4_16_add_c(in, CAST_TO_SHORTPTR(out), stride, 12); in iwht4x4_12()
/external/libvpx/config/mips64/
Dvpx_dsp_rtcd.h876 void vpx_highbd_iwht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
877 #define vpx_highbd_iwht4x4_16_add vpx_highbd_iwht4x4_16_add_c
/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h876 void vpx_highbd_iwht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
877 #define vpx_highbd_iwht4x4_16_add vpx_highbd_iwht4x4_16_add_c
/external/libvpx/config/arm/
Dvpx_dsp_rtcd.h876 void vpx_highbd_iwht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
877 #define vpx_highbd_iwht4x4_16_add vpx_highbd_iwht4x4_16_add_c
/external/libvpx/config/mips32/
Dvpx_dsp_rtcd.h876 void vpx_highbd_iwht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
877 #define vpx_highbd_iwht4x4_16_add vpx_highbd_iwht4x4_16_add_c
/external/libvpx/config/mips32-dspr2/
Dvpx_dsp_rtcd.h890 void vpx_highbd_iwht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
891 #define vpx_highbd_iwht4x4_16_add vpx_highbd_iwht4x4_16_add_c
/external/libvpx/config/mips32-msa/
Dvpx_dsp_rtcd.h911 void vpx_highbd_iwht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
912 #define vpx_highbd_iwht4x4_16_add vpx_highbd_iwht4x4_16_add_c
/external/libvpx/config/mips64-msa/
Dvpx_dsp_rtcd.h911 void vpx_highbd_iwht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
912 #define vpx_highbd_iwht4x4_16_add vpx_highbd_iwht4x4_16_add_c
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h979 void vpx_highbd_iwht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
980 #define vpx_highbd_iwht4x4_16_add vpx_highbd_iwht4x4_16_add_c
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h979 void vpx_highbd_iwht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
980 #define vpx_highbd_iwht4x4_16_add vpx_highbd_iwht4x4_16_add_c
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h1109 void vpx_highbd_iwht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
1110 #define vpx_highbd_iwht4x4_16_add vpx_highbd_iwht4x4_16_add_c
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h1116 void vpx_highbd_iwht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, int stride, int bd);
1117 #define vpx_highbd_iwht4x4_16_add vpx_highbd_iwht4x4_16_add_c
/external/libvpx/libvpx/vpx_dsp/
Dinv_txfm.c1292 void vpx_highbd_iwht4x4_16_add_c(const tran_low_t *input, uint16_t *dest, in vpx_highbd_iwht4x4_16_add_c() function