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

<<11121314151617181920>>

  /development/tools/yuv420sp2rgb/
yuv420sp2rgb.c 24 except the interleave order of U and V is reversed.
  /external/aac/libAACdec/src/
channelinfo.cpp 215 interleave codebooks the following way
  /external/boringssl/src/crypto/aes/asm/
aesni-x86_64.pl 114 # instructions' interleave factor. Westmere can execute at most 3
115 # instructions at a time, meaning that optimal interleave factor is 3,
117 # interleave factor" means that increase of interleave factor does
121 # interleave factor affect the performance? Here is table for ECB
124 # instruction interleave factor 3x 6x 8x
128 # "as if" interleave factor 4.7x 5.8x 6.0x
144 # remains underutilized... As you can see 8x interleave is hardly
146 # utilizies 6x interleave because of limited register bank capacity.
148 # Higher interleave factors do have negative impact on Westmer
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UCharacterNameIterator.java 59 // interleave the data-driven ones with the algorithmic ones
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UCharacterNameIterator.java 59 // interleave the data-driven ones with the algorithmic ones
  /external/kernel-headers/original/uapi/linux/
fd.h 149 * interleave */
  /external/libvorbis/examples/
decoder_example.c 245 interleave */
  /external/llvm/test/Transforms/LoopVectorize/AArch64/
reduction-small-size.ll 1 ; RUN: opt < %s -loop-vectorize -force-vector-interleave=1 -dce -instcombine -S | FileCheck %s
  /external/llvm/test/Transforms/LoopVectorize/
if-conversion.ll 1 ; RUN: opt < %s -loop-vectorize -force-vector-interleave=1 -force-vector-width=4 -enable-if-conversion -dce -instcombine -S | FileCheck %s
scev-exitlim-crash.ll 1 ; RUN: opt < %s -loop-vectorize -force-vector-interleave=2 -force-vector-width=8 -S | FileCheck %s
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
sm4_parse.cpp 218 // need to interleave these with the declarations or we cannot
  /external/webrtc/webrtc/modules/audio_processing/
audio_buffer.cc 435 Interleave(data_ptr->ibuf()->channels(), proc_num_frames_, num_channels_,
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
ModelTest.java 233 // Interleave directories and text files.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_dct_sse2.c 437 // Interleave to do the multiply by constants which gets us into 32bits
475 // Interleave to do the multiply by constants which gets us into 32bits
499 // Interleave to do the multiply by constants which gets us into 32bits
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fd.h 149 * interleave */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fd.h 149 * interleave */
  /external/libavc/encoder/
ih264e_fmt_conv.c 505 /* de-interleave U and V and copy to destination */
633 /* Interleave Cb and Cr buffers */
  /external/libxml2/test/relaxng/
testsuite.xml 37 <interleave>
49 </interleave>
  /external/llvm/docs/
Vectorizers.rst 60 disabled. Vector width as well as interleave count can also be manually
66 #pragma clang loop vectorize(enable) interleave(enable)
  /external/llvm/include/llvm/Analysis/
LoopAccessAnalysis.h 80 /// \brief Interleave factor as overridden by the user.
82 /// \brief True if force-vector-interleave was specified by the user.
  /external/llvm/lib/Target/ARM/
ARMRegisterInfo.td 339 128, (interleave QPR, TuplesOE2D)> {
390 (interleave Tuples2Q, TuplesOE4D)>;
  /toolchain/binutils/binutils-2.25/binutils/
NEWS 45 * Add --interleave-width option to objcopy to allowing copying a range of
46 bytes from the input to the output with the --interleave option.
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 468 // If interleave duration is too small, it is very inefficient to do
471 ALOGE("Audio/video interleave duration is too small: %d us", durationUs);
477 ALOGE("Audio/video interleave duration is too large: %d us", durationUs);
637 } else if (key == "interleave-duration-us") {
    [all...]
  /bionic/libc/include/net/
if_types.h 168 #define IFT_INTERLEAVE 0x7c /* Interleave channel */
  /development/ndk/platforms/android-21/include/net/
if_types.h 168 #define IFT_INTERLEAVE 0x7c /* Interleave channel */

Completed in 350 milliseconds

<<11121314151617181920>>