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

1 2 34 5 6 7 8 91011>>

  /external/libopus/celt/
celt_lpc.c 232 int overlap,
247 celt_assert(overlap>=0);
248 if (overlap == 0)
254 for (i=0;i<overlap;i++)
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveIntervalUnion.h 38 overlap(const LiveRange &VRSeg, function in namespace:llvm
81 // Provide public access to the underlying map to allow overlap iteration.
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/delay_tool/
parse_delay_file.m 115 5 * fs_now / 8000; % add overlap length
168 5 * fs_now / 8000; % add overlap length
  /hardware/qcom/display/msm8909/libhwcomposer/
hwc_copybit.h 97 private_handle_t *renderBuffer, hwc_rect_t overlap,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
EfiCopyMemSSE2.c 55 ; First off, make sure we have no overlap. That is to say,
144 ; We do this block if the source and destination buffers overlap. To
EfiCopyMem.S 70 ##First off, make sure we have no overlap. That is to say,
172 # We do this block if the source and destination buffers overlap. To
  /external/elfutils/libdwfl/
dwfl_report_elf.c 260 overlap:
280 goto overlap;
  /prebuilts/go/darwin-x86/src/crypto/rc4/
rc4.go 56 // not overlap.
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_darwin_test.go 73 t.Errorf("insufficient overlap between cgo and non-cgo roots; want at least %d, have %d", want, have)
  /prebuilts/go/linux-x86/src/crypto/rc4/
rc4.go 56 // not overlap.
  /prebuilts/go/linux-x86/src/crypto/x509/
root_darwin_test.go 73 t.Errorf("insufficient overlap between cgo and non-cgo roots; want at least %d, have %d", want, have)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
md5.c 336 unsigned int overlap; local
339 overlap = 64 - offset;
341 md5_append(pms, data, overlap);
342 md5_append(pms, data + overlap, nbytes - overlap);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
md5.c 336 unsigned int overlap; local
339 overlap = 64 - offset;
341 md5_append(pms, data, overlap);
342 md5_append(pms, data + overlap, nbytes - overlap);
  /external/python/cpython2/Modules/
md5.c 336 unsigned int overlap; local
339 overlap = 64 - offset;
341 md5_append(pms, data, overlap);
342 md5_append(pms, data + overlap, nbytes - overlap);
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_framedecoder.cpp 478 pChVars[ch]->overlap,
800 pv_memset((void*)pChVars[ LEFT]->overlap,
802 SUBBANDS_NUMBER*FILTERBANK_BANDS*sizeof(pChVars[ LEFT]->overlap[0]));
805 pv_memset((void*)pChVars[ RIGHT]->overlap,
807 SUBBANDS_NUMBER*FILTERBANK_BANDS*sizeof(pChVars[ RIGHT]->overlap[0]));
  /external/icu/icu4c/source/tools/makeconv/
genmbcs.cpp 595 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 */
765 * Overlap stage 3 blocks only in multiples of 16-entry blocks
769 for(overlap=0;
770 overlap<maxOverlap && stage3[newBlock-overlap-1]==0;
771 ++overlap) {}
773 overlap=(overlap/MBCS_STAGE_3_GRANULARITY)/maxCharLength
    [all...]
  /external/libopus/src/
opus_multistream_encoder.c 234 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);
    [all...]
  /art/compiler/optimizing/
locations.h 46 // The liveness of the output does not overlap the liveness of any
315 bool overlap = Contains(other) || other.Contains(*this);
316 if (kIsDebugBuild && !overlap) {
324 return overlap;
  /bootable/recovery/updater/
blockimg.cpp 910 bool* overlap) {
912 CHECK(overlap != nullptr);
929 *overlap = src.Overlaps(tgt);
996 bool onehash, bool* overlap) {
998 CHECK(overlap != nullptr);
1086 bool overlap = false; local
1278 bool overlap = false; local
    [all...]
  /external/brotli/enc/
hash.h 427 size_t overlap; local
436 overlap = (StoreLookaheadH ## N()) - 1; \
437 for (i = 0; i + overlap < size; i++) { \
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
IntTrieBuilder.java 246 // compact once without overlap to improve folding
250 // compact again with overlap for minimum data array length
306 // compact once without overlap to improve folding
310 // compact again with overlap for minimum data array length
549 * - overlaps adjacent blocks as much as possible (if overlap == true)
551 * - moves and overlaps blocks that overlap with multiple values in the overlap region
554 * - try to move and overlap blocks that are not already adjacent
555 * @param overlap flag
557 private void compact(boolean overlap)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
IntTrieBuilder.java 244 // compact once without overlap to improve folding
248 // compact again with overlap for minimum data array length
304 // compact once without overlap to improve folding
308 // compact again with overlap for minimum data array length
547 * - overlaps adjacent blocks as much as possible (if overlap == true)
549 * - moves and overlaps blocks that overlap with multiple values in the overlap region
552 * - try to move and overlap blocks that are not already adjacent
553 * @param overlap flag
555 private void compact(boolean overlap)
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_vp3_video_bsp.c 74 uint8_t overlap; // 16 member in struct:vc1_picparm_bsp
186 vc->overlap = d->overlap;
  /external/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h 35 overlap(const LiveInterval::Segment &VRSeg, function in namespace:llvm
76 // Provide public access to the underlying map to allow overlap iteration.
  /external/syslinux/com32/chain/
chain.c 45 static int overlap(const struct data_area *a, const struct data_area *b) function
217 possible overlap is the identity mapping. */
547 if (opt.file && opt.maps && overlap(&fdat, &sdat)) {
558 if ( ( opt.file && overlap(&fdat, &hdat)) ||
559 ( opt.maps && overlap(&sdat, &hdat)) ) {

Completed in 1539 milliseconds

1 2 34 5 6 7 8 91011>>