Home
last modified time | relevance | path

Searched refs:MAX_SEGMENTS (Results 1 – 19 of 19) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_seg_common.h23 #define MAX_SEGMENTS 8 macro
24 #define SEG_TREE_PROBS (MAX_SEGMENTS-1)
48 int16_t feature_data[MAX_SEGMENTS][SEG_LVL_MAX];
49 unsigned int feature_mask[MAX_SEGMENTS];
75 extern const vp9_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)];
Dvp9_seg_common.c69 const vp9_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)] = {
Dvp9_loopfilter.h60 uint8_t lvl[MAX_SEGMENTS][MAX_REF_FRAMES][MAX_MODE_LF_DELTAS];
Dvp9_pred_common.c383 assert(segment_id >= 0 && segment_id < MAX_SEGMENTS); in vp9_get_segment_id()
Dvp9_loopfilter.c267 for (seg_id = 0; seg_id < MAX_SEGMENTS; seg_id++) { in vp9_loop_filter_frame_init()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_variance.c28 static double q_ratio[MAX_SEGMENTS] = { 1, 1, 1, 1, 1, 1, 1, 1 };
29 static double rdmult_ratio[MAX_SEGMENTS] = { 1, 1, 1, 1, 1, 1, 1, 1 };
30 static int segment_id[MAX_SEGMENTS] = { 5, 3, 1, 0, 2, 4, 6, 7 };
64 assert(ENERGY_SPAN <= MAX_SEGMENTS); in vp9_vaq_init()
Dvp9_segmentation.c211 int no_pred_segcounts[MAX_SEGMENTS] = { 0 }; in vp9_choose_segmap_coding_method()
212 int t_unpred_seg_counts[MAX_SEGMENTS] = { 0 }; in vp9_choose_segmap_coding_method()
Dvp9_rd.h98 int threshes[MAX_SEGMENTS][BLOCK_SIZES][MAX_MODES];
Dvp9_encoder.h334 int segment_encode_breakout[MAX_SEGMENTS];
Dvp9_rd.c149 for (segment_id = 0; segment_id < MAX_SEGMENTS; ++segment_id) { in set_block_thresholds()
Dvp9_bitstream.c782 for (i = 0; i < MAX_SEGMENTS; i++) { in encode_segmentation()
Dvp9_encoder.c581 for (i = 0; i < MAX_SEGMENTS; i++) in vp9_change_config()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c95 assert(segment_id >= 0 && segment_id < MAX_SEGMENTS); in set_segment_id()
Dvp9_decodeframe.c534 for (i = 0; i < MAX_SEGMENTS; i++) { in setup_segmentation()
/external/guava/guava/src/com/google/common/collect/
DMapMakerInternalMap.java110 static final int MAX_SEGMENTS = 1 << 16; // slightly conservative field in MapMakerInternalMap
196 concurrencyLevel = Math.min(builder.getConcurrencyLevel(), MAX_SEGMENTS); in MapMakerInternalMap()
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java135 static final int MAX_SEGMENTS = 1 << 16; // slightly conservative field in LocalCache
240 concurrencyLevel = Math.min(builder.getConcurrencyLevel(), MAX_SEGMENTS); in LocalCache()
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/vogar/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...