Searched refs:cur_fc (Results 1 – 1 of 1) sorted by relevance
144 const FRAME_CONTEXT *const cur_fc = cm->fc; in compute_context_model_diff() local154 (pre_fc->y_mode_prob[i][j] - cur_fc->y_mode_prob[i][j]); in compute_context_model_diff()157 cur_last_prob = MAX_PROB - cur_fc->y_mode_prob[i][INTRA_MODES - 2]; in compute_context_model_diff()167 (pre_fc->uv_mode_prob[i][j] - cur_fc->uv_mode_prob[i][j]); in compute_context_model_diff()170 cur_last_prob = MAX_PROB - cur_fc->uv_mode_prob[i][INTRA_MODES - 2]; in compute_context_model_diff()180 (pre_fc->partition_prob[i][j] - cur_fc->partition_prob[i][j]); in compute_context_model_diff()183 cur_last_prob = MAX_PROB - cur_fc->partition_prob[i][PARTITION_TYPES - 2]; in compute_context_model_diff()198 cur_fc->coef_probs[i][j][k][l][m][n]); in compute_context_model_diff()206 cur_fc->coef_probs[i][j][k][l][m][UNCONSTRAINED_NODES - 1]; in compute_context_model_diff()221 cur_fc->switchable_interp_prob[i][j]); in compute_context_model_diff()[all …]