Searched refs:eob_branch (Results 1 - 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropymode.h67 unsigned int eob_branch[TX_SIZES][PLANE_TYPES][REF_TYPES] member in struct:FRAME_COUNTS
H A Dvp9_entropy.c778 cm->counts.eob_branch[tx_size];
H A Dvp9_thread_common.c342 accum->eob_branch[i][j][k][l][m] +=
343 counts->eob_branch[i][j][k][l][m];
354 accum->eob_branch[i][j][k][l][m] +=
355 counts->eob_branch[i][j][k][l][m];
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_tokenize.c489 unsigned int (*const eob_branch)[COEFF_CONTEXTS] =
490 td->counts->eob_branch[tx_size][type][ref];
513 eob_branch[band[c]][pt] += !skip_eob;
526 eob_branch[band[c]][pt] += !skip_eob;
535 ++eob_branch[band[c]][pt];
H A Dvp9_bitstream.c508 cpi->common.counts.eob_branch[tx_size];
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_detokenize.c77 eob_branch_count = counts->eob_branch[tx_size][type][ref];
H A Dvp9_decodeframe.c2103 assert(!memcmp(cm->counts.eob_branch, zero_counts.eob_branch,
2104 sizeof(cm->counts.eob_branch)));

Completed in 202 milliseconds