Home
last modified time | relevance | path

Searched refs:pre_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
156 pre_last_prob = MAX_PROB - pre_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()
169 pre_last_prob = MAX_PROB - pre_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()
182 pre_last_prob = MAX_PROB - pre_fc->partition_prob[i][PARTITION_TYPES - 2]; in compute_context_model_diff()
186 (pre_last_prob - cur_last_prob); in compute_context_model_diff()
201 pre_last_prob = in compute_context_model_diff()
209 (pre_last_prob - cur_last_prob); in compute_context_model_diff()
223 pre_last_prob = in compute_context_model_diff()
[all …]