/external/libaom/libaom/av1/common/x86/ |
selfguided_sse4.c | 131 // Compute 4 values of boxsum from the given integral image. ii should point 133 static INLINE __m128i boxsum_from_ii(const int32_t *ii, int stride, int r) { 134 const __m128i tl = xx_loadu_128(ii - (r + 1) - (r + 1) * stride); 135 const __m128i tr = xx_loadu_128(ii + (r + 0) - (r + 1) * stride); 136 const __m128i bl = xx_loadu_128(ii - (r + 1) + r * stride); 137 const __m128i br = xx_loadu_128(ii + (r + 0) + r * stride);
|
/external/skia/src/compute/ts/ |
transform_stack.c | 863 for (int ii=0; ii<8; ii+=2) 868 quad[ii],quad[ii+1],
|
/external/skqp/src/compute/ts/ |
transform_stack.c | 863 for (int ii=0; ii<8; ii+=2) 868 quad[ii],quad[ii+1],
|
/external/u-boot/common/ |
usb.c | 356 int i, ii; local 359 for (ii = 0; ii < dev->config.if_desc[i].desc.bNumEndpoints; ii++) 360 usb_set_maxpacket_ep(dev, i, ii); [all...] |
/external/icu/icu4c/source/test/cintltst/ |
ccapitst.c | 256 int8_t ii = 0; local 601 ii=4; 602 ucnv_getSubstChars(myConverter, myptr, &ii, &err); 603 if (ii <= 0) { 604 log_err("ucnv_getSubstChars returned a negative number %d\n", ii); 607 for(x=0;x<ii;x++) 615 ucnv_setSubstChars(myConverter, myptr, ii, &err); 620 ucnv_getSubstChars(myConverter,save, &ii, &err); 626 if (strncmp(save, myptr, ii)) 633 ii=1 [all...] |
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/ |
quantized_distribution_test.py | 237 for ii in range(10): 239 pmf_vals[ii], (samps == x_vals[ii]).mean(), atol=stddev_err_bound)
|
/external/libxaac/decoder/drc_src/ |
impd_drc_dynamic_payload.c | 1013 WORD32 i, ii, k; local [all...] |
/external/skia/src/compute/hs/cuda/ |
hs_cuda.inl | 524 for (uint32_t ii=0; ii<count; ii++)
|
/external/skqp/src/compute/hs/cuda/ |
hs_cuda.inl | 524 for (uint32_t ii=0; ii<count; ii++)
|
/development/apps/Development/src/com/android/development/ |
PackageSummary.java | 231 InstrumentationInfo ii = info.instrumentation[i]; local 234 setItemText(view, info, ii.name);
|
/external/icu/icu4c/source/i18n/ |
usearch.cpp | [all...] |
/external/mesa3d/src/mesa/tnl/ |
t_vb_render.c | 251 void _tnl_RenderClippedLine( struct gl_context *ctx, GLuint ii, GLuint jj ) 254 tnl->Driver.Render.Line( ctx, ii, jj );
|
/external/skia/tests/ |
ResourceAllocatorTest.cpp | 258 SkImageInfo ii = SkImageInfo::Make(1024, 1024, kRGBA_8888_SkColorType, kPremul_SkAlphaType); local 261 ii, 1, kTopLeft_GrSurfaceOrigin, nullptr);
|
SpecialImageTest.cpp | 293 SkImageInfo ii = SkImageInfo::Make(50, 50, kN32_SkColorType, kPremul_SkAlphaType); local 294 auto surface = SkSurface::MakeRenderTarget(context, SkBudgeted::kNo, ii);
|
TextureProxyTest.cpp | 229 SkImageInfo ii = SkImageInfo::Make(64, 64, kRGBA_8888_SkColorType, kOpaque_SkAlphaType); local 232 bm.allocPixels(ii);
|
/external/skqp/tests/ |
ResourceAllocatorTest.cpp | 258 SkImageInfo ii = SkImageInfo::Make(1024, 1024, kRGBA_8888_SkColorType, kPremul_SkAlphaType); local 261 ii, 1, kTopLeft_GrSurfaceOrigin, nullptr);
|
SpecialImageTest.cpp | 293 SkImageInfo ii = SkImageInfo::Make(50, 50, kN32_SkColorType, kPremul_SkAlphaType); local 294 auto surface = SkSurface::MakeRenderTarget(context, SkBudgeted::kNo, ii);
|
TextureProxyTest.cpp | 229 SkImageInfo ii = SkImageInfo::Make(64, 64, kRGBA_8888_SkColorType, kOpaque_SkAlphaType); local 232 bm.allocPixels(ii);
|
/external/tensorflow/tensorflow/contrib/graph_editor/ |
reroute.py | 298 ii = a._input_ts.index(t) 299 b._output_ts[i] = b._input_ts[ii]
|
/art/test/005-annotations/src/android/test/anno/ |
TestAnnotations.java | 111 ii = {1,2,3,4},
|
/build/make/tools/zipalign/ |
ZipFile.cpp | 1034 for (int ii = i+1; nextOffset == 0 && ii < count; ii++) 1035 nextOffset = mEntries[ii]->getLFHOffset(); [all...] |
/development/samples/JetBoy/src/com/example/android/jetboy/ |
JetBoyView.java | 295 for (int ii = 0; ii < 8; ii++) { 297 muteMask[ii][xx] = true; 592 // Log.d(TAG, " drawing asteroid " + ii + " at " + [all...] |
/external/libaom/libaom/examples/ |
inspect.c | 743 aom_inspect_init ii; local 744 ii.inspect_cb = inspect; 745 ii.inspect_ctx = NULL; 746 aom_codec_control(&codec, AV1_SET_INSPECTION_CALLBACK, &ii);
|
/external/python/cpython2/Mac/Modules/qd/ |
qdsupport.py | 286 if ( !PyArg_ParseTuple(_args, "ii", &from, &length) )
|
/external/skia/src/compute/skc/platforms/cl_12/ |
raster_builder_cl_12.c | 640 skc_uint ii=0, jj=0; 653 if (++ii >= atomics->keys) 657 union skc_ttrk const next = keys[ii]; 673 meta_in.offset = ii; [all...] |