HomeSort by relevance Sort by last modified time
    Searched refs:vp8_zero (Results 1 - 4 of 4) 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)
encodeframe.c 610 vp8_zero(cpi->MVcount);
611 // vp8_zero( Contexts)
612 vp8_zero(cpi->coef_counts);
672 vp8_zero(cpi->count_mb_ref_frame_usage)
673 vp8_zero(cpi->ymode_count)
674 vp8_zero(cpi->uv_mode_count)
690 vp8_zero(cm->left_context)
725 vp8_zero(cm->left_context)
747 vp8_zero( cm->left_context)
    [all...]
ethreading.c 74 vp8_zero(mb_row_left_context);

Completed in 167 milliseconds