Searched refs:pred_context (Results 1 – 3 of 3) sorted by relevance
115 int pred_context; in vp9_get_pred_context_comp_ref_p() local133 pred_context = 2; in vp9_get_pred_context_comp_ref_p()138 pred_context = 1 + 2 * (edge_mbmi->ref_frame[0] != cm->comp_var_ref[1]); in vp9_get_pred_context_comp_ref_p()140 pred_context = 1 + 2 * (edge_mbmi->ref_frame[var_ref_idx] in vp9_get_pred_context_comp_ref_p()151 pred_context = 0; in vp9_get_pred_context_comp_ref_p()155 pred_context = 4; in vp9_get_pred_context_comp_ref_p()157 pred_context = 3; in vp9_get_pred_context_comp_ref_p()159 pred_context = 1; in vp9_get_pred_context_comp_ref_p()164 pred_context = 1; in vp9_get_pred_context_comp_ref_p()166 pred_context = 2; in vp9_get_pred_context_comp_ref_p()[all …]
81 const int pred_context = vp9_get_pred_context_comp_ref_p(cm, xd); in vp9_get_pred_prob_comp_ref_p() local82 return cm->fc.comp_ref_prob[pred_context]; in vp9_get_pred_prob_comp_ref_p()
151 const int pred_context = vp9_get_pred_context_seg_id(xd); in count_segs() local156 temporal_predictor_count[pred_context][pred_flag]++; in count_segs()