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.c166 vpx_prob pre_last_prob, cur_last_prob; in compute_context_model_diff() local
176 pre_last_prob = MAX_PROB - pre_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()
189 pre_last_prob = MAX_PROB - pre_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()
202 pre_last_prob = MAX_PROB - pre_fc->partition_prob[i][PARTITION_TYPES - 2]; in compute_context_model_diff()
206 (pre_last_prob - cur_last_prob); in compute_context_model_diff()
221 pre_last_prob = in compute_context_model_diff()
229 (pre_last_prob - cur_last_prob); in compute_context_model_diff()
243 pre_last_prob = in compute_context_model_diff()
[all …]