HomeSort by relevance Sort by last modified time
    Searched refs:Stride (Results 1 - 17 of 17) sorted by null

  /external/libvpx/vp8/common/
g_common.h 20 int Stride
mbpitch.c 25 int Stride,
33 b->dst_stride = Stride;
39 b->pre_stride = Stride;
  /external/compiler-rt/lib/tsan/unit_tests/
tsan_vector_test.cc 32 TEST(Vector, Stride) {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_IDCT8x8blk_s.s 56 ;// Stride RN 1 ;// destination stride in bytes
61 Stride RN 1
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_IDCT8x8blk_s.s 56 ;// Stride RN 1 ;// destination stride in bytes
61 Stride RN 1
  /external/llvm/include/llvm/ADT/
SparseSet.h 204 const unsigned Stride = std::numeric_limits<SparseT>::max() + 1u;
205 for (unsigned i = Sparse[Idx], e = size(); i < e; i += Stride) {
210 // Stride is 0 when SparseT >= unsigned. We don't need to loop.
211 if (!Stride)
  /external/libvpx/vp8/common/ppc/
recon_altivec.asm 16 .macro row_of16 Diff Pred Dst Stride
28 add \Dst, \Dst, \Stride ;# next dst
36 ;# r6 = int stride
56 .macro two_rows_of8 Diff Pred Dst Stride write_first_four_pels
70 stwux r0, \Dst, \Stride
75 stwux r0, \Dst, \Stride ;# advance dst to next row
84 ;# r6 = int stride
124 ;# r6 = int stride
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 290 // Check to see if the stride matches the size of the store. If so, then we
293 const SCEVConstant *Stride = dyn_cast<SCEVConstant>(StoreEv->getOperand(1));
295 if (Stride == 0 || StoreSize != Stride->getValue()->getValue()) {
296 // TODO: Could also handle negative stride here someday, that will require
299 if (0 && Stride && StoreSize == -Stride->getValue()->getValue()) {
300 dbgs() << "NEGATIVE STRIDE: " << *SI << "\n";
312 // If the stored value is a strided load in the same loop with the same stride
352 // Check to see if the stride matches the size of the memset. If so, then w
    [all...]
  /external/libvpx/vpx_scale/arm/armv4/
gen_scalers_armv4.asm 36 ; * unsigned int source_width : Stride of source.
38 ; * unsigned int dest_width : Stride of destination (NOT USED).
140 ; * unsigned int dest_pitch : Stride of destination data.
212 ; * unsigned int source_width : Stride of source.
214 ; * unsigned int dest_width : Stride of destination (NOT USED).
280 ; * unsigned int dest_pitch : Stride of destination data.
336 ; * unsigned int source_width : Stride of source.
338 ; * unsigned int dest_width : Stride of destination (NOT USED).
434 ; * unsigned int dest_pitch : Stride of destination data.
506 ; * unsigned int source_width : Stride of source
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 363 unsigned Stride = SrcVT.getScalarType().getSizeInBits()/8;
368 Chain, BasePTR, LD->getPointerInfo().getWithOffset(Idx * Stride),
374 DAG.getIntPtrConstant(Stride));
417 // Store Stride in bytes
418 unsigned Stride = ScalarSize/8;
428 ST->getPointerInfo().getWithOffset(Idx*Stride), MemSclVT,
432 DAG.getIntPtrConstant(Stride));
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_IDCT_s.h 117 Stride RN 1 ;// destination stride in bytes
134 ;// Stride = r1 = Stride between input lines
141 M_IDCT $outsize, $inscale, $stride
217 IF "$stride"="s"
218 M_STR Stride, pStride
440 IF "$stride"="s"
498 IF "$stride"="s"
622 IF "$stride"="s
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_IDCT_s.h 117 Stride RN 1 ;// destination stride in bytes
134 ;// Stride = r1 = Stride between input lines
141 M_IDCT $outsize, $inscale, $stride
217 IF "$stride"="s"
218 M_STR Stride, pStride
446 IF "$stride"="s"
504 IF "$stride"="s"
628 IF "$stride"="s
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 786 milliseconds