Home
last modified time | relevance | path

Searched refs:coef_counts (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/vp8/encoder/
Dtokenize.c137 ++cpi->coef_counts [type] [band] [pt] [x]; in tokenize2nd_order_b()
188 ++cpi->coef_counts [type] [band] [pt] [x]; in tokenize1st_order_b()
270 vpx_memcpy(cpi->coef_counts_backup, cpi->coef_counts, sizeof(cpi->coef_counts)); in vp8_tokenize_mb()
316 vpx_memcpy(cpi->coef_counts, cpi->coef_counts_backup, sizeof(cpi->coef_counts)); in vp8_tokenize_mb()
435 ++cpi->coef_counts [1] [0] [pt] [DCT_EOB_TOKEN]; in stuff2nd_order_b()
465 ++cpi->coef_counts [0] [1] [pt] [DCT_EOB_TOKEN]; in stuff1st_order_b()
494 ++cpi->coef_counts[2] [0] [pt] [DCT_EOB_TOKEN]; in stuff1st_order_buv()
Donyx_int.h459 …unsigned int coef_counts [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [vp8_coef_tokens]; /* fo… member
Dbitstream.c1203 … cpi->frame_coef_probs [i][j][k], cpi->frame_branch_ct [i][j][k], cpi->coef_counts [i][j][k], in vp8_estimate_entropy_savings()
1320 context_counters [i][j][k][t] += cpi->coef_counts [i][j][k][t]; in update_coef_probs()
Dencodeframe.c748 vp8_zero(cpi->coef_counts); in vp8_encode_frame()