Searched refs:MAX_SEGMENTS (Results 1 – 18 of 18) sorted by relevance
23 #define MAX_SEGMENTS 8 macro24 #define SEG_TREE_PROBS (MAX_SEGMENTS-1)48 int16_t feature_data[MAX_SEGMENTS][SEG_LVL_MAX];49 unsigned int feature_mask[MAX_SEGMENTS];79 extern const vpx_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)];
30 int x, y, segment_id = MAX_SEGMENTS; in get_segment_id()37 assert(segment_id >= 0 && segment_id < MAX_SEGMENTS); in get_segment_id()
57 const vpx_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)] = {
48 uint8_t lvl[MAX_SEGMENTS][MAX_REF_FRAMES][MAX_MODE_LF_DELTAS];
190 int16_t y_dequant[MAX_SEGMENTS][2];191 int16_t uv_dequant[MAX_SEGMENTS][2];
129 int16_t seg_dequant[MAX_SEGMENTS][2];
270 for (seg_id = 0; seg_id < MAX_SEGMENTS; seg_id++) { in vp9_loop_filter_frame_init()
30 static const double rate_ratio[MAX_SEGMENTS] =61 for (i = 0; i < MAX_SEGMENTS; ++i) { in vp9_vaq_frame_setup()
207 int no_pred_segcounts[MAX_SEGMENTS] = { 0 }; in vp9_choose_segmap_coding_method()208 int t_unpred_seg_counts[MAX_SEGMENTS] = { 0 }; in vp9_choose_segmap_coding_method()
103 int threshes[MAX_SEGMENTS][BLOCK_SIZES][MAX_MODES];
385 int segment_encode_breakout[MAX_SEGMENTS];
239 for (segment_id = 0; segment_id < MAX_SEGMENTS; ++segment_id) { in set_block_thresholds()
794 for (i = 0; i < MAX_SEGMENTS; i++) { in encode_segmentation()
1491 for (i = 0; i < MAX_SEGMENTS; i++) in vp9_change_config()
104 assert(segment_id >= 0 && segment_id < MAX_SEGMENTS); in dec_get_segment_id()112 assert(segment_id >= 0 && segment_id < MAX_SEGMENTS); in set_segment_id()
1089 for (i = 0; i < MAX_SEGMENTS; i++) { in setup_segmentation()1156 for (i = 0; i < MAX_SEGMENTS; ++i) { in setup_segmentation_dequant()
110 static final int MAX_SEGMENTS = 1 << 16; // slightly conservative field in MapMakerInternalMap196 concurrencyLevel = Math.min(builder.getConcurrencyLevel(), MAX_SEGMENTS); in MapMakerInternalMap()
134 static final int MAX_SEGMENTS = 1 << 16; // slightly conservative field in LocalCache237 concurrencyLevel = Math.min(builder.getConcurrencyLevel(), MAX_SEGMENTS); in LocalCache()