Home
last modified time | relevance | path

Searched refs:vpx_idct32_12_neon (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
Didct32x32_135_add_neon.c91 void vpx_idct32_12_neon(const tran_low_t *const input, int16_t *output) { in vpx_idct32_12_neon() function
666 vpx_idct32_12_neon(input, temp); in vpx_idct32x32_135_add_neon()
667 vpx_idct32_12_neon(input + 32 * 8, temp + 8); in vpx_idct32x32_135_add_neon()
Dhighbd_idct32x32_135_add_neon.c737 vpx_idct32_12_neon(input, temp); in vpx_highbd_idct32x32_135_add_neon()
738 vpx_idct32_12_neon(input + 32 * 8, temp + 8); in vpx_highbd_idct32x32_135_add_neon()
Didct_neon.h911 void vpx_idct32_12_neon(const tran_low_t *const input, int16_t *output);