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

1 2 3 4

  /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...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 79 /// Hidden option to enable randomly shuffling the slices to help uncover
81 static cl::opt<bool> SROARandomShuffleSlices("sroa-random-shuffle-slices",
189 /// \brief Representation of the alloca slices.
191 /// This class represents the slices of an alloca which are formed by its
193 /// for the slices used and we reflect that in this structure. The uses are
194 /// stored, sorted by increasing beginning offset and with unsplittable slices
195 /// starting at a particular offset before splittable slices.
198 /// \brief Construct the slices of a particular alloca.
203 /// If this is true, the slices are never fully built and should be
207 /// \brief Support for iterating over the slices
    [all...]
  /prebuilts/go/darwin-x86/test/
cmp6.go 69 // Slices, functions, and maps too.
  /prebuilts/go/linux-x86/test/
cmp6.go 69 // Slices, functions, and maps too.
  /external/llvm/tools/yaml2obj/
yaml2macho.cpp 455 assert(FatFile.FatArchs.size() == FatFile.Slices.size());
456 for (size_t i = 0; i < FatFile.Slices.size(); i++) {
458 MachOWriter Writer(FatFile.Slices[i]);
  /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/include/llvm/ObjectYAML/
MachOYAML.h 129 std::vector<Object> Slices;
  /external/llvm/tools/obj2yaml/
macho2yaml.cpp 503 YAML.Slices.push_back(*YAMLObj.get());
  /prebuilts/go/darwin-x86/src/encoding/gob/
encode.go 283 // (Slices, maps, and chans take care of themselves.)
549 // Slices have a header; we decode it to find the underlying array.
  /prebuilts/go/linux-x86/src/encoding/gob/
encode.go 283 // (Slices, maps, and chans take care of themselves.)
549 // Slices have a header; we decode it to find the underlying array.
  /external/llvm/lib/ObjectYAML/
MachOYAML.cpp 129 IO.mapRequired("Slices", UniversalBinary.Slices);
  /prebuilts/go/darwin-x86/src/syscall/
mksyscall_windows.go 171 // in syscall. Slices are translated into 2 syscall parameters: pointer to
  /prebuilts/go/linux-x86/src/syscall/
mksyscall_windows.go 171 // in syscall. Slices are translated into 2 syscall parameters: pointer to
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/
genericOps.go 379 // Slices
  /prebuilts/go/darwin-x86/src/encoding/xml/
marshal.go 84 // By convention, arrays or slices are typically encoded as a sequence
445 // Slices and arrays iterate over the elements. They do not have an enclosing tag.
596 // Walk slices.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/
genericOps.go 379 // Slices

Completed in 1191 milliseconds

1 2 3 4