Searched defs:context_counters (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dtokenize.c24 _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [MAX_ENTROPY_TOKENS]; variable
420 vpx_memset(context_counters, 0, sizeof(context_counters));
462 const _int64 x = context_counters [type] [band] [pt] [t];

Completed in 301 milliseconds