Searched refs:frame_branch_ct (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_bitstream.c | 532 vp9_coeff_stats *frame_branch_ct, in update_coef_probs_common() argument 556 frame_branch_ct[i][j][k][l][0], in update_coef_probs_common() 560 frame_branch_ct[i][j][k][l][t], oldp, &newp, upd); in update_coef_probs_common() 594 frame_branch_ct[i][j][k][l][0], in update_coef_probs_common() 598 frame_branch_ct[i][j][k][l][t], in update_coef_probs_common() 632 frame_branch_ct[i][j][k][l][0], in update_coef_probs_common() 636 frame_branch_ct[i][j][k][l][t], in update_coef_probs_common() 680 vp9_coeff_stats frame_branch_ct[PLANE_TYPES]; in update_coef_probs() local 686 build_tree_distribution(cpi, tx_size, frame_branch_ct, in update_coef_probs() 688 update_coef_probs_common(w, cpi, tx_size, frame_branch_ct, in update_coef_probs()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | bitstream.c | 890 cpi->frame_branch_ct [i][j][k], in independent_coef_context_savings() 896 const unsigned int *ct = cpi->frame_branch_ct [i][j][k][t]; in independent_coef_context_savings() 950 cpi->frame_branch_ct [i][j][k], in default_coef_context_savings() 957 const unsigned int *ct = cpi->frame_branch_ct [i][j][k][t]; in default_coef_context_savings() 1103 const unsigned int *ct = cpi->frame_branch_ct [i][j] in vp8_update_coef_probs() 1141 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
|