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

  /external/libvpx/vp8/encoder/
tokenize.h 41 extern _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_coef_tokens];
tokenize.c 24 _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_coef_tokens]; variable
341 vpx_memset(context_counters, 0, sizeof(context_counters));
383 const _int64 x = context_counters [type] [band] [pt] [t];
bitstream.c     [all...]

Completed in 359 milliseconds