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

  /hardware/intel/img/psb_video/src/
pnw_H263ES.c 142 ctx->Slices = ctx->Height / 16;
227 ctx->sRCParams.Slices = ctx->Slices;
pnw_H264ES.c 155 ctx->Slices = 1;
163 ctx->Slices = 2;
167 ctx->ParallelCores = min(ctx->NumCores, ctx->Slices);
282 ctx->sRCParams.Slices = ctx->Slices;
636 * units, the value of idr_pic_id in the slices of the first such IDR
    [all...]
pnw_MPEG4ES.c 144 ctx->Slices = 1;
228 ctx->sRCParams.Slices = 1;
pnw_hostcode.h 125 IMG_UINT8 Slices;
209 IMG_UINT16 Slices;
456 IMG_UINT16 NumSlices; //!< Number of slices in the picture
pnw_jpeg.c 191 ctx->Slices = 2;
pnw_hostcode.c 800 psPicParams->NumSlices = ctx->sRCParams.Slices;
1116 int slices = ctx->obj_context->slice_count; local
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.c 690 ctx->Slices = ctx->obj_context->slice_count;
700 SliceHeight = ctx->Height / ctx->Slices;
705 MBsLastSlice = MBs - (MBsperSlice * (ctx->Slices - 1));
743 SliceHeight = ctx->Height / ctx->Slices;
748 MBsLastSlice = MBs - (MBsperSlice * (ctx->Slices - 1));
764 while ((BUsperSlice *(ctx->Slices - 1) + BUsLastSlice) > 200) {
770 /* Check whether there are integer number of BUs in the slices */
    [all...]
lnc_hostcode.h 98 IMG_UINT8 Slices;
165 IMG_UINT16 Slices;
375 IMG_UINT16 NumSlices; //!< Number of slices in the picture
lnc_H263ES.c 233 ctx->sRCParams.Slices = (ctx->Height + 15) >> (4 + (MBRows >> 1));
lnc_MPEG4ES.c 235 ctx->sRCParams.Slices = 1;
lnc_H264ES.c 247 ctx->sRCParams.Slices = 1;
356 * units, the value of idr_pic_id in the slices of the first such IDR
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 84 /// Hidden option to enable randomly shuffling the slices to help uncover
86 static cl::opt<bool> SROARandomShuffleSlices("sroa-random-shuffle-slices",
206 /// \brief Representation of the alloca slices.
208 /// This class represents the slices of an alloca which are formed by its
210 /// for the slices used and we reflect that in this structure. The uses are
211 /// stored, sorted by increasing beginning offset and with unsplittable slices
212 /// starting at a particular offset before splittable slices.
215 /// \brief Construct the slices of a particular alloca.
220 /// If this is true, the slices are never fully built and should be
224 /// \brief Support for iterating over the slices
    [all...]
  /external/chromium-trace/
script.js     [all...]

Completed in 115 milliseconds