Home
last modified time | relevance | path

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

/external/libvpx/config/mips64/
Dvpx_dsp_rtcd.h289 void vpx_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
290 #define vpx_iwht4x4_1_add vpx_iwht4x4_1_add_c
/external/libvpx/config/arm/
Dvpx_dsp_rtcd.h289 void vpx_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
290 #define vpx_iwht4x4_1_add vpx_iwht4x4_1_add_c
/external/libvpx/config/mips32/
Dvpx_dsp_rtcd.h289 void vpx_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
290 #define vpx_iwht4x4_1_add vpx_iwht4x4_1_add_c
/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h289 void vpx_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
290 #define vpx_iwht4x4_1_add vpx_iwht4x4_1_add_c
/external/libvpx/config/mips32-dspr2/
Dvpx_dsp_rtcd.h316 void vpx_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
317 #define vpx_iwht4x4_1_add vpx_iwht4x4_1_add_c
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h350 void vpx_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
351 #define vpx_iwht4x4_1_add vpx_iwht4x4_1_add_c
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h350 void vpx_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
351 #define vpx_iwht4x4_1_add vpx_iwht4x4_1_add_c
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h377 void vpx_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
378 #define vpx_iwht4x4_1_add vpx_iwht4x4_1_add_c
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h379 void vpx_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
380 #define vpx_iwht4x4_1_add vpx_iwht4x4_1_add_c
/external/libvpx/config/mips64-msa/
Dvpx_dsp_rtcd.h349 void vpx_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
/external/libvpx/config/mips32-msa/
Dvpx_dsp_rtcd.h349 void vpx_iwht4x4_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
/external/libvpx/libvpx/vpx_dsp/
Dinv_txfm.c70 void vpx_iwht4x4_1_add_c(const tran_low_t *in, uint8_t *dest, int stride) { in vpx_iwht4x4_1_add_c() function