HomeSort by relevance Sort by last modified time
    Searched refs:MAX_SEGMENTS (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/libvpx/libvpx/vp9/common/
vp9_seg_common.h 23 #define MAX_SEGMENTS 8
24 #define SEG_TREE_PROBS (MAX_SEGMENTS - 1)
47 int16_t feature_data[MAX_SEGMENTS][SEG_LVL_MAX];
48 uint32_t feature_mask[MAX_SEGMENTS];
75 extern const vpx_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)];
vp9_seg_common.c 58 const vpx_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)] = {
vp9_loopfilter.h 48 uint8_t lvl[MAX_SEGMENTS][MAX_REF_FRAMES][MAX_MODE_LF_DELTAS];
vp9_pred_common.h 30 int x, y, segment_id = MAX_SEGMENTS;
37 assert(segment_id >= 0 && segment_id < MAX_SEGMENTS);
vp9_onyxc_int.h 189 int16_t y_dequant[MAX_SEGMENTS][2];
190 int16_t uv_dequant[MAX_SEGMENTS][2];
vp9_blockd.h 124 int16_t seg_dequant[MAX_SEGMENTS][2];
vp9_loopfilter.c 268 for (seg_id = 0; seg_id < MAX_SEGMENTS; seg_id++) {
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_360.c 25 static const double rate_ratio[MAX_SEGMENTS] = { 1.0, 0.75, 0.6, 0.5,
53 for (i = 0; i < MAX_SEGMENTS; ++i) {
vp9_aq_variance.c 30 static const double rate_ratio[MAX_SEGMENTS] = { 2.5, 2.0, 1.5, 1.0,
61 for (i = 0; i < MAX_SEGMENTS; ++i) {
vp9_rd.h 106 int threshes[MAX_SEGMENTS][BLOCK_SIZES][MAX_MODES];
vp9_segmentation.c 197 int no_pred_segcounts[MAX_SEGMENTS] = { 0 };
198 int t_unpred_seg_counts[MAX_SEGMENTS] = { 0 };
vp9_encoder.h 545 int segment_encode_breakout[MAX_SEGMENTS];
vp9_rd.c 229 for (segment_id = 0; segment_id < MAX_SEGMENTS; ++segment_id) {
vp9_bitstream.c 792 for (i = 0; i < MAX_SEGMENTS; i++) {
    [all...]
vp9_encoder.c     [all...]
  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
segment.c 69 #define MAX_SEGMENTS 63 /* arbitrary max */
86 gcp->seglist = calloc(MAX_SEGMENTS + 1, sizeof(segment_t *));
129 if (segpp < &gcp->seglist[MAX_SEGMENTS]) {
483 if (gcp->seg_avail == NULL && segpp < &gcp->seglist[MAX_SEGMENTS]) {
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 100 assert(segment_id >= 0 && segment_id < MAX_SEGMENTS);
108 assert(segment_id >= 0 && segment_id < MAX_SEGMENTS);
vp9_decodeframe.c     [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java 134 static final int MAX_SEGMENTS = 1 << 16; // slightly conservative
237 concurrencyLevel = Math.min(builder.getConcurrencyLevel(), MAX_SEGMENTS);
    [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 110 static final int MAX_SEGMENTS = 1 << 16; // slightly conservative
196 concurrencyLevel = Math.min(builder.getConcurrencyLevel(), MAX_SEGMENTS);
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/misc/common/robolectric/lib/
backport-util-concurrent-3.1.jar 
  /prebuilts/tools/common/m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/
backport-util-concurrent-3.1.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /external/testng/lib-supplied/
guice-2.0.jar 

Completed in 933 milliseconds

1 2 3 4 5