Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c146 vpx_prob pre_last_prob, cur_last_prob; in compute_context_model_diff() local
157 cur_last_prob = MAX_PROB - cur_fc->y_mode_prob[i][INTRA_MODES - 2]; in compute_context_model_diff()
160 (pre_last_prob - cur_last_prob); 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()
173 (pre_last_prob - cur_last_prob); in compute_context_model_diff()
183 cur_last_prob = MAX_PROB - cur_fc->partition_prob[i][PARTITION_TYPES - 2]; in compute_context_model_diff()
186 (pre_last_prob - cur_last_prob); in compute_context_model_diff()
204 cur_last_prob = in compute_context_model_diff()
209 (pre_last_prob - cur_last_prob); in compute_context_model_diff()
225 cur_last_prob = in compute_context_model_diff()
[all …]