Searched defs:overlap (Results 26 - 50 of 71) sorted by relevance

123

/external/dng_sdk/source/
H A Ddng_image.cpp500 // Find the overlap with the image bounds.
502 dng_rect overlap = buffer.fArea & fBounds; local
506 if (overlap.NotEmpty ())
511 temp.fArea = overlap;
513 temp.fData = buffer.DirtyPixel (overlap.t,
514 overlap.l,
523 if ((edgeOption != edge_none) && (overlap != buffer.fArea))
692 dng_rect overlap = buffer.fArea & fBounds; local
694 if (overlap.NotEmpty ())
699 temp.fArea = overlap;
[all...]
H A Ddng_bad_pixels.cpp1806 dng_rect overlap = dstArea & badRect; local
1808 if (overlap.NotEmpty ())
1821 overlap);
1832 overlap);
1840 overlap,
/external/libvorbis/doc/
H A D01-introduction.tex303 \item overlap/add left-hand output of transform with right-hand output of previous frame
305 \item if not first frame, return results of overlap/add as audio result of current frame
312 later before overlap/add with the next frame. This optimization
358 \captionof{figure}{overlap of two equal-sized windows}
366 \captionof{figure}{overlap of a long and a short window}
492 \paragraph{overlap/add data}
496 the window overlap diagram). At this point, the audio data between the
515 the returned range is not actually overlap. This does not damage
/external/wpa_supplicant_8/wpa_supplicant/
H A Dctrl_iface_named_pipe.c62 OVERLAPPED overlap; member in struct:wpa_ctrl_dst
90 LPOVERLAPPED overlap);
97 LPOVERLAPPED overlap);
147 dst->overlap.hEvent = CreateEvent(NULL, TRUE, TRUE, NULL);
148 if (dst->overlap.hEvent == NULL) {
154 eloop_register_event(dst->overlap.hEvent,
155 sizeof(dst->overlap.hEvent),
181 if (ConnectNamedPipe(dst->pipe, &dst->overlap)) {
198 if (SetEvent(dst->overlap.hEvent))
226 if (dst->overlap
254 ctrl_iface_write_completed(DWORD err, DWORD bytes, LPOVERLAPPED overlap) argument
346 ctrl_iface_read_completed(DWORD err, DWORD bytes, LPOVERLAPPED overlap) argument
542 OVERLAPPED overlap; member in struct:wpa_global_dst
686 global_iface_write_completed(DWORD err, DWORD bytes, LPOVERLAPPED overlap) argument
763 global_iface_read_completed(DWORD err, DWORD bytes, LPOVERLAPPED overlap) argument
[all...]
/external/aac/libSBRdec/src/
H A Denv_extr.cpp160 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) )
1318 int overlap, /*!< Amount of overlap QMF time slots */
1342 if (overlap < 0 || overlap > (
1316 checkFrameInfo(FRAME_INFO * pFrameInfo, int numberOfTimeSlots, int overlap, int timeStep) argument
[all...]
H A Dsbr_dec.cpp119 /* 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,
771 createSbrDec(SBR_CHANNEL * hSbrChannel, HANDLE_SBR_HEADER_DATA hHeaderData, TRANSPOSER_SETTINGS *pSettings, const int downsampleFac, const UINT qmfFlags, const UINT flags, const int overlap, int chan) argument
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
H A DSearchTest.java639 boolean assertEqualWithAttribute(SearchData search, boolean canonical, boolean overlap) { argument
654 strsrch.setOverlapping(overlap);
1170 errln("Error setting overlap true");
1174 errln("Error setting overlap false");
1557 errln("Error at overlap test number " + count);
1563 errln("Error at non overlap test number " + count);
1583 errln("Error setting overlap option");
1592 errln("Error setting overlap option");
1607 errln("Error at overlap test number %d" + count);
1613 errln("Error at non overlap tes
[all...]
/external/icu/icu4c/source/common/
H A Dunisetspan.cpp567 * with a partial overlap because the recursive algorithm would have tried
615 * with a partial overlap because the standard algorithm would have tried
618 * must be matched with a full overlap because the longest-match algorithm
643 // Consider strings; they may overlap with the span.
654 int32_t overlap=spanLengths[i]; local
655 if(overlap==ALL_CP_CONTAINED) {
662 // Try to match this string at pos-overlap..pos.
663 if(overlap>=LONG_SPAN) {
664 overlap=length16;
666 U16_BACK_1(s16, 0, overlap); // Lengt
693 int32_t overlap=spanLengths[i]; local
818 int32_t overlap=spanBackLengths[i]; local
859 int32_t overlap=spanBackLengths[i]; local
986 int32_t overlap=spanUTF8Lengths[i]; local
1034 int32_t overlap=spanUTF8Lengths[i]; local
1166 int32_t overlap=spanBackUTF8Lengths[i]; local
1215 int32_t overlap=spanBackUTF8Lengths[i]; local
[all...]
H A Dutrie.cpp582 * - overlaps adjacent blocks as much as possible (if overlap==TRUE)
584 * - moves and overlaps blocks that overlap with multiple values in the overlap region
587 * - try to move and overlap blocks that are not already adjacent
590 utrie_compact(UNewTrie *trie, UBool overlap, UErrorCode *pErrorCode) { argument
638 overlap ? UTRIE_DATA_GRANULARITY : UTRIE_DATA_BLOCK_LENGTH))
652 if(overlap && start>=overlapStart) {
653 /* look for maximum overlap (modulo granularity) with the previous, adjacent block */
662 /* some overlap */
671 /* no overlap, jus
[all...]
H A Dutrie2_builder.cpp197 * 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
1040 /* look for maximum overlap (modulo granularity) with the previous, adjacent block */
1041 for(overlap=blockLength-UTRIE2_DATA_GRANULARITY;
1042 overlap>0 && !equal_uint32(trie->data+(newStart-overlap), tri
1093 int32_t i, start, newStart, movedStart, overlap; local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dsrchtest.cpp379 errln("Error following match starting at %d (overlap:%d) found at %d (len:%d); expected <NO MATCH>",
396 errln("Error following match starting at %d (overlap: %d) found at %d (len:%d); expected %d (len:%d)\n",
429 errln("Error preceding match starting at %d (overlap: %d) found at %d (len:%d); expected <NO MATCH>\n",
448 errln("Error preceding match starting at %d (overlap: %d) found at %d (len:%d); expected %d (len:%d)\n",
574 USearchAttributeValue overlap)
605 strsrch->setAttribute(USEARCH_OVERLAP, overlap, status);
991 errln("Error at overlap test number %d", count);
998 errln("Error at non overlap test number %d", count);
1023 errln("Error setting overlap option");
1034 errln("Error setting overlap optio
572 assertEqualWithAttribute(const SearchData *search, USearchAttributeValue canonical, USearchAttributeValue overlap) argument
[all...]
/external/icu/icu4c/source/tools/makeconv/
H A Dgenmbcs.cpp595 min=newBlock-nextOffset; /* minimum block start with overlap */
629 min=newBlock-nextOffset; /* minimum block start with overlap */
687 uint32_t blockSize, newTop, i, nextOffset, newBlock, min, overlap, maxOverlap; local
725 min=newBlock-nextOffset; /* minimum block start with overlap */
769 for(overlap=0;
770 overlap<maxOverlap && stage3[newBlock-overlap-1]==0;
771 ++overlap) {}
773 overlap=(overlap/MBCS_STAGE_3_GRANULARIT
[all...]
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
H A DSearchTest.java638 boolean assertEqualWithAttribute(SearchData search, boolean canonical, boolean overlap) { argument
653 strsrch.setOverlapping(overlap);
1169 errln("Error setting overlap true");
1173 errln("Error setting overlap false");
1556 errln("Error at overlap test number " + count);
1562 errln("Error at non overlap test number " + count);
1582 errln("Error setting overlap option");
1591 errln("Error setting overlap option");
1606 errln("Error at overlap test number %d" + count);
1612 errln("Error at non overlap tes
[all...]
/external/libopus/src/
H A Dopus_decoder.c169 opus_val16 *out, int overlap, int channels,
176 for (i=0;i<overlap;i++)
168 smooth_fade(const opus_val16 *in1, const opus_val16 *in2, opus_val16 *out, int overlap, int channels, const opus_val16 *window, opus_int32 Fs) argument
H A Dopus_multistream_encoder.c234 int len, int overlap, int channels, int rate, opus_copy_channel_in_func copy_channel_in, int arch
259 ALLOC(in, frame_size+overlap, opus_val32);
271 OPUS_COPY(in, mem+c*overlap, overlap);
273 celt_preemphasis(x, in+overlap, frame_size, 1, upsample, celt_mode->preemph, preemph_mem+c, 0);
277 sum = celt_inner_prod(in, in, frame_size+overlap, 0);
282 OPUS_CLEAR(in, frame_size+overlap);
288 overlap, celt_mode->maxLM-LM, 1, arch);
329 OPUS_COPY(mem+c*overlap, in+frame_size, overlap);
233 surround_analysis(const CELTMode *celt_mode, const void *pcm, opus_val16 *bandLogE, opus_val32 *mem, opus_val32 *preemph_mem, int len, int overlap, int channels, int rate, opus_copy_channel_in_func copy_channel_in, int arch ) argument
[all...]
H A Dopus_encoder.c415 int overlap; local
418 overlap=overlap48/inc;
421 for (i=0;i<overlap;i++)
448 int overlap; local
451 overlap=overlap48/inc;
454 for (i=0;i<overlap;i++)
463 for (i=0;i<overlap;i++)
474 for (i=overlap;i<frame_size;i++)
1641 0, Q15ONE, celt_mode->overlap, st->Fs/400, st->channels, celt_mode->window, st->Fs);
1785 st->prev_HB_gain, HB_gain, celt_mode->overlap, frame_siz
[all...]
/external/libvpx/libvpx/vp8/decoder/
H A Derror_concealment.c62 /* Inserts a new overlap area value to the list of overlaps of a block */
64 int overlap) {
66 if (overlap <= 0) return;
67 /* Find and assign to the next empty overlap node in the list of overlaps.
72 overlaps[i].overlap = overlap;
78 /* Calculates the overlap area between two 4x4 squares, where the first
81 * properly handle squares which do not overlap.
95 /* Calculates the overlap area for all blocks in a macroblock at position
106 * overlapped by bmi and calculate and assign overlap fo
63 assign_overlap(OVERLAP_NODE *overlaps, union b_mode_info *bmi, int overlap) argument
142 const int overlap = local
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blit.c371 * \return TRUE if two regions overlap, FALSE otherwise
391 return TRUE; /* some overlap */
447 boolean overlap; local
459 /* do the regions overlap? */
460 overlap = src_tex == dst->texture &&
494 !overlap) {
/external/valgrind/VEX/switchback/
H A Dswitchback.c634 static Bool overlap ( Addr start, UInt len, VexGuestExtents* vge ) function
645 return False; /* no overlap */
/external/fio/
H A Diolog.c253 int overlap = 0; local
263 overlap = ipo->offset + ipo->len > __ipo->offset;
267 overlap = __ipo->offset + __ipo->len > ipo->offset;
270 overlap = 1;
272 if (overlap) {
273 dprint(FD_IO, "iolog: overlap %llu/%lu, %llu/%lu",
/external/icu/icu4c/source/test/cintltst/
H A Dusrchtst.c459 log_err("Error following match starting at %d (overlap:%d) found at %d (len:%d); expected <NO MATCH>\n",
477 log_err("Error following match starting at %d (overlap: %d) found at %d (len:%d); expected %d (len:%d)\n",
510 log_err("Error preceding match starting at %d (overlap: %d) found at %d (len:%d); expected <NO MATCH>\n",
529 log_err("Error preceding match starting at %d (overlap: %d) found at %d (len:%d); expected %d (len:%d)\n",
616 USearchAttributeValue overlap)
633 usearch_setAttribute(strsrch, USEARCH_OVERLAP, overlap, &status);
867 log_err("Error at overlap test number %d\n", count);
874 log_err("Error at non overlap test number %d\n", count);
902 log_err("Error setting overlap option\n");
912 log_err("Error setting overlap optio
614 assertEqualWithAttribute(const SearchData search, USearchAttributeValue canonical, USearchAttributeValue overlap) argument
[all...]
/external/libopus/celt/
H A Dcelt_decoder.c69 int overlap; member in struct:OpusCustomDecoder
95 celt_sig _decode_mem[1]; /* Size = channels*(DECODE_BUFFER_SIZE+mode->overlap) */
112 + (channels*(DECODE_BUFFER_SIZE+mode->overlap)-1)*sizeof(celt_sig)
159 st->overlap = mode->overlap;
291 int overlap; local
295 overlap = mode->overlap;
319 freq2 = out_syn[1]+overlap/2;
322 clt_mdct_backward(&mode->mdct, &freq2[b], out_syn[0]+NB*b, mode->window, overlap, shif
425 int overlap; local
761 int overlap; local
[all...]
/external/mesa3d/src/gallium/include/pipe/
H A Dp_video_state.h227 uint8_t overlap; member in struct:pipe_vc1_picture_desc
/external/skia/tests/
H A DPathOpsAngleIdeas.cpp160 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...]
/external/gptfdisk/
H A Dgpt.cc356 uint64_t overlap, firstUsedBlock, lastUsedBlock; local
378 overlap = mainHeader.firstUsableLBA - firstUsedBlock;
380 << overlap << " blocks!\n"; local
382 cout << "Try reducing the partition table size by " << overlap * 4
390 overlap = lastUsedBlock - mainHeader.lastUsableLBA;
392 << overlap << " blocks!\n"; local
396 cout << "Try reducing the partition table size by " << overlap * 4
638 cout << "\nProblem: partitions " << i + 1 << " and " << j + 1 << " overlap:\n";

Completed in 666 milliseconds

123