Searched refs:switchable_interp_prob (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_entropymode.c | 326 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()
|
D | vp9_entropymode.h | 49 vpx_prob switchable_interp_prob[SWITCHABLE_FILTER_CONTEXTS] member
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_bitstream.c | 122 cm->fc->switchable_interp_prob[j], in update_switchable_interp_probs() 302 cm->fc->switchable_interp_prob[ctx], in pack_inter_mode_mvs()
|
D | vp9_rd.c | 89 fc->switchable_interp_prob[i], vp9_switchable_interp_tree); in fill_mode_costs()
|
D | vp9_encoder.c | 220 (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/ |
D | vp9_decodemv.c | 348 r, vp9_switchable_interp_tree, cm->fc->switchable_interp_prob[ctx]); in read_switchable_interp_filter()
|
D | vp9_decodeframe.c | 89 vp9_diff_update_prob(r, &fc->switchable_interp_prob[j][i]); in read_switchable_interp_probs()
|