Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dbitstream.c888 cpi->frame_coef_probs[i][j][k], in independent_coef_context_savings()
896 const vp8_prob newp = cpi->frame_coef_probs [i][j][k][t]; in independent_coef_context_savings()
948 cpi->frame_coef_probs [i][j][k], in default_coef_context_savings()
957 const vp8_prob newp = cpi->frame_coef_probs [i][j][k][t]; in default_coef_context_savings()
1104 const vp8_prob newp = cpi->frame_coef_probs[i][j][k][t]; in vp8_update_coef_probs()
1128 const vp8_prob newp = cpi->frame_coef_probs [i][j][k][t]; in vp8_update_coef_probs()
Donyx_int.h448 vp8_prob frame_coef_probs [BLOCK_TYPES] [COEF_BANDS] [PREV_COEF_CONTEXTS] [ENTROPY_NODES]; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h390 vp9_coeff_probs_model frame_coef_probs[TX_SIZES][PLANE_TYPES]; member
Dvp9_bitstream.c489 vp9_coeff_probs_model *coef_probs = cpi->frame_coef_probs[tx_size]; in build_tree_distribution()
517 vp9_coeff_probs_model *new_frame_coef_probs = cpi->frame_coef_probs[tx_size]; in update_coef_probs_common()