Home
last modified time | relevance | path

Searched refs:vpx_iwht4x4_16_add_c (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/libvpx/test/
Dfdct4x4_test.cc464 make_tuple(&vp9_fwht4x4_c, &vpx_iwht4x4_16_add_c, 0, VPX_BITS_8)));
469 make_tuple(&vp9_fwht4x4_c, &vpx_iwht4x4_16_add_c, 0, VPX_BITS_8)));
495 make_tuple(&vp9_fwht4x4_mmx, &vpx_iwht4x4_16_add_c, 0, VPX_BITS_8)));
/external/libvpx/config/mips32/
Dvpx_dsp_rtcd.h295 void vpx_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
296 #define vpx_iwht4x4_16_add vpx_iwht4x4_16_add_c
/external/libvpx/config/arm/
Dvpx_dsp_rtcd.h295 void vpx_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
296 #define vpx_iwht4x4_16_add vpx_iwht4x4_16_add_c
/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h295 void vpx_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
296 #define vpx_iwht4x4_16_add vpx_iwht4x4_16_add_c
/external/libvpx/config/mips64/
Dvpx_dsp_rtcd.h295 void vpx_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
296 #define vpx_iwht4x4_16_add vpx_iwht4x4_16_add_c
/external/libvpx/config/mips32-dspr2/
Dvpx_dsp_rtcd.h320 void vpx_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
321 #define vpx_iwht4x4_16_add vpx_iwht4x4_16_add_c
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h342 void vpx_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
343 #define vpx_iwht4x4_16_add vpx_iwht4x4_16_add_c
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h343 void vpx_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
344 #define vpx_iwht4x4_16_add vpx_iwht4x4_16_add_c
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h373 void vpx_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h370 void vpx_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
/external/libvpx/libvpx/vpx_dsp/
Dinv_txfm.c16 void vpx_iwht4x4_16_add_c(const tran_low_t *input, uint8_t *dest, int stride) { in vpx_iwht4x4_16_add_c() function