HomeSort by relevance Sort by last modified time
    Searched refs:overlap (Results 51 - 75 of 341) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/go/linux-x86/src/regexp/
onepass_test.go 83 // overlap at interval begin
91 // overlap ar interval end
99 // overlap from above
107 // overlap from below
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
util.py 114 def match_range(obj, criteria, subset, overlap, superset, proper):
121 overlap If true, the criteria will match if it overlaps any of the obj's range.
127 if overlap:
  /external/aac/libSBRdec/src/
sbr_dec.h 129 mixed among overlap and current slots. */
201 const int overlap,
lpp_tran.cpp 227 const int lastSlotOffs, /*!< Number of overlap-slots into next frame */
274 autoCorrLength = pSettings->nCols + pSettings->overlap;
338 Take old slope length qmf slot source values out of (overlap)qmf buffer
341 for(i=0;i<pSettings->nCols+pSettings->overlap;i++){
347 /* pSettings->overlap is always even */
348 FDK_ASSERT((pSettings->overlap & 1) == 0);
350 for(i=0;i<((pSettings->overlap+pSettings->nCols)>>1);i++) {
362 dynamicScale = fixMin(dynamicScale, getScalefactor(lowBandReal, LPC_ORDER+pSettings->overlap) + ovLowBandShift);
363 dynamicScale = fixMin(dynamicScale, getScalefactor(&lowBandReal[LPC_ORDER+pSettings->overlap], pSettings->nCols) + lowBandShift);
365 dynamicScale = fixMin(dynamicScale, getScalefactor(lowBandImag, LPC_ORDER+pSettings->overlap) + ovLowBandShift)
    [all...]
sbr_dec.cpp 119 /* Number of QMF timeslots in the overlap buffer: */
121 for(slot=0; slot<hSbrDec->LppTrans.pSettings->overlap; slot++) {
143 int halflen = (noCols >> 1) + hSbrDec->LppTrans.pSettings->overlap;
144 int totCols = noCols + hSbrDec->LppTrans.pSettings->overlap;
146 /* Number of QMF timeslots in the overlap buffer: */
148 for(slot=0; slot<hSbrDec->LppTrans.pSettings->overlap; slot++) {
286 static overlap buffer is required for each channel. Du to in-place
355 /* Number of QMF timeslots in the overlap buffer: */
356 ov_len = hSbrDec->LppTrans.pSettings->overlap;
575 hSbrDec->LppTrans.pSettings->overlap,
    [all...]
env_extr.h 294 const int overlap
302 const int overlap);
env_extr.cpp 160 static int checkFrameInfo (FRAME_INFO *pFrameInfo, int numberOfTimeSlots, int overlap, int timeStep);
482 const int overlap
510 if ( !checkFrameInfo (&hFrameData->frameInfo, hHeaderData->numberTimeSlots, overlap, hHeaderData->timeStep) )
561 const int overlap )
591 if ( !checkFrameInfo (&hFrameDataLeft->frameInfo, hHeaderData->numberTimeSlots, overlap, hHeaderData->timeStep) )
602 if ( !checkFrameInfo (&hFrameDataRight->frameInfo, hHeaderData->numberTimeSlots, overlap, hHeaderData->timeStep) )
    [all...]
  /external/icu/icu4c/source/test/intltest/
srchtest.h 52 USearchAttributeValue overlap);
  /external/dng_sdk/source/
dng_gain_map.cpp 550 dng_rect overlap = fAreaSpec.Overlap (dstArea); local
552 if (overlap.NotEmpty ())
555 uint32 cols = overlap.W ();
567 for (int32 row = overlap.t; row < overlap.b; row += fAreaSpec.RowPitch ())
570 real32 *dPtr = buffer.DirtyPixel_real32 (row, overlap.l, plane);
575 overlap.l,
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
localintermediate.h 72 bool overlap(const TRange& rhs) const function in struct:glslang::TRange
82 // all other dimensions of their range overlap.
86 bool overlap(const TIoRange& rhs) const function in struct:glslang::TIoRange
88 return location.overlap(rhs.location) && component.overlap(rhs.component) && index == rhs.index;
101 bool overlap(const TOffsetRange& rhs) const function in struct:glslang::TOffsetRange
103 return binding.overlap(rhs.binding) && offset.overlap(rhs.offset);
  /external/icu/icu4c/source/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...]
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_copybit.cpp 230 hwc_rect_t overlap = list->hwLayers[ovlapIndex].displayFrame; local
233 // with Aligned overlap w/h
234 finalW = max(finalW, ALIGN((overlap.right - overlap.left), 32));
235 finalH += ALIGN((overlap.bottom - overlap.top), 32);
236 if(finalH > ALIGN((overlap.bottom - overlap.top), 32)) {
239 (finalH - ALIGN((overlap.bottom - overlap.top), 32)) * 4
595 hwc_rect_t overlap = list->hwLayers[ovlapIndex].displayFrame; local
    [all...]
hwc_copybit.h 90 private_handle_t *renderBuffer, hwc_rect_t overlap,
  /external/libopus/celt/
celt_encoder.c 117 /* +MAX_PERIOD/2 to make space for overlap */
121 celt_sig in_mem[1]; /* Size = channels*mode->overlap */
137 + (channels*mode->overlap-1)*sizeof(celt_sig) /* celt_sig in_mem[channels*mode->overlap]; */
420 const int overlap = mode->overlap; local
439 clt_mdct_forward(&mode->mdct, in+c*(B*N+overlap)+b*N,
440 &out[b+c*N*B], mode->window, overlap, shift, B,
1077 int overlap; local
1081 overlap = mode->overlap
1371 int overlap; local
    [all...]
  /external/skia/src/pathops/
SkOpCoincidence.cpp 605 *overlaps->append() = check; // partial overlap, extend existing entry
660 SkCoincidentSpans* overlap = overlaps.count() ? overlaps[0] : nullptr; local
663 if (overlap->coinPtTStart()->fT > test->coinPtTStart()->fT) {
664 overlap->setCoinPtTStart(test->coinPtTStart());
666 if (overlap->coinPtTEnd()->fT < test->coinPtTEnd()->fT) {
667 overlap->setCoinPtTEnd(test->coinPtTEnd());
669 if (overlap->flipped()
670 ? overlap->oppPtTStart()->fT < test->oppPtTStart()->fT
671 : overlap->oppPtTStart()->fT > test->oppPtTStart()->fT) {
672 overlap->setOppPtTStart(test->oppPtTStart())
1399 bool SkOpCoincidence::overlap(const SkOpPtT* coin1s, const SkOpPtT* coin1e, function in class:SkOpCoincidence
    [all...]
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_copybit.cpp 307 hwc_rect_t overlap = list->hwLayers[ovlapIndex].displayFrame; local
310 // with Aligned overlap w/h
311 finalW = max(finalW, ALIGN((overlap.right - overlap.left), 32));
312 finalH += ALIGN((overlap.bottom - overlap.top), 32);
313 if(finalH > ALIGN((overlap.bottom - overlap.top), 32)) {
316 (ALIGN((overlap.bottom - overlap.top), 32)))
726 hwc_rect_t overlap = list->hwLayers[ovlapIndex].displayFrame; local
    [all...]
  /external/bsdiff/
bsdiff.cc 149 off_t overlap,Ss,lens; local
260 overlap=(lastscan+lenf)-(scan-lenb);
262 for(i=0;i<overlap;i++) {
263 if(new_buf[lastscan+lenf-overlap+i]==
264 old_buf[lastpos+lenf-overlap+i]) s++;
270 lenf+=lens-overlap;
  /external/fio/lib/
axmap.c 220 unsigned long mask, overlap; local
228 * Mask off any potential overlap, only sets contig regions
230 overlap = al->map[offset] & mask;
231 if (overlap == mask)
234 while (overlap) {
235 unsigned long clear_mask = ~(1UL << ffz(~overlap));
238 overlap &= clear_mask;
prio_tree.c 27 * i.e., selecting a set of stored intervals (vmas) that overlap with (map) a
30 * intervals (vmas) that overlap (map) with the input interval X (the set of
294 * overlap with the input interval X [radix_index, heap_index]. The enumeration
297 * 'm' is the number of prio_tree_nodes that overlap the interval X.
389 static inline int overlap(struct prio_tree_iter *iter, function
422 if (overlap(iter, r_index, h_index))
450 if (overlap(iter, r_index, h_index))
464 if (overlap(iter, r_index, h_index))
  /external/mesa3d/src/gallium/state_trackers/va/
picture_vc1.c 53 context->desc.vc1.overlap = vc1->sequence_fields.bits.overlap;
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_imdct_synth.cpp 39 int32 overlap[], Pointer to overlap values of current channel
53 The first half of the output values are added to the stored overlap
56 output values is stored for overlap with the next data granule.
217 int32 overlap[SUBBANDS_NUMBER*FILTERBANK_BANDS],
244 int32 * history = overlap + (band * FILTERBANK_BANDS);
285 /* next iteration overlap */
295 /* next iteration overlap */
335 int32 * history = overlap + (band * FILTERBANK_BANDS);
370 pv_memset(history, 0, FILTERBANK_BANDS*sizeof(*overlap));
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
hwc_copybit.h 90 private_handle_t *renderBuffer, hwc_rect_t overlap,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
neon-cond-bad-inc.s 2 # which overlap with VFP are the tricky cases, so test those.
  /toolchain/binutils/binutils-2.25/gprof/
hist.c 327 which may overlap one more symbol address ranges. If a symbol
333 SYM_HIGH_PC) as shown in the following diagram. OVERLAP computes
358 four bytes of text space and never have any overlap (the two end
366 bfd_vma overlap, addr;
411 overlap =
413 if (overlap > 0)
417 "[assign_samples] [0x%lx,0x%lx) %s gets %f ticks %ld overlap\n",
420 symtab.base[j].name, overlap * count_time / hist_scale,
421 (long) overlap));
424 credit = overlap * count_time / hist_scale
365 bfd_vma overlap, addr; local
    [all...]
  /external/skia/tests/
PathOpsAngleIdeas.cpp 160 0 if no overlap cw
161 1 if no overlap ccw
445 int overlap = quadHullsOverlap(reporter, quad1, quad2); local
446 bool realMatchesOverlap = realOverlap == overlap || SK_ScalarPI - fabs(a2s - a1s) < 0.002;
447 if (realOverlap != overlap) {
454 if (oldSchoolOverlap != (overlap < 0)) {
455 overlap = quadHullsOverlap(reporter, quad1, quad2); // set a breakpoint and debug if assert fires
456 REPORTER_ASSERT(reporter, oldSchoolOverlap == (overlap < 0));
465 if (overlap >= 0) {
466 // verify that hulls really don't overlap
    [all...]

Completed in 1192 milliseconds

1 23 4 5 6 7 8 91011>>