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.c166 vpx_prob pre_last_prob, cur_last_prob; in compute_context_model_diff() local
177 cur_last_prob = MAX_PROB - cur_fc->y_mode_prob[i][INTRA_MODES - 2]; in compute_context_model_diff()
180 (pre_last_prob - cur_last_prob); 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()
193 (pre_last_prob - cur_last_prob); in compute_context_model_diff()
203 cur_last_prob = MAX_PROB - cur_fc->partition_prob[i][PARTITION_TYPES - 2]; in compute_context_model_diff()
206 (pre_last_prob - cur_last_prob); in compute_context_model_diff()
224 cur_last_prob = in compute_context_model_diff()
229 (pre_last_prob - cur_last_prob); in compute_context_model_diff()
245 cur_last_prob = in compute_context_model_diff()
[all …]