Searched refs:MAX_SEGMENTS (Results 1 - 15 of 15) sorted by relevance

/external/libvpx/libvpx/vp9/common/
H A Dvp9_seg_common.h19 #define MAX_SEGMENTS 8 macro
20 #define SEG_TREE_PROBS (MAX_SEGMENTS-1)
44 int16_t feature_data[MAX_SEGMENTS][SEG_LVL_MAX];
45 unsigned int feature_mask[MAX_SEGMENTS];
H A Dvp9_onyx.h25 #define MAX_SEGMENTS 8 macro
206 int delta_q[MAX_SEGMENTS],
207 int delta_lf[MAX_SEGMENTS],
208 unsigned int threshold[MAX_SEGMENTS]);
H A Dvp9_loopfilter.h55 uint8_t lvl[MAX_SEGMENTS][MAX_REF_FRAMES][MAX_MODE_LF_DELTAS];
H A Dvp9_pred_common.c414 assert(segment_id >= 0 && segment_id < MAX_SEGMENTS);
H A Dvp9_loopfilter.c301 for (seg_id = 0; seg_id < MAX_SEGMENTS; seg_id++) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_segmentation.c218 int no_pred_segcounts[MAX_SEGMENTS] = { 0 };
219 int t_unpred_seg_counts[MAX_SEGMENTS] = { 0 };
H A Dvp9_onyx_int.h548 int segment_encode_breakout[MAX_SEGMENTS];
H A Dvp9_onyx_if.c1246 for (i = 0; i < MAX_SEGMENTS; i++)
4014 unsigned int cols, int delta_q[MAX_SEGMENTS],
4015 int delta_lf[MAX_SEGMENTS],
4016 unsigned int threshold[MAX_SEGMENTS]) {
4018 signed char feature_data[SEG_LVL_MAX][MAX_SEGMENTS];
4037 for (i = 0; i < MAX_SEGMENTS; i++) {
4044 for (i = 0; i < MAX_SEGMENTS; i++) {
H A Dvp9_bitstream.c1097 for (i = 0; i < MAX_SEGMENTS; i++) {
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodemv.c87 assert(segment_id >= 0 && segment_id < MAX_SEGMENTS);
H A Dvp9_decodframe.c421 for (i = 0; i < MAX_SEGMENTS; i++) {
/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/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 582 milliseconds