Searched refs:vpx_idct32_32_neon (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/MemorySSA/ |
D | pr36883.ll | 8 ; CHECK-LABEL: define <8 x i16> @vpx_idct32_32_neon 9 define <8 x i16> @vpx_idct32_32_neon(i8* %p, <8 x i16> %v) {
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | idct32x32_add_neon.c | 512 void vpx_idct32_32_neon(const tran_low_t *input, uint8_t *dest, in vpx_idct32_32_neon() function 775 vpx_idct32_32_neon(input, dest, stride, 0); in vpx_idct32x32_1024_add_neon()
|
D | highbd_idct32x32_1024_add_neon.c | 636 vpx_idct32_32_neon(input, CAST_TO_BYTEPTR(dest), stride, 1); in vpx_highbd_idct32x32_1024_add_neon()
|
D | idct_neon.h | 908 void vpx_idct32_32_neon(const tran_low_t *input, uint8_t *dest,
|