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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_IDCT8x8blk_s.s 70 ;// Stride RN 1 ;// destination stride in bytes
75 Stride RN 1
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_IDCT8x8blk_s.s 70 ;// Stride RN 1 ;// destination stride in bytes
75 Stride RN 1
  /external/eigen/Eigen/src/Core/
Stride.h 15 /** \class Stride
22 * It holds two values: the inner stride and the outer stride.
24 * The inner stride is the pointer increment between two consecutive entries within a given row of a
27 * The outer stride is the pointer increment between two consecutive rows of a row-major matrix or
34 * \param _OuterStrideAtCompileTime the outer stride, or Dynamic if you want to specify it at runtime.
35 * \param _InnerStrideAtCompileTime the inner stride, or Dynamic if you want to specify it at runtime.
44 class Stride
54 Stride()
61 Stride(Index outerStride, Index innerStride
    [all...]
  /external/deqp/framework/delibs/decpp/
deArrayBuffer.hpp 47 template <typename T, size_t Alignment = (sizeof(T) > 4 ? 4 : sizeof(T)), size_t Stride = sizeof(T)>
73 template <typename T, size_t Alignment, size_t Stride>
74 ArrayBuffer<T,Alignment,Stride>::ArrayBuffer (void) throw()
80 template <typename T, size_t Alignment, size_t Stride>
81 ArrayBuffer<T,Alignment,Stride>::ArrayBuffer (size_t numElements)
87 // \note no need to allocate stride for the last element, sizeof(T) is enough. Also handles cases where sizeof(T) > Stride
88 const size_t storageSize = (numElements - 1) * Stride + sizeof(T);
99 template <typename T, size_t Alignment, size_t Stride>
100 ArrayBuffer<T,Alignment,Stride>::ArrayBuffer (const ArrayBuffer<T,Alignment,Stride>& other
    [all...]
  /external/llvm/lib/CodeGen/
MachineRegisterInfo.cpp 247 int Stride = 1;
249 Stride = -1;
278 Dst += Stride;
279 Src += Stride;
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 557 unsigned Stride = SrcVT.getScalarType().getSizeInBits()/8;
562 Chain, BasePTR, LD->getPointerInfo().getWithOffset(Idx * Stride),
568 DAG.getConstant(Stride, BasePTR.getValueType()));
612 // Store Stride in bytes
613 unsigned Stride = ScalarSize/8;
623 ST->getPointerInfo().getWithOffset(Idx*Stride), MemSclVT,
627 DAG.getConstant(Stride, BasePTR.getValueType()));
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 791 // Check to see if the stride matches the size of the store. If so, then we
794 const SCEVConstant *Stride = dyn_cast<SCEVConstant>(StoreEv->getOperand(1));
796 if (!Stride || StoreSize != Stride->getValue()->getValue()) {
797 // TODO: Could also handle negative stride here someday, that will require
800 if (0 && Stride && StoreSize == -Stride->getValue()->getValue()) {
801 dbgs() << "NEGATIVE STRIDE: " << *SI << "\n";
813 // If the stored value is a strided load in the same loop with the same stride
853 // Check to see if the stride matches the size of the memset. If so, then w
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10effect.h 73 UINT Stride;
    [all...]
dxva2api.h 212 UINT Stride;
d3d8types.h     [all...]
d3d9types.h     [all...]
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusImaging.h 168 INT Stride;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimaging.h 92 INT Stride;
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 213 typedef GpStatus (WINGDIPAPI *FuncType_GdipCreateBitmapFromScan0)(INT width, INT height, INT stride, PixelFormat format, BYTE* scan0, GpBitmap** bitmap);
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
pvr2d.h 319 PVR2D_LONG DstStride; /* signed stride, the number of bytes from pixel 0,0 to 0,1 */
328 PVR2D_LONG SrcStride; /* signed stride, the number of bytes from pixel 0,0 to 0,1 */
340 PVR2D_LONG MaskStride; /* signed stride, the number of bytes from pixel 0,0 to 0,1 */
364 PVR2D_LONG Stride; /* signed stride */
    [all...]
  /hardware/intel/img/psb_video/src/
vsp_fw.h 123 unsigned int stride; member in struct:VssProcPicture
543 uint32_t stride; member in struct:VssProcPictureVP8
692 int Stride;
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 139 cl::desc("Enable symblic stride memory access versioning"));
700 /// 0 - Stride is unknown or non-consecutive.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [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 1572 milliseconds