Searched refs:MAX_PROB (Results 1 – 7 of 7) sorted by relevance
31 static uint8_t inv_map_table[MAX_PROB] = { in inv_remap_prob()53 if ((m << 1) <= MAX_PROB) { in inv_remap_prob()56 return MAX_PROB - inv_recenter_nonneg(v, MAX_PROB - 1 - m); in inv_remap_prob()
1339 vpx_rb_read_bit(rb) ? vpx_rb_read_literal(rb, 8) : MAX_PROB; in setup_segmentation()1345 vpx_rb_read_bit(rb) ? vpx_rb_read_literal(rb, 8) : MAX_PROB; in setup_segmentation()1347 for (i = 0; i < PREDICTION_PROBS; i++) seg->pred_probs[i] = MAX_PROB; in setup_segmentation()
46 static const uint8_t map_table[MAX_PROB - 1] = { in remap_prob()69 if ((m << 1) <= MAX_PROB) in remap_prob()72 i = recenter_nonneg(MAX_PROB - 1 - v, MAX_PROB - 1 - m) - 1; in remap_prob()
156 pre_last_prob = MAX_PROB - pre_fc->y_mode_prob[i][INTRA_MODES - 2]; in compute_context_model_diff()157 cur_last_prob = MAX_PROB - cur_fc->y_mode_prob[i][INTRA_MODES - 2]; 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()170 cur_last_prob = MAX_PROB - cur_fc->uv_mode_prob[i][INTRA_MODES - 2]; in compute_context_model_diff()182 pre_last_prob = MAX_PROB - pre_fc->partition_prob[i][PARTITION_TYPES - 2]; in compute_context_model_diff()183 cur_last_prob = MAX_PROB - cur_fc->partition_prob[i][PARTITION_TYPES - 2]; in compute_context_model_diff()202 MAX_PROB - in compute_context_model_diff()205 MAX_PROB - in compute_context_model_diff()224 MAX_PROB - pre_fc->switchable_interp_prob[i][SWITCHABLE_FILTERS - 2]; in compute_context_model_diff()226 MAX_PROB - cur_fc->switchable_interp_prob[i][SWITCHABLE_FILTERS - 2]; in compute_context_model_diff()[all …]
771 const int update = prob != MAX_PROB; in encode_segmentation()781 const int update = prob != MAX_PROB; in encode_segmentation()
55 #define MAX_PROB 255 macro
27 #define MAX_PROB 255 macro