Searched defs:MAX_SEGMENTS (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A 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)];
/external/libvpx/libvpx/vp9/common/
H A 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)];
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java130 static final int MAX_SEGMENTS = 1 << 16; // slightly conservative field in class:LocalCache
234 concurrencyLevel = Math.min(builder.getConcurrencyLevel(), MAX_SEGMENTS);
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java111 static final int MAX_SEGMENTS = 1 << 16; // slightly conservative field in class:MapMakerInternalMap
197 concurrencyLevel = Math.min(builder.getConcurrencyLevel(), MAX_SEGMENTS);
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 960 milliseconds