HomeSort by relevance Sort by last modified time
    Searched defs:vp9_zero (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_common.h 48 #define vp9_zero(dest) vpx_memset(&dest, 0, sizeof(dest)) macro
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_common.h 48 #define vp9_zero(dest) vpx_memset(&dest, 0, sizeof(dest)) macro
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
vp9_common.h 48 #define vp9_zero(dest) vpx_memset(&(dest), 0, sizeof(dest)) macro

Completed in 526 milliseconds