Searched refs:frame_branch_ct (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_bitstream.c | 513 vp9_coeff_stats *frame_branch_ct, in update_coef_probs_common() argument 535 frame_branch_ct[i][j][k][l][0], in update_coef_probs_common() 539 frame_branch_ct[i][j][k][l][t], oldp, &newp, upd); in update_coef_probs_common() 573 frame_branch_ct[i][j][k][l][0], in update_coef_probs_common() 577 frame_branch_ct[i][j][k][l][t], in update_coef_probs_common() 621 frame_branch_ct[i][j][k][l][0], in update_coef_probs_common() 625 frame_branch_ct[i][j][k][l][t], in update_coef_probs_common() 668 vp9_coeff_stats frame_branch_ct[TX_SIZES][PLANE_TYPES]; in update_coef_probs() local 674 build_tree_distribution(cpi, tx_size, frame_branch_ct[tx_size], in update_coef_probs() 678 update_coef_probs_common(w, cpi, tx_size, frame_branch_ct[tx_size], in update_coef_probs()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | bitstream.c | 888 cpi->frame_branch_ct [i][j][k], in independent_coef_context_savings() 894 const unsigned int *ct = cpi->frame_branch_ct [i][j][k][t]; in independent_coef_context_savings() 948 cpi->frame_branch_ct [i][j][k], in default_coef_context_savings() 955 const unsigned int *ct = cpi->frame_branch_ct [i][j][k][t]; in default_coef_context_savings() 1101 const unsigned int *ct = cpi->frame_branch_ct [i][j] in vp8_update_coef_probs() 1139 cpi->frame_branch_ct [i][j][k][t], in vp8_update_coef_probs()
|
D | onyx_int.h | 448 unsigned int frame_branch_ct [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES][2]; member
|