Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c709 cpi->frame_coef_probs[i][j][k], cpi->frame_branch_ct[i][j][k], in independent_coef_context_savings()
714 const vp8_prob newp = cpi->frame_coef_probs[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()
762 const vp8_prob newp = cpi->frame_coef_probs[i][j][k][t]; in default_coef_context_savings()
884 const vp8_prob newp = cpi->frame_coef_probs[i][j][k][t]; in vp8_update_coef_probs()
904 const vp8_prob newp = cpi->frame_coef_probs[i][j][k][t]; in vp8_update_coef_probs()
Donyx_int.h428 vp8_prob frame_coef_probs[BLOCK_TYPES][COEF_BANDS][PREV_COEF_CONTEXTS] member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c689 vp9_coeff_probs_model frame_coef_probs[PLANE_TYPES]; in update_coef_probs() local
694 build_tree_distribution(cpi, tx_size, frame_branch_ct, frame_coef_probs); in update_coef_probs()
696 frame_coef_probs); in update_coef_probs()