Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.c328 vp9_copy(fc->inter_mode_probs, default_inter_mode_probs); in init_mode_probs()
358 vpx_tree_merge_probs(vp9_inter_mode_tree, pre_fc->inter_mode_probs[i], in vp9_adapt_mode_probs()
359 counts->inter_mode[i], fc->inter_mode_probs[i]); in vp9_adapt_mode_probs()
Dvp9_entropymode.h51 vpx_prob inter_mode_probs[INTER_MODE_CONTEXTS][INTER_MODES - 1]; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c311 cm->fc->inter_mode_probs[i], vp9_inter_mode_tree); in vp9_initialize_rd_consts()
Dvp9_bitstream.c292 const vpx_prob *const inter_probs = cm->fc->inter_mode_probs[mode_ctx]; in pack_inter_mode_mvs()
1174 prob_diff_update(vp9_inter_mode_tree, cm->fc->inter_mode_probs[i], in write_compressed_header()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c55 cm->fc->inter_mode_probs[ctx]); in read_inter_mode()
Dvp9_decodeframe.c118 vp9_diff_update_prob(r, &fc->inter_mode_probs[i][j]); in read_inter_mode_probs()