HomeSort by relevance Sort by last modified time
    Searched full:interleave (Results 176 - 200 of 559) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_swizzle.c 531 /* Interleave x, y, z, w -> xy and zw */
537 /* Cast to double width type for second interleave */
543 /* Interleave xy, zw -> xyzw */
  /external/skia/src/opts/
SkBitmapProcState_matrix_neon.h 385 // do the X side, then the Y side, then interleave them
389 // interleave as YXYXYXYX as part of the storing
436 // do the X side, then the Y side, then interleave them
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
mmintrin.h 238 /* Interleave the four 8-bit values from the high half of M1 with the four
256 /* Interleave the two 16-bit values from the high half of M1 with the two
274 /* Interleave the 32-bit value from the high half of M1 with the 32-bit
292 /* Interleave the four 8-bit values from the low half of M1 with the four
310 /* Interleave the two 16-bit values from the low half of M1 with the two
328 /* Interleave the 32-bit value from the low half of M1 with the 32-bit
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
mmintrin.h 238 /* Interleave the four 8-bit values from the high half of M1 with the four
256 /* Interleave the two 16-bit values from the high half of M1 with the two
274 /* Interleave the 32-bit value from the high half of M1 with the 32-bit
292 /* Interleave the four 8-bit values from the low half of M1 with the four
310 /* Interleave the two 16-bit values from the low half of M1 with the two
328 /* Interleave the 32-bit value from the low half of M1 with the 32-bit
    [all...]
  /external/libmpeg2/common/
impeg2_format_conv.c 320 /* Interleave Cb and Cr buffers */
378 /* Interleave Cb and Cr buffers */
  /external/llvm/test/Transforms/LoopVectorize/
induction.ll 1 ; RUN: opt < %s -loop-vectorize -force-vector-interleave=1 -force-vector-width=2 -S | FileCheck %s
30 ; RUN: opt < %s -loop-vectorize -force-vector-interleave=1 -force-vector-width=2 -instcombine -S | FileCheck %s --check-prefix=IND
memdep.ll 1 ; RUN: opt < %s -loop-vectorize -force-vector-width=2 -force-vector-interleave=1 -S | FileCheck %s
2 ; RUN: opt < %s -loop-vectorize -force-vector-width=4 -force-vector-interleave=1 -S | FileCheck %s -check-prefix=WIDTH
bzip_reverse_loops.ll 1 ; RUN: opt < %s -loop-vectorize -force-vector-interleave=1 -force-vector-width=4 -dce -instcombine -S -enable-if-conversion | FileCheck %s
dbg.value.ll 1 ; RUN: opt < %s -S -loop-vectorize -force-vector-interleave=1 -force-vector-width=4 -dce -instcombine | FileCheck %s
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/
omxVCM4P10_DequantTransformResidualFromPairAndAdd_s.s 123 ;// Here we interleave the PKHBT operations for various rows to avoide pipeline stalls
266 ;// Here we interleave the PKHBT operations for various rows to avoide pipeline stalls
  /external/libvpx/libvpx/vp8/common/mips/msa/
vp8_macros_msa.h     [all...]
  /external/curl/tests/libtest/
lib571.c 148 /* This PLAY starts the interleave */
  /external/fec/
viterbi29_av.c 154 /* Interleave and store decisions and survivors */
  /external/gmock/src/
gmock-internal-utils.cc 137 // Ensures that logs from different threads don't interleave.
  /external/google-breakpad/src/testing/src/
gmock-internal-utils.cc 137 // Ensures that logs from different threads don't interleave.
  /external/jsilver/src/com/google/streamhtmlparser/util/
CharacterRecorder.java 37 * not guaranteed to interleave them.
  /external/kernel-headers/original/uapi/linux/
iso_fs.h 153 char interleave [ISODCL (28, 28)]; /* 711 */ member in struct:iso_directory_record
  /external/libchrome/sandbox/linux/bpf_dsl/
codegen.cc 43 // to interleave MakeInstruction() calls for unrelated code
  /external/libhevc/decoder/x86/
ihevcd_fmt_conv_ssse3_intr.c 88 /* de-interleave U and V and copy to destination */
  /external/libvorbis/doc/
08-residue.tex 113 Residue 1 does not interleave VQ encoding. It represents partition
144 as in type 1 with decode interleave reversed. If operating on a single
174 the interleaved vector, not the individual vectors before interleave.
244 partition interleave. Format 2 packet decode can be built out of the
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 184 ILVEV, // Interleave even elements
185 ILVOD, // Interleave odd elements
186 ILVL, // Interleave left elements
187 ILVR, // Interleave right elements
  /external/llvm/test/CodeGen/Hexagon/
NVJumpCmp.ll 88 !6 = !{!"llvm.loop.interleave.count", i32 1}
  /external/llvm/test/Transforms/LoopVectorize/X86/
gcc-examples.ll 2 ; RUN: opt < %s -loop-vectorize -mtriple=x86_64-apple-macosx10.8.0 -mcpu=corei7 -force-vector-interleave=0 -dce -instcombine -S | FileCheck %s -check-prefix=UNROLL
illegal-parallel-loop-uniform-write.ll 1 ; RUN: opt < %s -loop-vectorize -force-vector-interleave=1 -force-vector-width=4 -dce -instcombine -S | FileCheck %s
unroll_selection.ll 1 ; RUN: opt < %s -loop-vectorize -mtriple=x86_64-apple-macosx10.8.0 -mcpu=corei7-avx -force-vector-width=4 -force-vector-interleave=0 -dce -S | FileCheck %s

Completed in 353 milliseconds

1 2 3 4 5 6 78 91011>>