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

  /external/libvpx/vp8/common/
common.h 37 #define vp8_zero( Dest) vpx_memset( &Dest, 0, sizeof( Dest)); macro
  /external/libvpx/vp8/encoder/
encodemv.c 277 vp8_zero(is_short_ct) function
278 vp8_zero(sign_ct)
279 vp8_zero(bit_ct)
280 vp8_zero(short_ct)
281 vp8_zero(short_bct)

Completed in 38 milliseconds