Home
last modified time | relevance | path

Searched refs:inter_mode_probs (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_entropymode.c328 vp9_copy(fc->inter_mode_probs, default_inter_mode_probs); in vp9_init_mode_probs()
372 adapt_probs(vp9_inter_mode_tree, pre_fc->inter_mode_probs[i], in vp9_adapt_mode_probs()
373 counts->inter_mode[i], fc->inter_mode_probs[i]); in vp9_adapt_mode_probs()
Dvp9_entropymode.h47 vp9_prob inter_mode_probs[INTER_MODE_CONTEXTS][INTER_MODES - 1]; member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c284 const vp9_prob *const inter_probs = cm->fc.inter_mode_probs[mode_ctx]; in pack_inter_mode_mvs()
1132 prob_diff_update(vp9_inter_mode_tree, cm->fc.inter_mode_probs[i],
Dvp9_rdopt.c314 cm->fc.inter_mode_probs[i], vp9_inter_mode_tree); in vp9_initialize_rd_consts()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodemv.c51 cm->fc.inter_mode_probs[ctx]); in read_inter_mode()
Dvp9_decodeframe.c115 vp9_diff_update_prob(r, &fc->inter_mode_probs[i][j]); in read_inter_mode_probs()