Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c540 vp9_coeff_stats *frame_branch_ct, in update_coef_probs_common() argument
564 frame_branch_ct[i][j][k][l][0], oldp, &newp, upd, in update_coef_probs_common()
568 frame_branch_ct[i][j][k][l][t], oldp, &newp, upd); in update_coef_probs_common()
601 frame_branch_ct[i][j][k][l][0], *oldp, &newp, upd, in update_coef_probs_common()
605 frame_branch_ct[i][j][k][l][t], *oldp, &newp, upd); in update_coef_probs_common()
637 frame_branch_ct[i][j][k][l][0], *oldp, &newp, upd, in update_coef_probs_common()
641 frame_branch_ct[i][j][k][l][t], *oldp, &newp, upd); in update_coef_probs_common()
682 vp9_coeff_stats frame_branch_ct[PLANE_TYPES]; in update_coef_probs() local
688 build_tree_distribution(cpi, tx_size, frame_branch_ct, frame_coef_probs); in update_coef_probs()
689 update_coef_probs_common(w, cpi, tx_size, frame_branch_ct, in update_coef_probs()
/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c750 cpi->frame_coef_probs[i][j][k], cpi->frame_branch_ct[i][j][k], in independent_coef_context_savings()
754 const unsigned int *ct = cpi->frame_branch_ct[i][j][k][t]; in independent_coef_context_savings()
798 cpi->frame_coef_probs[i][j][k], cpi->frame_branch_ct[i][j][k], in default_coef_context_savings()
802 const unsigned int *ct = cpi->frame_branch_ct[i][j][k][t]; in default_coef_context_savings()
924 const unsigned int *ct = cpi->frame_branch_ct[i][j][k][t]; in vp8_update_coef_probs()
955 s = prob_update_savings(cpi->frame_branch_ct[i][j][k][t], *Pold, in vp8_update_coef_probs()
Donyx_int.h424 unsigned int frame_branch_ct[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS] member