/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", 202 /// \brief Representation of the alloca slices. 204 /// This class represents the slices of an alloca which are formed by its 206 /// for the slices used and we reflect that in this structure. The uses are 207 /// stored, sorted by increasing beginning offset and with unsplittable slices 208 /// starting at a particular offset before splittable slices. 211 /// \brief Construct the slices of a particular alloca. 216 /// If this is true, the slices are never fully built and should be 220 /// \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.
|
/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...] |
/prebuilts/go/darwin-x86/src/encoding/gob/ |
encode.go | 270 // (Slices, maps, and chans take care of themselves.) 534 // Slices have a header; we decode it to find the underlying array.
|
decode.go | 375 // uint8 slices are encoded as an unsigned count followed by the raw bytes. 515 // decodeArrayHelper does the work for decoding arrays and slices. 574 // ignoreArrayHelper does the work for discarding arrays and slices. 605 // Slices are encoded as an unsigned length followed by the elements. 957 // Answers the question for basic types, arrays, maps and slices, plus [all...] |
/prebuilts/go/linux-x86/src/encoding/gob/ |
encode.go | 270 // (Slices, maps, and chans take care of themselves.) 534 // Slices have a header; we decode it to find the underlying array.
|
/prebuilts/go/darwin-x86/src/syscall/ |
mksyscall_windows.go | 167 // in syscall. Slices are translated into 2 syscall parameters: pointer to
|
/prebuilts/go/linux-x86/src/syscall/ |
mksyscall_windows.go | 167 // in syscall. Slices are translated into 2 syscall parameters: pointer to
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
gen.go | 1017 // Slices, strings and interfaces are supported. Small structs or arrays with
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
gen.go | 1014 // Slices, strings and interfaces are supported. Small structs or arrays with
|
/prebuilts/go/darwin-x86/src/encoding/xml/ |
marshal.go | 82 // By convention, arrays or slices are typically encoded as a sequence 444 // Slices and arrays iterate over the elements. They do not have an enclosing tag.
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
gen.go | 1017 // Slices, strings and interfaces are supported. Small structs or arrays with
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
gen.go | 1014 // Slices, strings and interfaces are supported. Small structs or arrays with
|
/prebuilts/go/linux-x86/src/encoding/xml/ |
marshal.go | 82 // By convention, arrays or slices are typically encoded as a sequence 444 // Slices and arrays iterate over the elements. They do not have an enclosing tag.
|