Home
last modified time | relevance | path

Searched refs:cur_fc (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c164 const FRAME_CONTEXT *const cur_fc = cm->fc; in compute_context_model_diff() local
174 (pre_fc->y_mode_prob[i][j] - cur_fc->y_mode_prob[i][j]); in compute_context_model_diff()
177 cur_last_prob = MAX_PROB - cur_fc->y_mode_prob[i][INTRA_MODES - 2]; in compute_context_model_diff()
187 (pre_fc->uv_mode_prob[i][j] - cur_fc->uv_mode_prob[i][j]); in compute_context_model_diff()
190 cur_last_prob = MAX_PROB - cur_fc->uv_mode_prob[i][INTRA_MODES - 2]; in compute_context_model_diff()
200 (pre_fc->partition_prob[i][j] - cur_fc->partition_prob[i][j]); in compute_context_model_diff()
203 cur_last_prob = MAX_PROB - cur_fc->partition_prob[i][PARTITION_TYPES - 2]; in compute_context_model_diff()
218 cur_fc->coef_probs[i][j][k][l][m][n]); in compute_context_model_diff()
226 cur_fc->coef_probs[i][j][k][l][m][UNCONSTRAINED_NODES - 1]; in compute_context_model_diff()
241 cur_fc->switchable_interp_prob[i][j]); in compute_context_model_diff()
[all …]