Searched refs:comp_ref_prob (Results 1 – 9 of 9) sorted by relevance
330 vp9_copy(fc->comp_ref_prob, default_comp_ref_p); in init_mode_probs()353 fc->comp_ref_prob[i] = in vp9_adapt_mode_probs()354 mode_mv_merge_probs(pre_fc->comp_ref_prob[i], counts->comp_ref[i]); in vp9_adapt_mode_probs()
55 vpx_prob comp_ref_prob[REF_CONTEXTS]; member
131 return cm->fc->comp_ref_prob[pred_context]; in vp9_get_pred_prob_comp_ref_p()
778 unsigned char comp_ref_prob[5]; member
367 memcpy(probs->comp_ref_prob, default_comp_ref_p, sizeof(default_comp_ref_p)); in fill_probs_table()
319 const int bit = vpx_read(r, fc->comp_ref_prob[ctx]); in read_ref_frames()
130 vp9_diff_update_prob(r, &fc->comp_ref_prob[i]); in read_frame_reference_mode_probs()
1332 vp9_cond_prob_diff_update(&header_bc, &fc->comp_ref_prob[i], in write_compressed_header()
304 (pre_fc->comp_ref_prob[i] - cur_fc->comp_ref_prob[i]); in compute_context_model_diff()306 pre_last_prob = MAX_PROB - pre_fc->comp_ref_prob[i]; in compute_context_model_diff()307 cur_last_prob = MAX_PROB - cur_fc->comp_ref_prob[i]; in compute_context_model_diff()