Searched refs:Stride (Results 1 - 11 of 11) sorted by relevance

/external/libvpx/vp8/common/
H A Dg_common.h20 int Stride
H A Dmbpitch.c25 int Stride,
33 b->dst_stride = Stride;
39 b->pre_stride = Stride;
20 setup_block( BLOCKD *b, int mv_stride, unsigned char **base, int Stride, int offset, BLOCKSET bs ) argument
/external/compiler-rt/lib/tsan/unit_tests/
H A Dtsan_vector_test.cc32 TEST(Vector, Stride) {
/external/llvm/include/llvm/ADT/
H A DSparseSet.h204 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/
H A Drecon_altivec.asm16 .macro row_of16 Diff Pred Dst Stride
28 add \Dst, \Dst, \Stride ;# next dst
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
/external/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp293 const SCEVConstant *Stride = dyn_cast<SCEVConstant>(StoreEv->getOperand(1)); local
295 if (Stride == 0 || StoreSize != Stride->getValue()->getValue()) {
299 if (0 && Stride && StoreSize == -Stride->getValue()->getValue()) {
354 const SCEVConstant *Stride = dyn_cast<SCEVConstant>(Ev->getOperand(1)); local
358 if (Stride == 0 || MSI->getLength() != Stride->getValue())
/external/libvpx/vpx_scale/arm/armv4/
H A Dgen_scalers_armv4.asm36 ; * 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 o
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp363 unsigned Stride = SrcVT.getScalarType().getSizeInBits()/8; local
368 Chain, BasePTR, LD->getPointerInfo().getWithOffset(Idx * Stride),
374 DAG.getIntPtrConstant(Stride));
417 // Store Stride in bytes
418 unsigned Stride = ScalarSize/8; local
428 ST->getPointerInfo().getWithOffset(Idx*Stride), MemSclVT,
432 DAG.getIntPtrConstant(Stride));
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1542 GLsizei Stride; /**< user-specified stride */ member in struct:gl_client_array
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp15207 SDValue Stride = DAG.getConstant(16, TLI.getPointerTy()); local
15209 SDValue Ptr1 = DAG.getNode(ISD::ADD, dl, Ptr0.getValueType(), Ptr0, Stride);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 268 milliseconds