Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videodecoder/
Duse_util_sse4.h20 inline void stream_memcpy(void* dst_buff, const void* src_buff, size_t size) in stream_memcpy() argument
22 bool isAligned = (((size_t)(src_buff) | (size_t)(dst_buff)) & 0xF) == 0; in stream_memcpy()
24 memcpy(dst_buff, src_buff, size); in stream_memcpy()
36 __m128i* pWb_buff = (__m128i*)dst_buff; in stream_memcpy()