Searched refs:frame_branch_ct (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_bitstream.c | 546 vp9_coeff_stats *frame_branch_ct, in update_coef_probs_common() argument 570 frame_branch_ct[i][j][k][l][0], oldp, &newp, upd, in update_coef_probs_common() 574 frame_branch_ct[i][j][k][l][t], oldp, &newp, upd); in update_coef_probs_common() 607 frame_branch_ct[i][j][k][l][0], *oldp, &newp, upd, in update_coef_probs_common() 611 frame_branch_ct[i][j][k][l][t], *oldp, &newp, upd); in update_coef_probs_common() 644 frame_branch_ct[i][j][k][l][0], *oldp, &newp, upd, in update_coef_probs_common() 648 frame_branch_ct[i][j][k][l][t], *oldp, &newp, upd); in update_coef_probs_common() 688 vp9_coeff_stats frame_branch_ct[PLANE_TYPES]; in update_coef_probs() local 694 build_tree_distribution(cpi, tx_size, frame_branch_ct, frame_coef_probs); in update_coef_probs() 695 update_coef_probs_common(w, cpi, tx_size, frame_branch_ct, in update_coef_probs()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | bitstream.c | 709 cpi->frame_coef_probs[i][j][k], cpi->frame_branch_ct[i][j][k], in independent_coef_context_savings() 713 const unsigned int *ct = cpi->frame_branch_ct[i][j][k][t]; in independent_coef_context_savings() 757 cpi->frame_coef_probs[i][j][k], cpi->frame_branch_ct[i][j][k], in default_coef_context_savings() 761 const unsigned int *ct = cpi->frame_branch_ct[i][j][k][t]; in default_coef_context_savings() 883 const unsigned int *ct = cpi->frame_branch_ct[i][j][k][t]; in vp8_update_coef_probs() 914 s = prob_update_savings(cpi->frame_branch_ct[i][j][k][t], *Pold, in vp8_update_coef_probs()
|
D | onyx_int.h | 432 unsigned int frame_branch_ct[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS] member
|