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.c134 const FRAME_CONTEXT *const cur_fc = cm->fc; in compute_context_model_diff() local
144 (pre_fc->y_mode_prob[i][j] - cur_fc->y_mode_prob[i][j]); in compute_context_model_diff()
147 cur_last_prob = MAX_PROB - cur_fc->y_mode_prob[i][INTRA_MODES - 2]; in compute_context_model_diff()
157 (pre_fc->uv_mode_prob[i][j] - cur_fc->uv_mode_prob[i][j]); 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()
170 (pre_fc->partition_prob[i][j] - cur_fc->partition_prob[i][j]); in compute_context_model_diff()
173 cur_last_prob = MAX_PROB - cur_fc->partition_prob[i][PARTITION_TYPES - 2]; in compute_context_model_diff()
188 cur_fc->coef_probs[i][j][k][l][m][n]); in compute_context_model_diff()
196 cur_fc->coef_probs[i][j][k][l][m][UNCONSTRAINED_NODES - 1]; in compute_context_model_diff()
211 cur_fc->switchable_interp_prob[i][j]); in compute_context_model_diff()
[all …]