Searched refs:vpx_idct16x16_256_add_c (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/libvpx/test/ |
D | partial_idct_test.cc | 214 &vpx_idct16x16_256_add_c, 218 &vpx_idct16x16_256_add_c, 243 &vpx_idct16x16_256_add_c, 247 &vpx_idct16x16_256_add_c, 277 &vpx_idct16x16_256_add_c, 281 &vpx_idct16x16_256_add_c, 322 &vpx_idct16x16_256_add_c, 326 &vpx_idct16x16_256_add_c,
|
D | dct16x16_test.cc | 256 vpx_idct16x16_256_add_c(in, dest, stride); in idct16x16_ref() 803 make_tuple(&vpx_fdct16x16_c, &vpx_idct16x16_256_add_c, 0, VPX_BITS_8))); 808 make_tuple(&vpx_fdct16x16_c, &vpx_idct16x16_256_add_c, 0, VPX_BITS_8))); 877 &vpx_idct16x16_256_add_c, 0, VPX_BITS_8)));
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 268 void vpx_idct16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride); 269 #define vpx_idct16x16_256_add vpx_idct16x16_256_add_c
|
/external/libvpx/config/arm/ |
D | vpx_dsp_rtcd.h | 268 void vpx_idct16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride); 269 #define vpx_idct16x16_256_add vpx_idct16x16_256_add_c
|
/external/libvpx/config/mips64/ |
D | vpx_dsp_rtcd.h | 268 void vpx_idct16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride); 269 #define vpx_idct16x16_256_add vpx_idct16x16_256_add_c
|
/external/libvpx/config/mips32/ |
D | vpx_dsp_rtcd.h | 268 void vpx_idct16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride); 269 #define vpx_idct16x16_256_add vpx_idct16x16_256_add_c
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_dsp_rtcd.h | 284 void vpx_idct16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 307 void vpx_idct16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 307 void vpx_idct16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 335 void vpx_idct16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 334 void vpx_idct16x16_256_add_c(const tran_low_t *input, uint8_t *dest, int dest_stride);
|
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.c | 553 void vpx_idct16x16_256_add_c(const tran_low_t *input, uint8_t *dest, in vpx_idct16x16_256_add_c() function
|