/external/aac/libFDK/src/ |
mdct.cpp | 100 FIXP_DBL *overlap, 103 hMdct->overlap.freq = overlap; 104 //FDKmemclear(overlap, overlapBufferSize*sizeof(FIXP_DBL)); 166 FDKmemcpy(output, hMdct->overlap.time, buffered_samples*sizeof(FIXP_DBL)); 186 FDKmemcpy(pTimeData, hMdct->overlap.time, nt*sizeof(FIXP_DBL)); 189 pOvl = hMdct->overlap.freq + hMdct->ov_size - 1; 232 * If the previous transform block is big enough, enlarge previous window overlap, 233 * if not, then shrink current window overlap. 280 pOvl = hMdct->overlap.freq + hMdct->ov_size - 1 [all...] |
/dalvik/dx/tests/119-merge-conflict/com/android/dx/merge/ |
MergeConflictTest.java | 30 // a and b don't overlap; this should succeed 33 // a and ab overlap; this should fail
|
/external/chromium_org/chrome/browser/ui/ash/ |
shelf_browsertest.cc | 34 // Show status, which will overlap the shelf by a pixel. 39 // Ensure that status doesn't cause overlap.
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLEffect.cpp | 31 GrAssert(0 == (value & key)); // keys for each access ought not to overlap 45 GrAssert(0 == (value & key)); // keys for each attribute ought not to overlap
|
/external/libvpx/libvpx/vp8/decoder/ |
error_concealment.h | 18 /* Allocate memory for the overlap lists */ 21 /* Deallocate the overlap lists */
|
/external/skia/src/gpu/gl/ |
GrGLEffect.cpp | 31 GrAssert(0 == (value & key)); // keys for each access ought not to overlap 45 GrAssert(0 == (value & key)); // keys for each attribute ought not to overlap
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
ShapeInterval.cpp | 95 bool overlap = false; local 102 if (!overlap || !v12.intersect(interval, interval)) { 103 if (overlap) 106 overlap = true; 113 if (overlap) 115 overlap = false; 123 if (overlap)
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/ |
elfmanysym.asm | 260 .overlap: 266 .overlap: 277 .overlap: 294 .overlap: 300 .overlap: 307 .overlap: 318 .overlap:
|
/external/chromium_org/third_party/opus/src/celt/ |
mdct.h | 62 const opus_val16 *window, int overlap, int shift, int stride); 64 /** Compute a backward MDCT (no scaling) and performs weighted overlap-add 68 const opus_val16 * OPUS_RESTRICT window, int overlap, int shift, int stride);
|
celt.c | 143 int overlap; member in struct:OpusCustomEncoder 195 celt_sig in_mem[1]; /* Size = channels*mode->overlap */ 201 /* opus_val16 overlap_mem[], Size = channels*overlap */ 214 + (channels*mode->overlap-1)*sizeof(celt_sig) /* celt_sig in_mem[channels*mode->overlap]; */ 220 size += channels*mode->overlap*sizeof(celt_sig); /* celt_sig overlap_mem[channels*mode->nbEBands]; */ 264 st->overlap = mode->overlap; 306 int overlap) 318 block = overlap/2 401 const int overlap = OVERLAP(mode); local 404 const int overlap = OVERLAP(mode); local 431 const int overlap = OVERLAP(mode); local 1928 int overlap; member in struct:OpusCustomDecoder 2054 int overlap; local [all...] |
/dalvik/vm/mterp/armv5te/ |
OP_MOVE_WIDE.S | 3 /* NOTE: regs can overlap, e.g. "move v6,v7" or "move v7,v6" */
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/bin/tests/multisect/ |
multisect5.asm | 19 section sect8 follows=sect7 valign=16 ; NASM bug - sect7 and sect8 overlap
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_constants.h | 21 // visual overlap with the main toolbar. When using this to compute values 42 // Overlap (in pixels) between the toolbar and the bookmark bar (when showing in
|
/external/chromium/chrome/browser/ui/views/bubble/ |
border_contents_unittest.cc | 55 // arrow overlap. 71 // arrow overlap. 87 // arrow overlap. 103 // arrow overlap. 119 // arrow overlap. 135 // arrow overlap. 236 // arrow overlap.
|
/external/chromium_org/ui/gfx/ |
break_list_unittest.cc | 94 std::vector<std::pair<size_t, bool> > overlap; local 95 overlap.push_back(std::pair<size_t, bool>(0, true)); 96 overlap.push_back(std::pair<size_t, bool>(2, false)); 97 overlap.push_back(std::pair<size_t, bool>(3, true)); 98 overlap.push_back(std::pair<size_t, bool>(6, false)); 99 overlap.push_back(std::pair<size_t, bool>(7, true)); 100 EXPECT_TRUE(breaks.EqualsForTesting(overlap));
|
/frameworks/ex/variablespeed/jni/ |
sola_time_scaler.cc | 120 // Limit the overlap to half the window size, and round up to an odd number. 121 // Half of overlap window (rounded down) is also a useful number. 128 // For compression (speed up), adjacent input windows overlap in the output. 134 // (+/- half the overlap size). 140 // frame correlation over the range of target merge point +/- half overlap, 141 // even when the previous merge point was adjusted backwards a half overlap. 266 // minus half an overlap window (ie, the starting point for correlation). 312 // Crossfade the overlap between input and output, and then 337 // minus half an overlap window. The target merge point is always
|
/frameworks/base/core/java/android/net/ |
NetworkStatsHistory.java | 323 final long overlap = Math.min(curEnd, end) - Math.max(curStart, start); local 324 if (overlap <= 0) continue; 327 final long fracRxBytes = rxBytes * overlap / duration; 328 final long fracRxPackets = rxPackets * overlap / duration; 329 final long fracTxBytes = txBytes * overlap / duration; 330 final long fracTxPackets = txPackets * overlap / duration; 331 final long fracOperations = operations * overlap / duration; 333 addLong(activeTime, i, overlap); 340 duration -= overlap; 502 final long overlap; local [all...] |
/external/chromium_org/media/base/ |
audio_splicer.cc | 17 // Largest gap or overlap allowed by this class. Anything 97 DVLOG(1) << "Overlap detected @ " << expected_timestamp.InMicroseconds() 105 // Copy the trailing samples that do not overlap samples already output
|
/external/neven/Embedded/common/src/b_BasicEm/ |
Memory.h | 36 /** copies memory for src to dst (no overlap allowed); returns dstA 41 /** copies memory for src to dst (no overlap allowed), size is given in 16-bit words 47 /** copies memory for src to dst (no overlap allowed), size is given in 32-bit words
|
/external/chromium_org/ui/views/controls/ |
styled_label.cc | 250 // Lay out the views to overlap by 1 pixel to compensate for their border 252 const int overlap = 1; local 254 DCHECK_EQ(line_height, view_size.height() - 2 * overlap); 257 gfx::Point(GetInsets().left() + x - overlap, 258 GetInsets().top() + line * line_height - overlap), 262 x += view_size.width() - 2 * overlap;
|
/external/chromium_org/components/autofill/core/common/ |
password_form_fill_data.cc | 70 // Note that there may be overlap between other_possible_usernames and 72 // we will ignore this overlap as it should be a rare occurence. We may
|
/external/chromium_org/third_party/icu/source/common/ |
utrie2_builder.c | 197 * does not overlap other index-2 blocks with the gap. 977 * - overlaps adjacent blocks as much as possible (if overlap==TRUE) 979 * - moves and overlaps blocks that overlap with multiple values in the overlap region 982 * - try to move and overlap blocks that are not already adjacent 987 int32_t blockLength, overlap; local 1093 int32_t i, start, newStart, movedStart, overlap; local [all...] |
/external/icu4c/common/ |
utrie2_builder.cpp | 197 * does not overlap other index-2 blocks with the gap. 977 * - overlaps adjacent blocks as much as possible (if overlap==TRUE) 979 * - moves and overlaps blocks that overlap with multiple values in the overlap region 982 * - try to move and overlap blocks that are not already adjacent 987 int32_t blockLength, overlap; local 1093 int32_t i, start, newStart, movedStart, overlap; local [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkRTree.cpp | 199 // root's child pointers do point to leaves, so minimize overlap increase 207 int32_t overlap = 0; local 211 // overlap, but computing overlaps is expensive and omitting it doesn't seem to 213 overlap += get_overlap(expandedBounds, root->child(j)->fBounds); 216 if (overlap < minOverlapIncrease || (overlap == minOverlapIncrease && 219 minOverlapIncrease = overlap; 278 int32_t overlap = get_overlap(r1, r2); local 281 if (overlap < minOverlap || (overlap == minOverlap && area < minArea)) [all...] |
/external/openfst/src/include/fst/ |
interval-set.h | 300 bool overlap = false; // point in both intervals_ and intervals local 303 if (it1->end <= it2->begin) { // no overlap - it1 first 306 } else if (it2->end <= it1->begin) { // no overlap - it2 first 310 overlap = true; 315 overlap = true; 319 overlap = true; 321 } else { // strict overlap 324 overlap = true; 326 if (only1 == true && only2 == true && overlap == true) 334 return only1 == true && only2 == true && overlap == true [all...] |