Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dpartial_idct_test.cc448 &wrapper<vpx_idct32x32_1_add_c>, TX_32X32, 1, 8, 1),
596 make_tuple(&vpx_fdct32x32_c, &wrapper<vpx_idct32x32_1_add_c>,
706 make_tuple(&vpx_fdct32x32_c, &wrapper<vpx_idct32x32_1_add_c>,
755 make_tuple(&vpx_fdct32x32_c, &wrapper<vpx_idct32x32_1_add_c>,
786 make_tuple(&vpx_fdct32x32_c, &wrapper<vpx_idct32x32_1_add_c>,
/external/libvpx/config/mips64/
Dvpx_dsp_rtcd.h259 void vpx_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
260 #define vpx_idct32x32_1_add vpx_idct32x32_1_add_c
/external/libvpx/config/arm/
Dvpx_dsp_rtcd.h259 void vpx_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
260 #define vpx_idct32x32_1_add vpx_idct32x32_1_add_c
/external/libvpx/config/mips32/
Dvpx_dsp_rtcd.h259 void vpx_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
260 #define vpx_idct32x32_1_add vpx_idct32x32_1_add_c
/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h259 void vpx_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
260 #define vpx_idct32x32_1_add vpx_idct32x32_1_add_c
/external/libvpx/config/mips32-dspr2/
Dvpx_dsp_rtcd.h279 void vpx_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h311 void vpx_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h311 void vpx_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
/external/libvpx/config/mips64-msa/
Dvpx_dsp_rtcd.h309 void vpx_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
/external/libvpx/config/mips32-msa/
Dvpx_dsp_rtcd.h309 void vpx_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h334 void vpx_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h336 void vpx_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
/external/libvpx/libvpx/vpx_dsp/
Dinv_txfm.c1259 void vpx_idct32x32_1_add_c(const tran_low_t *input, uint8_t *dest, int stride) { in vpx_idct32x32_1_add_c() function