Searched refs:vpx_idct32x32_1024_add_c (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 206 &vpx_idct32x32_1024_add_c, 210 &vpx_idct32x32_1024_add_c, 239 &vpx_idct32x32_1024_add_c, 269 &vpx_idct32x32_1024_add_c, 273 &vpx_idct32x32_1024_add_c, 314 &vpx_idct32x32_1024_add_c, 318 &vpx_idct32x32_1024_add_c,
|
D | dct32x32_test.cc | 327 &vpx_idct32x32_1024_add_c, 0, VPX_BITS_8), 329 &vpx_idct32x32_1024_add_c, 1, VPX_BITS_8))); 335 &vpx_idct32x32_1024_add_c, 0, VPX_BITS_8), 337 &vpx_idct32x32_1024_add_c, 1, VPX_BITS_8))); 370 make_tuple(&vpx_fdct32x32_sse2, &vpx_idct32x32_1024_add_c, 0, 372 make_tuple(&vpx_fdct32x32_rd_sse2, &vpx_idct32x32_1024_add_c, 1,
|
/external/libvpx/config/mips32/ |
D | vpx_dsp_rtcd.h | 271 void vpx_idct32x32_1024_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride); 272 #define vpx_idct32x32_1024_add vpx_idct32x32_1024_add_c
|
/external/libvpx/config/arm/ |
D | vpx_dsp_rtcd.h | 271 void vpx_idct32x32_1024_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride); 272 #define vpx_idct32x32_1024_add vpx_idct32x32_1024_add_c
|
/external/libvpx/config/mips64/ |
D | vpx_dsp_rtcd.h | 271 void vpx_idct32x32_1024_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride); 272 #define vpx_idct32x32_1024_add vpx_idct32x32_1024_add_c
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 271 void vpx_idct32x32_1024_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride); 272 #define vpx_idct32x32_1024_add vpx_idct32x32_1024_add_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_dsp_rtcd.h | 288 void vpx_idct32x32_1024_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 311 void vpx_idct32x32_1024_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 311 void vpx_idct32x32_1024_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 338 void vpx_idct32x32_1024_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 339 void vpx_idct32x32_1024_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.c | 1158 void vpx_idct32x32_1024_add_c(const tran_low_t *input, uint8_t *dest, in vpx_idct32x32_1024_add_c() function
|