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

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/internal/chacha20/
chacha_generic.go 170 // In and out may be the same slice but otherwise should not overlap. Counter
  /external/aac/libSBRdec/src/
sbrdecoder.cpp 242 const int overlap
331 overlap,
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_video_state.h 255 uint8_t overlap; member in struct:pipe_vc1_picture_desc
  /external/skia/src/pathops/
SkOpCoincidence.h 283 bool overlap(const SkOpPtT* coinStart1, const SkOpPtT* coinEnd1,
  /external/icu/icu4c/source/common/
utrie.cpp 582 * - 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) {
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, just move the indexes to their new positions *
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_vp3_video_vp.c 106 uint8_t overlap; // 34 member in struct:vc1_picparm_vp
448 vc->overlap = d->overlap;
  /external/webrtc/webrtc/modules/rtp_rtcp/test/testFec/
test_packet_masks_metrics.cc 670 int overlap = 0;
673 overlap++;
676 if (overlap == num_media_packets) {
    [all...]
  /frameworks/support/fragment/java/android/support/v4/app/
FragmentTransition.java     [all...]
  /prebuilts/go/darwin-x86/src/net/http/
fs.go 146 var errNoOverlap = errors.New("invalid range: failed to overlap")
214 // that overlap without any holes), this content is
709 // errNoOverlap is returned if none of the ranges overlap.
750 // then it does not overlap.
772 // The specified ranges did not overlap with the content.
  /prebuilts/go/linux-x86/src/net/http/
fs.go 146 var errNoOverlap = errors.New("invalid range: failed to overlap")
214 // that overlap without any holes), this content is
709 // errNoOverlap is returned if none of the ranges overlap.
750 // then it does not overlap.
772 // The specified ranges did not overlap with the content.
  /external/boringssl/src/ssl/test/runner/curve25519/
curve25519.go 256 // Can overlap h with f or g.
513 // feSquare calculates h = f*f. Can overlap h with f.
666 // feMul121666 calculates h = f * 121666. Can overlap h with f.
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/curve25519/
curve25519.go 256 // Can overlap h with f or g.
513 // feSquare calculates h = f*f. Can overlap h with f.
666 // feMul121666 calculates h = f * 121666. Can overlap h with f.
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/curve25519/
curve25519.go 256 // Can overlap h with f or g.
513 // feSquare calculates h = f*f. Can overlap h with f.
666 // feMul121666 calculates h = f * 121666. Can overlap h with f.
  /frameworks/base/core/java/android/app/
FragmentTransition.java     [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
shdl-1.s 14 ! There will be omissions and overlap in combinations. Add spotted
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioFrequencyMicActivity.java 190 int overlap = mBlockSizeSamples / 2; local
192 mWindow = new DspWindow(DspWindow.WINDOW_HANNING, mBlockSizeSamples, overlap);
    [all...]
AudioFrequencyUnprocessedActivity.java 232 int overlap = mBlockSizeSamples / 2; local
234 mWindow = new DspWindow(DspWindow.WINDOW_HANNING, mBlockSizeSamples, overlap);
    [all...]
  /external/libopus/src/
opus_decoder.c 169 opus_val16 *out, int overlap, int channels,
176 for (i=0;i<overlap;i++)
  /external/libvorbis/doc/
a1-encapsulation-ogg.tex 156 the overlap-add span of the first two audio packets.
  /external/mesa3d/src/gallium/state_trackers/vdpau/
decode.c 336 picture->overlap = picture_info->overlap;
  /frameworks/base/core/java/android/widget/
ListPopupWindow.java     [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/objfile/
disasm.go 107 // The disassembly only includes functions that overlap the range [start, end).
  /prebuilts/go/darwin-x86/src/compress/flate/
dict_decoder.go 127 // This section can overlap if the copy length for this section is larger
  /prebuilts/go/darwin-x86/src/image/
geom.go 150 // two rectangles do not overlap then the zero rectangle will be returned.
  /prebuilts/go/darwin-x86/src/runtime/
mkduff.go 16 // Source and destination must not overlap.

Completed in 4099 milliseconds

1 2 3 4 56 7 8 91011>>