Searched refs:cur_last_prob (Results 1 – 1 of 1) sorted by relevance
136 vpx_prob pre_last_prob, cur_last_prob; in compute_context_model_diff() local147 cur_last_prob = MAX_PROB - cur_fc->y_mode_prob[i][INTRA_MODES - 2]; in compute_context_model_diff()150 (pre_last_prob - cur_last_prob); in compute_context_model_diff()160 cur_last_prob = MAX_PROB - cur_fc->uv_mode_prob[i][INTRA_MODES - 2]; in compute_context_model_diff()163 (pre_last_prob - cur_last_prob); in compute_context_model_diff()173 cur_last_prob = MAX_PROB - cur_fc->partition_prob[i][PARTITION_TYPES - 2]; in compute_context_model_diff()176 (pre_last_prob - cur_last_prob); in compute_context_model_diff()194 cur_last_prob = in compute_context_model_diff()199 (pre_last_prob - cur_last_prob); in compute_context_model_diff()215 cur_last_prob = in compute_context_model_diff()[all …]