Home
last modified time | relevance | path

Searched refs:switchable_interp_prob (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.c326 vp9_copy(fc->switchable_interp_prob, default_switchable_interp_prob); in init_mode_probs()
379 vp9_switchable_interp_tree, pre_fc->switchable_interp_prob[i], in vp9_adapt_mode_probs()
380 counts->switchable_interp[i], fc->switchable_interp_prob[i]); in vp9_adapt_mode_probs()
Dvp9_entropymode.h49 vpx_prob switchable_interp_prob[SWITCHABLE_FILTER_CONTEXTS] member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c122 cm->fc->switchable_interp_prob[j], in update_switchable_interp_probs()
302 cm->fc->switchable_interp_prob[ctx], in pack_inter_mode_mvs()
Dvp9_rd.c89 fc->switchable_interp_prob[i], vp9_switchable_interp_tree); in fill_mode_costs()
Dvp9_encoder.c220 (pre_fc->switchable_interp_prob[i][j] - in compute_context_model_diff()
221 cur_fc->switchable_interp_prob[i][j]); in compute_context_model_diff()
224 MAX_PROB - pre_fc->switchable_interp_prob[i][SWITCHABLE_FILTERS - 2]; in compute_context_model_diff()
226 MAX_PROB - cur_fc->switchable_interp_prob[i][SWITCHABLE_FILTERS - 2]; in compute_context_model_diff()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c348 r, vp9_switchable_interp_tree, cm->fc->switchable_interp_prob[ctx]); in read_switchable_interp_filter()
Dvp9_decodeframe.c89 vp9_diff_update_prob(r, &fc->switchable_interp_prob[j][i]); in read_switchable_interp_probs()