HomeSort by relevance Sort by last modified time
    Searched refs:Stride (Results 26 - 50 of 78) sorted by null

12 3 4

  /external/llvm/include/llvm/ADT/
SparseMultiSet.h 352 const unsigned Stride = std::numeric_limits<SparseT>::max() + 1u;
353 for (unsigned i = Sparse[Idx], e = Dense.size(); i < e; i += Stride) {
359 // Stride is 0 when SparseT >= unsigned. We don't need to loop.
360 if (!Stride)
  /external/chromium_org/media/cdm/ppapi/
cdm_helpers.h 145 virtual void SetStride(VideoPlane plane, uint32_t stride) OVERRIDE {
147 strides_[plane] = stride;
149 virtual uint32_t Stride(VideoPlane plane) OVERRIDE {
cdm_adapter.cc     [all...]
  /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/chromium_org/third_party/mesa/src/src/mesa/main/
nvprogram.c 375 params[0] = array->Stride;
419 params[0] = (GLfloat) array->Stride;
463 params[0] = array->Stride;
arrayobj.c 190 array->Stride = 0;
varray.c 117 * \param stride stride between elements, in elements
127 GLint size, GLenum type, GLsizei stride,
231 if (stride < 0) {
232 _mesa_error( ctx, GL_INVALID_VALUE, "%s(stride=%d)", func, stride );
260 array->Stride = stride;
261 array->StrideB = stride ? stride : elementSize
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 267 /// (in)equality on a nonunit stride may be skipped.
    [all...]
  /external/mesa3d/src/mesa/main/
nvprogram.c 375 params[0] = array->Stride;
419 params[0] = (GLfloat) array->Stride;
463 params[0] = array->Stride;
arrayobj.c 190 array->Stride = 0;
varray.c 117 * \param stride stride between elements, in elements
127 GLint size, GLenum type, GLsizei stride,
231 if (stride < 0) {
232 _mesa_error( ctx, GL_INVALID_VALUE, "%s(stride=%d)", func, stride );
260 array->Stride = stride;
261 array->StrideB = stride ? stride : elementSize
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2_plugin.h 346 register cmsUInt32Number Stride);
351 cmsUInt32Number Stride);
578 cmsUInt32Number 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/eigen/Eigen/src/Core/util/
ForwardDeclarations.h 110 template<int InnerStrideAtCompileTime, int OuterStrideAtCompileTime> class Stride;
111 template<typename MatrixType, int MapOptions=Unaligned, typename StrideType = Stride<0,0> > class Map;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_rasterpos.c 201 rs->array[i].Stride = 0;
  /external/eigen/Eigen/src/Core/
Ref.h 27 * \tparam StrideType optionally specifies strides. By default, Ref implies a contiguous storage along the inner dimension (inner stride==1),
28 * but accept a variable outer stride (leading dimension).
30 * The type passed here must be a specialization of the Stride template, see examples below.
45 * the possibility to have a constant space inbetween each column, i.e.: the inner stride mmust be equal to 1, but the outer-stride (or leading dimension),
74 * void foo(const Ref<MatrixXf,0,Stride<> >& A);
81 * void foo(const Ref<MatrixXf,0,Stride<> >& A) { foo_impl(A); }
149 // Stride<> does not allow default ctor for Dynamic strides, so let' initialize it with dummy values:
158 typedef Stride<StrideType::OuterStrideAtCompileTime,StrideType::InnerStrideAtCompileTime> StrideBase;
  /external/mesa3d/src/mesa/state_tracker/
st_cb_rasterpos.c 201 rs->array[i].Stride = 0;
  /hardware/intel/img/psb_video/src/
vsp_compose.c 101 yuv_stride = yuv_surface->psb_surface->stride;
105 out_stride = output_surface->psb_surface->stride;
109 rgb_stride = rgb_surface->psb_surface->stride;
117 cell_compose_param->Stride = rgb_stride;
vsp_fw.h 123 unsigned int stride; member in struct:VssProcPicture
543 uint32_t stride; member in struct:VssProcPictureVP8
692 int Stride;
psb_texture.c 585 sBltVP.sDst.Stride = PVRCalculateStride(((struct dri_drawable*)texture_priv->dri_drawable)->width, 32, 8);
603 sBltVP.sDst.Stride = dst_w * 2;//align_to(dst_w, 64);
613 sBltVP.sSrc->Stride = src_pitch;
657 sBltVP.sSrcSubpic[i].Stride = surface_subpic->stride;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/vbo/
vbo_split_copy.c 157 printf(" enabled %d, ptr %p, size %d, type 0x%x, stride %d\n",
162 GLfloat *last = (GLfloat *) (arrays[j]->Ptr + arrays[j]->Stride * k);
524 dst->Stride = copy->vertex_size;
vbo_save_draw.c 205 arrays[attr].Stride = node->vertex_size * sizeof(GLfloat);
  /external/mesa3d/src/mesa/vbo/
vbo_split_copy.c 157 printf(" enabled %d, ptr %p, size %d, type 0x%x, stride %d\n",
162 GLfloat *last = (GLfloat *) (arrays[j]->Ptr + arrays[j]->Stride * k);
524 dst->Stride = copy->vertex_size;
vbo_save_draw.c 205 arrays[attr].Stride = node->vertex_size * sizeof(GLfloat);

Completed in 4391 milliseconds

12 3 4