Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dpartial_idct_test.cc456 &wrapper<vpx_idct16x16_1_add_c>, TX_16X16, 1, 8, 1),
604 make_tuple(&vpx_fdct16x16_c, &wrapper<vpx_idct16x16_1_add_c>,
712 make_tuple(&vpx_fdct16x16_c, &wrapper<vpx_idct16x16_1_add_c>,
761 make_tuple(&vpx_fdct16x16_c, &wrapper<vpx_idct16x16_1_add_c>,
792 make_tuple(&vpx_fdct16x16_c, &wrapper<vpx_idct16x16_1_add_c>,
/external/libvpx/config/mips64/
Dvpx_dsp_rtcd.h244 void vpx_idct16x16_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
245 #define vpx_idct16x16_1_add vpx_idct16x16_1_add_c
/external/libvpx/config/arm/
Dvpx_dsp_rtcd.h244 void vpx_idct16x16_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
245 #define vpx_idct16x16_1_add vpx_idct16x16_1_add_c
/external/libvpx/config/mips32/
Dvpx_dsp_rtcd.h244 void vpx_idct16x16_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
245 #define vpx_idct16x16_1_add vpx_idct16x16_1_add_c
/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h244 void vpx_idct16x16_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
245 #define vpx_idct16x16_1_add vpx_idct16x16_1_add_c
/external/libvpx/config/mips32-dspr2/
Dvpx_dsp_rtcd.h259 void vpx_idct16x16_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h291 void vpx_idct16x16_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h291 void vpx_idct16x16_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
/external/libvpx/config/mips64-msa/
Dvpx_dsp_rtcd.h289 void vpx_idct16x16_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
/external/libvpx/config/mips32-msa/
Dvpx_dsp_rtcd.h289 void vpx_idct16x16_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h312 void vpx_idct16x16_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h314 void vpx_idct16x16_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
/external/libvpx/libvpx/vpx_dsp/
Dinv_txfm.c796 void vpx_idct16x16_1_add_c(const tran_low_t *input, uint8_t *dest, int stride) { in vpx_idct16x16_1_add_c() function