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

/external/libvpx/vpx_mem/
H A Dvpx_mem.c69 # define VPX_MEMSET_L g_func->g_memset macro
76 # define VPX_MEMSET_L memset macro
157 VPX_MEMSET_L(x, 0, num * size);
291 VPX_MEMSET_L(x, 0, num * size);
492 return VPX_MEMSET_L(dest, val, length);

Completed in 30 milliseconds