Home
last modified time | relevance | path

Searched refs:eob_branch (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_tokenize.c224 unsigned int (*const eob_branch)[COEFF_CONTEXTS] = in tokenize_b() local
225 cpi->common.counts.eob_branch[tx_size][type][ref]; in tokenize_b()
246 eob_branch[band[c]][pt] += !skip_eob; in tokenize_b()
260 eob_branch[band[c]][pt] += !skip_eob; in tokenize_b()
270 ++eob_branch[band[c]][pt]; in tokenize_b()
Dvp9_bitstream.c489 cpi->common.counts.eob_branch[tx_size]; in build_tree_distribution()
/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.h62 unsigned int eob_branch[TX_SIZES][PLANE_TYPES][REF_TYPES] member
Dvp9_entropy.c752 cm->counts.eob_branch[tx_size]; in adapt_coef_probs()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c68 counts->eob_branch[tx_size][type][ref]; in decode_coefs()
Dvp9_decodeframe.c1345 assert(!memcmp(cm->counts.eob_branch, zero_counts.eob_branch, in debug_check_frame_counts()
1346 sizeof(cm->counts.eob_branch))); in debug_check_frame_counts()