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

  /external/libvpx/libvpx/vp8/common/
common.h 40 #define vp8_zero(Dest) memset(&Dest, 0, sizeof(Dest)); macro
  /external/libvpx/libvpx/vp8/encoder/
encodemv.c 212 vp8_zero(is_short_ct) vp8_zero(sign_ct) vp8_zero(bit_ct) vp8_zero(short_ct) function
213 vp8_zero(short_bct)

Completed in 49 milliseconds