Searched refs:vpx_idct32x32_1024_add_neon (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/test/ |
D | dct32x32_test.cc | 345 &vpx_idct32x32_1024_add_neon, 0, VPX_BITS_8), 347 &vpx_idct32x32_1024_add_neon, 1, VPX_BITS_8)));
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 312 void vpx_idct32x32_1024_add_neon(const tran_low_t *input, uint8_t *dest, int dest_stride); 313 #define vpx_idct32x32_1024_add vpx_idct32x32_1024_add_neon 320 void vpx_idct32x32_1024_add_neon(const tran_low_t *input, uint8_t *dest, int dest_stride); 321 #define vpx_idct32x32_34_add vpx_idct32x32_1024_add_neon
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct32x32_add_neon.asm | 46 EXPORT |vpx_idct32x32_1024_add_neon| 291 ;void vpx_idct32x32_1024_add_neon(int16_t *input, uint8_t *dest, int dest_stride); 306 |vpx_idct32x32_1024_add_neon| PROC 1298 ENDP ; |vpx_idct32x32_1024_add_neon|
|
D | idct32x32_add_neon.c | 457 void vpx_idct32x32_1024_add_neon( in vpx_idct32x32_1024_add_neon() function
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 312 void vpx_idct32x32_1024_add_neon(const tran_low_t *input, uint8_t *dest, int dest_stride); 313 #define vpx_idct32x32_1024_add vpx_idct32x32_1024_add_neon
|
/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_dsp_rtcd_defs.pl | 898 $vpx_idct32x32_34_add_neon_asm=vpx_idct32x32_1024_add_neon;
|