OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:slices
(Results
101 - 125
of
385
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/v8/test/mjsunit/
mirror-script.js
91
// Test taking
slices
of source.
/external/libvpx/libvpx/
usage_dx.dox
29
macroblock row. However, the number and size of
slices
to return is
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_lower_texture_gradients.cpp
98
* the depth/number of array
slices
.
/external/mesa3d/src/mesa/main/
texstore.h
50
* \param dstSlices array of addresses of image
slices
(for 3D, array texture)
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_slice_data.c
194
* for the first time (redundant
slices
) */
204
/* lastMbAddr is only updated for intra
slices
(all macroblocks of
205
* inter
slices
will be lost in case of an error) */
315
/* DecodeSliceData sets lastMbAddr for I
slices
-> if it was set, go back
h264bsd_storage.h
91
* decoded -> redundant
slices
not decoded */
95
/* flag to indicate if current access unit contains any valid
slices
*/
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
usage_dx.dox
29
macroblock row. However, the number and size of
slices
to return is
/packages/apps/Settings/src/com/android/settings/deviceinfo/
PercentageBarChart.java
32
* Draws a horizontal bar chart with colored
slices
, each represented by
/external/chromium_org/third_party/cython/src/Cython/Utility/
MemoryView.pyx
574
# Support the same attributes as memoryview
slices
624
Replace all ellipses with full
slices
and fill incomplete indices with
625
full
slices
.
919
### Creating new memoryview objects from
slices
and memoryviews
923
"Internal class for passing memoryview
slices
to Python"
[
all
...]
/external/chromium_org/third_party/WebKit/Source/platform/audio/
ReverbConvolver.cpp
69
// processing
slices
. This way we amortize the cost over more processing
slices
.
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/
vbp_loader.h
308
uint32 num_slices; /* number of
slices
. always at least one */
358
uint32 num_slices; /* number of
slices
. always one for VP8 */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
indirect_array.h
71
/// Copy constructor. Both
slices
refer to the same underlying array.
128
/// Copy constructor. Both
slices
refer to the same underlying array.
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
indirect_array.h
70
/// Copy constructor. Both
slices
refer to the same underlying array.
127
/// Copy constructor. Both
slices
refer to the same underlying array.
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
indirect_array.h
70
/// Copy constructor. Both
slices
refer to the same underlying array.
127
/// Copy constructor. Both
slices
refer to the same underlying array.
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
indirect_array.h
69
/// Copy constructor. Both
slices
refer to the same underlying array.
126
/// Copy constructor. Both
slices
refer to the same underlying array.
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
indirect_array.h
69
/// Copy constructor. Both
slices
refer to the same underlying array.
126
/// Copy constructor. Both
slices
refer to the same underlying array.
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
indirect_array.h
69
/// Copy constructor. Both
slices
refer to the same underlying array.
126
/// Copy constructor. Both
slices
refer to the same underlying array.
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
indirect_array.h
69
/// Copy constructor. Both
slices
refer to the same underlying array.
126
/// Copy constructor. Both
slices
refer to the same underlying array.
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
indirect_array.h
71
/// Copy constructor. Both
slices
refer to the same underlying array.
128
/// Copy constructor. Both
slices
refer to the same underlying array.
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
indirect_array.h
71
/// Copy constructor. Both
slices
refer to the same underlying array.
128
/// Copy constructor. Both
slices
refer to the same underlying array.
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
indirect_array.h
71
/// Copy constructor. Both
slices
refer to the same underlying array.
128
/// Copy constructor. Both
slices
refer to the same underlying array.
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
indirect_array.h
71
/// Copy constructor. Both
slices
refer to the same underlying array.
128
/// Copy constructor. Both
slices
refer to the same underlying array.
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
indirect_array.h
70
/// Copy constructor. Both
slices
refer to the same underlying array.
127
/// Copy constructor. Both
slices
refer to the same underlying array.
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
indirect_array.h
70
/// Copy constructor. Both
slices
refer to the same underlying array.
127
/// Copy constructor. Both
slices
refer to the same underlying array.
/external/chromium_org/third_party/skia/tests/
SkpSkGrTest.cpp
336
const int
slices
= 3;
local
337
int xInterval = SkTMax(pWidth - maxDimension, 0) / (
slices
- 1);
338
int yInterval = SkTMax(pHeight - maxDimension, 0) / (
slices
- 1);
343
for (int x = 0; x <
slices
; ++x) {
344
for (int y = 0; y <
slices
; ++y) {
348
canvas->translate(SkIntToScalar(xInterval), SkIntToScalar(-yInterval *
slices
));
Completed in 1084 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>