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

12 3 4 5 6 7 8 91011>>

  /external/libopus/celt/dump_modes/
dump_modes.c 95 fprintf(file, "#ifndef DEF_WINDOW%d\n", mode->overlap);
96 fprintf(file, "#define DEF_WINDOW%d\n", mode->overlap);
97 fprintf (file, "static const opus_val16 window%d[%d] = {\n", mode->overlap, mode->overlap);
98 for (j=0;j<mode->overlap;j++)
225 fprintf(file, "static const CELTMode mode%d_%d_%d = {\n", mode->Fs, mdctSize, mode->overlap);
227 fprintf(file, "%d, /* overlap */\n", mode->overlap);
250 fprintf(file, "window%d, /* window */\n", mode->overlap);
269 fprintf(file, "&mode%d_%d_%d,\n", mode->Fs, mdctSize, mode->overlap);
279 int overlap = 0; local
    [all...]
  /external/aac/libFDK/include/
mdct.h 117 } overlap; /**< Pointer to overlap memory */ member in struct:__anon13052
123 int ov_offset; /**< overlap time data fill level */
124 int ov_size; /**< Overlap buffer size in words */
134 * \param overlap pointer to FIXP_DBL overlap buffer.
135 * \param overlapBufferSize size in FIXP_DBLs of the given overlap buffer.
139 FIXP_DBL *overlap,
151 * \param fr right overlap window slope length
152 * \param wrs pointer to the right side overlap window coefficients
    [all...]
  /external/valgrind/memcheck/tests/solaris/
strlcpy.stderr.exp 8 Source and destination overlap in strlcpy(0x........, 0x........, 11)
  /external/libopus/celt/
celt_decoder.c 69 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, shift, B, arch)
425 int overlap; local
761 int overlap; local
    [all...]
celt_lpc.h 65 const opus_val16 *window, int overlap, int lag, int n, int arch);
celt.c 185 const opus_val16 *window, int overlap, int arch)
213 /* If the filter didn't change, we don't need the overlap */
215 overlap=0;
216 for (i=0;i<overlap;i++)
238 OPUS_MOVE(y+overlap, x+overlap, N-overlap);
modes.c 363 /* Overlap must be divisible by 4 */
364 mode->overlap = ((mode->shortMdctSize>>2)<<2);
370 window = (opus_val16*)opus_alloc(mode->overlap*sizeof(opus_val16));
375 for (i=0;i<mode->overlap;i++)
376 window[i] = Q15ONE*sin(.5*M_PI* sin(.5*M_PI*(i+.5)/mode->overlap) * sin(.5*M_PI*(i+.5)/mode->overlap));
378 for (i=0;i<mode->overlap;i++)
379 window[i] = MIN32(32767,floor(.5+32768.*sin(.5*M_PI* sin(.5*M_PI*(i+.5)/mode->overlap) * sin(.5*M_PI*(i+.5)/mode->overlap))));
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
24k-triple-stores-7.s 13 # overlap (same word)
41 # overlap (same hword)
69 # overlap (same dword)
  /system/core/libmemunreachable/
HeapWalker.cpp 45 Range overlap = inserted.first->first; local
46 if (overlap != range) {
48 reinterpret_cast<void*>(end), reinterpret_cast<void*>(overlap.begin),
49 reinterpret_cast<void*>(overlap.end));
  /external/dng_sdk/source/
dng_image.cpp 500 // 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...]
  /external/aac/libSBRdec/src/
lpp_tran.h 181 UCHAR overlap; /*!< Overlap size */ member in struct:__anon13116
226 const int overlap);
  /external/libopus/celt/arm/
arm_celt_map.c 120 int overlap, int shift,
132 int overlap, int shift,
  /prebuilts/go/darwin-x86/src/crypto/rc4/
rc4_asm.go 12 // Dst and src may be the same slice but otherwise should not overlap.
rc4_ref.go 10 // Dst and src may be the same slice but otherwise should not overlap.
  /prebuilts/go/linux-x86/src/crypto/rc4/
rc4_asm.go 12 // Dst and src may be the same slice but otherwise should not overlap.
rc4_ref.go 10 // Dst and src may be the same slice but otherwise should not overlap.
  /external/libvpx/libvpx/vp8/decoder/
error_concealment.c 62 /* 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 for each of thos
142 const int overlap = local
    [all...]
  /external/tpm2/
Session.c 598 INT16 overlap; local
608 // Figure out if there will be any overlap
609 overlap = bind->t.size + auth.t.size - sizeof(bind->t.name);
610 // There is overlap if the combined sizes are greater than will fit
611 if(overlap > 0)
613 // The overlap area is at the end of the Name
614 BYTE *result = &bind->t.name[bind->t.size - overlap];
616 // XOR the auth value into the Name for the overlap area
617 for(i = 0; i < overlap; i++)
622 // There is no overlap
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Trie2Writable.java 104 * does not overlap other index-2 blocks with the gap.
734 * - overlaps adjacent blocks as much as possible (if overlap==TRUE)
736 * - moves and overlaps blocks that overlap with multiple values in the overlap region
739 * - try to move and overlap blocks that are not already adjacent
743 int blockLength, overlap; local
795 /* look for maximum overlap (modulo granularity) with the previous, adjacent block */
796 for(overlap=blockLength-UTRIE2_DATA_GRANULARITY;
797 overlap>0 && !equal_int(data, (newStart-overlap), start, overlap)
847 int i, start, newStart, movedStart, overlap; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Trie2Writable.java 102 * does not overlap other index-2 blocks with the gap.
732 * - overlaps adjacent blocks as much as possible (if overlap==TRUE)
734 * - moves and overlaps blocks that overlap with multiple values in the overlap region
737 * - try to move and overlap blocks that are not already adjacent
741 int blockLength, overlap; local
793 /* look for maximum overlap (modulo granularity) with the previous, adjacent block */
794 for(overlap=blockLength-UTRIE2_DATA_GRANULARITY;
795 overlap>0 && !equal_int(data, (newStart-overlap), start, overlap)
845 int i, start, newStart, movedStart, overlap; local
    [all...]
  /hardware/qcom/display/msm8994/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 (ALIGN((overlap.bottom - overlap.top), 32)))
615 hwc_rect_t overlap = list->hwLayers[ovlapIndex].displayFrame; local
    [all...]
  /frameworks/base/core/java/android/net/
NetworkStatsHistory.java 347 final long overlap = Math.min(curEnd, end) - Math.max(curStart, start); local
348 if (overlap <= 0) continue;
351 final long fracRxBytes = rxBytes * overlap / duration;
352 final long fracRxPackets = rxPackets * overlap / duration;
353 final long fracTxBytes = txBytes * overlap / duration;
354 final long fracTxPackets = txPackets * overlap / duration;
355 final long fracOperations = operations * overlap / duration;
357 addLong(activeTime, i, overlap);
364 duration -= overlap;
526 final long overlap; local
    [all...]
  /frameworks/support/design/src/android/support/design/widget/
HeaderScrollingViewBehavior.java 130 final int overlap = getOverlapPixelsForOffset(header); local
132 child.layout(out.left, out.top - overlap, out.right, out.bottom - overlap);
168 * Set the distance that this view should overlap any {@link AppBarLayout}.
177 * Returns the distance that this view should overlap any {@link AppBarLayout}.
  /packages/apps/DocumentsUI/src/com/android/documentsui/roots/
ProvidersAccess.java 118 final boolean overlap =
121 if (!overlap) {
  /prebuilts/go/darwin-x86/src/regexp/
onepass_test.go 83 // overlap at interval begin
91 // overlap ar interval end
99 // overlap from above
107 // overlap from below

Completed in 1891 milliseconds

12 3 4 5 6 7 8 91011>>