Searched refs:vpx_idct8x8_1_add_c (Results 1 – 13 of 13) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 462 &wrapper<vpx_idct8x8_1_add_c>, TX_8X8, 1, 8, 1), 610 make_tuple(&vpx_fdct8x8_c, &wrapper<vpx_idct8x8_1_add_c>, 718 make_tuple(&vpx_fdct8x8_c, &wrapper<vpx_idct8x8_1_add_c>, 767 make_tuple(&vpx_fdct8x8_c, &wrapper<vpx_idct8x8_1_add_c>, 798 make_tuple(&vpx_fdct8x8_c, &wrapper<vpx_idct8x8_1_add_c>,
|
/external/libvpx/config/mips64/ |
D | vpx_dsp_rtcd.h | 274 void vpx_idct8x8_1_add_c(const tran_low_t *input, uint8_t *dest, int stride); 275 #define vpx_idct8x8_1_add vpx_idct8x8_1_add_c
|
/external/libvpx/config/arm/ |
D | vpx_dsp_rtcd.h | 274 void vpx_idct8x8_1_add_c(const tran_low_t *input, uint8_t *dest, int stride); 275 #define vpx_idct8x8_1_add vpx_idct8x8_1_add_c
|
/external/libvpx/config/mips32/ |
D | vpx_dsp_rtcd.h | 274 void vpx_idct8x8_1_add_c(const tran_low_t *input, uint8_t *dest, int stride); 275 #define vpx_idct8x8_1_add vpx_idct8x8_1_add_c
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 274 void vpx_idct8x8_1_add_c(const tran_low_t *input, uint8_t *dest, int stride); 275 #define vpx_idct8x8_1_add vpx_idct8x8_1_add_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_dsp_rtcd.h | 299 void vpx_idct8x8_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 331 void vpx_idct8x8_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 331 void vpx_idct8x8_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
|
/external/libvpx/config/mips64-msa/ |
D | vpx_dsp_rtcd.h | 329 void vpx_idct8x8_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
|
/external/libvpx/config/mips32-msa/ |
D | vpx_dsp_rtcd.h | 329 void vpx_idct8x8_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 356 void vpx_idct8x8_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 358 void vpx_idct8x8_1_add_c(const tran_low_t *input, uint8_t *dest, int stride);
|
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.c | 373 void vpx_idct8x8_1_add_c(const tran_low_t *input, uint8_t *dest, int stride) { in vpx_idct8x8_1_add_c() function
|