Searched defs:vtmp (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
H A Dcopymem_neon.c18 uint8x8_t vtmp; local
22 vtmp = vld1_u8(src);
23 vst1_u8(dst, vtmp);
34 uint8x8_t vtmp; local
38 vtmp = vld1_u8(src);
39 vst1_u8(dst, vtmp);

Completed in 200 milliseconds