Searched refs:pre_last_prob (Results 1 – 1 of 1) sorted by relevance
136 vpx_prob pre_last_prob, cur_last_prob; in compute_context_model_diff() local146 pre_last_prob = MAX_PROB - pre_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()159 pre_last_prob = MAX_PROB - pre_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()172 pre_last_prob = MAX_PROB - pre_fc->partition_prob[i][PARTITION_TYPES - 2]; in compute_context_model_diff()176 (pre_last_prob - cur_last_prob); in compute_context_model_diff()191 pre_last_prob = in compute_context_model_diff()199 (pre_last_prob - cur_last_prob); in compute_context_model_diff()213 pre_last_prob = in compute_context_model_diff()[all …]