Lines Matching refs:cur_nmv_prob
374 const nmv_component *cur_nmv_prob = &cur_fc->nmvc.comps[i]; in compute_context_model_diff() local
377 diff += (int)nmv_count->sign[0] * (pre_nmv_prob->sign - cur_nmv_prob->sign); in compute_context_model_diff()
380 cur_last_prob = MAX_PROB - cur_nmv_prob->sign; in compute_context_model_diff()
387 (pre_nmv_prob->classes[j] - cur_nmv_prob->classes[j]); in compute_context_model_diff()
390 cur_last_prob = MAX_PROB - cur_nmv_prob->classes[MV_CLASSES - 2]; in compute_context_model_diff()
398 (pre_nmv_prob->class0[j] - cur_nmv_prob->class0[j]); in compute_context_model_diff()
401 cur_last_prob = MAX_PROB - cur_nmv_prob->class0[CLASS0_SIZE - 2]; in compute_context_model_diff()
409 (pre_nmv_prob->bits[j] - cur_nmv_prob->bits[j]); in compute_context_model_diff()
412 cur_last_prob = MAX_PROB - cur_nmv_prob->bits[j]; in compute_context_model_diff()
421 (pre_nmv_prob->class0_fp[j][k] - cur_nmv_prob->class0_fp[j][k]); in compute_context_model_diff()
424 cur_last_prob = MAX_PROB - cur_nmv_prob->class0_fp[j][MV_FP_SIZE - 2]; in compute_context_model_diff()
433 (int)nmv_count->fp[j] * (pre_nmv_prob->fp[j] - cur_nmv_prob->fp[j]); in compute_context_model_diff()
436 cur_last_prob = MAX_PROB - cur_nmv_prob->fp[MV_FP_SIZE - 2]; in compute_context_model_diff()
443 (pre_nmv_prob->class0_hp - cur_nmv_prob->class0_hp); in compute_context_model_diff()
446 cur_last_prob = MAX_PROB - cur_nmv_prob->class0_hp; in compute_context_model_diff()
451 diff += (int)nmv_count->hp[0] * (pre_nmv_prob->hp - cur_nmv_prob->hp); in compute_context_model_diff()
454 cur_last_prob = MAX_PROB - cur_nmv_prob->hp; in compute_context_model_diff()