Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c516 vp9_coeff_stats *frame_branch_ct) { in update_coef_probs_common() argument
539 frame_branch_ct[i][j][k][l][0], in update_coef_probs_common()
543 frame_branch_ct[i][j][k][l][t], oldp, &newp, upd); in update_coef_probs_common()
577 frame_branch_ct[i][j][k][l][0], in update_coef_probs_common()
581 frame_branch_ct[i][j][k][l][t], in update_coef_probs_common()
625 frame_branch_ct[i][j][k][l][0], in update_coef_probs_common()
629 frame_branch_ct[i][j][k][l][t], in update_coef_probs_common()
672 vp9_coeff_stats frame_branch_ct[TX_SIZES][PLANE_TYPES]; in update_coef_probs() local
677 build_tree_distribution(cpi, tx_size, frame_branch_ct[tx_size]); in update_coef_probs()
680 update_coef_probs_common(w, cpi, tx_size, frame_branch_ct[tx_size]); in update_coef_probs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dbitstream.c889 cpi->frame_branch_ct [i][j][k], in independent_coef_context_savings()
895 const unsigned int *ct = cpi->frame_branch_ct [i][j][k][t]; in independent_coef_context_savings()
949 cpi->frame_branch_ct [i][j][k], in default_coef_context_savings()
956 const unsigned int *ct = cpi->frame_branch_ct [i][j][k][t]; in default_coef_context_savings()
1102 const unsigned int *ct = cpi->frame_branch_ct [i][j] in vp8_update_coef_probs()
1140 cpi->frame_branch_ct [i][j][k][t], in vp8_update_coef_probs()
Donyx_int.h451 unsigned int frame_branch_ct [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES][2]; member