Home
last modified time | relevance | path

Searched refs:context_counters (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/vp8/encoder/
Dtokenize.c24 _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_coef_tokens]; variable
341 vpx_memset(context_counters, 0, sizeof(context_counters)); in init_context_counters()
383 const _int64 x = context_counters [type] [band] [pt] [t]; in print_context_counters()
Dtokenize.h41 extern _int64 context_counters[BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_coef_tokens];
Dbitstream.c1330 context_counters [i][j][k][t] += cpi->coef_counts [i][j][k][t]; in update_coef_probs()