HomeSort by relevance Sort by last modified time
    Searched refs:ih (Results 76 - 100 of 162) sorted by null

1 2 34 5 6 7

  /external/tensorflow/tensorflow/python/kernel_tests/
depthtospace_op_test.py 213 b, ih, iw, ic = tensor.shape.as_list()
215 ow, oh, oc = iw * block_size, ih * block_size, ic // block_size_sq
217 [b, ih, iw, block_size, block_size, oc])
221 b, ic, ih, iw = tensor.shape.as_list()
223 ow, oh, oc = iw * block_size, ih * block_size, ic // block_size_sq
225 [b, block_size, block_size, oc, ih, iw])
  /frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/
MainActivity.java 98 int ih = mImgView.getDrawable().getIntrinsicHeight();
126 float scale = mZoom * Math.min(sw / (float) iw, sh / (float) ih);
128 mYOffset = mDownYOffset + 2 * (dy / (sh - scale * ih));
199 int ih = mImgView.getDrawable().getIntrinsicHeight(); local
203 float scale = mZoom * Math.min(sw / (float) iw, sh / (float) ih);
205 (1 + mYOffset) * (sh - ih * scale) / 2);
  /frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
MainActivity.java 98 int ih = mImgView.getDrawable().getIntrinsicHeight();
126 float scale = mZoom * Math.min(sw / (float) iw, sh / (float) ih);
128 mYOffset = mDownYOffset + 2 * (dy / (sh - scale * ih));
199 int ih = mImgView.getDrawable().getIntrinsicHeight(); local
203 float scale = mZoom * Math.min(sw / (float) iw, sh / (float) ih);
205 (1 + mYOffset) * (sh - ih * scale) / 2);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_pow.py 36 il, ih = -20, 20
47 for i in range(il, ih+1):
  /external/python/cpython2/Lib/test/
test_pow.py 36 il, ih = -20, 20
47 for i in range(il, ih+1):
  /external/python/cpython3/Lib/test/
test_pow.py 36 il, ih = -20, 20
47 for i in range(il, ih+1):
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pow.py 36 il, ih = -20, 20
47 for i in range(il, ih+1):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pow.py 36 il, ih = -20, 20
47 for i in range(il, ih+1):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pow.py 36 il, ih = -20, 20
47 for i in range(il, ih+1):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pow.py 36 il, ih = -20, 20
47 for i in range(il, ih+1):
  /external/javassist/src/main/javassist/bytecode/annotation/
AnnotationImpl.java 239 InvocationHandler ih = Proxy.getInvocationHandler(obj); local
240 if (ih instanceof AnnotationImpl) {
241 AnnotationImpl other = (AnnotationImpl) ih;
  /packages/apps/Gallery2/jni/filters/
wbalance.c 103 void estmateWhiteBox(unsigned char *src, int iw, int ih, int x,int y, int *wr, int *wb, int *wg){
113 if (y>=(ih-bounds)) y = (ih-bounds-1);
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_ra_init.cpp 123 unsigned ih = index >> bt_index_shift;
125 dta[ih] |= ((basetype)1u << il);
129 unsigned ih = index >> bt_index_shift;
131 assert(ih < size);
132 dta[ih] &= ~((basetype)1u << il);
136 unsigned ih = index >> bt_index_shift;
138 return dta[ih] & ((basetype)1u << il);
142 unsigned ih = index >> bt_index_shift;
145 dta[ih] = (dta[ih] & ~bm) | (val << il)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseGeneralTest.java 861 DatabaseUtils.InsertHelper ih = local
1021 DatabaseUtils.InsertHelper ih = local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageStraighten.java 215 int iw,ih; local
219 ih = imageWidth;
223 ih = imageHeight;
225 float scale = GeometryMathUtils.scale(iw, ih, viewWidth, viewHeight);
  /frameworks/base/graphics/java/android/graphics/drawable/
ClipDrawable.java 191 final int ih = 0; //mState.mDrawable.getIntrinsicHeight(); local
193 h -= (h - ih) * (MAX_LEVEL - level) / MAX_LEVEL;
ScaleDrawable.java 235 final int ih = min ? d.getIntrinsicHeight() : 0; local
236 h -= (int) ((h - ih) * (MAX_LEVEL - level) * mState.mScaleHeight / MAX_LEVEL);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fltdefs.h 133 PFAPIENTRY PfAddFiltersToInterface(INTERFACE_HANDLE ih,DWORD cInFilters,PPF_FILTER_DESCRIPTOR pfiltIn,DWORD cOutFilters,PPF_FILTER_DESCRIPTOR pfiltOut,PFILTER_HANDLE pfHandle);
134 PFAPIENTRY PfRemoveFiltersFromInterface(INTERFACE_HANDLE ih,DWORD cInFilters,PPF_FILTER_DESCRIPTOR pfiltIn,DWORD cOutFilters,PPF_FILTER_DESCRIPTOR pfiltOut);
  /external/annotation-tools/asmx/test/lib/
bcel-5.1.jar 
  /external/skia/src/gpu/ops/
GrTextureOp.cpp 403 GrSurfaceOrigin origin, Vertex* vertices, SkScalar iw, SkScalar ih,
407 ih * srcRect.fTop,
409 ih * srcRect.fBottom
581 float ih = 1.f / texture->height(); variable
588 vertices + 4 * i, iw, ih, 0);
596 vertices + 4 * i, iw, ih, 0);
602 float ih[kMaxTextures]; variable
606 ih[t] = 1.f / textures[t]->height();
618 iw[tidx], ih[tidx], tidx);
629 vertices + 4 * i, iw[tidx], ih[tidx], tidx)
    [all...]
  /external/skqp/src/gpu/ops/
GrTextureOp.cpp 408 GrSurfaceOrigin origin, Vertex* vertices, SkScalar iw, SkScalar ih,
412 ih * srcRect.fTop,
414 ih * srcRect.fBottom
586 float ih = 1.f / texture->height(); variable
593 vertices + 4 * i, iw, ih, 0);
601 vertices + 4 * i, iw, ih, 0);
607 float ih[kMaxTextures]; variable
611 ih[t] = 1.f / textures[t]->height();
623 iw[tidx], ih[tidx], tidx);
634 vertices + 4 * i, iw[tidx], ih[tidx], tidx)
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
runtime.py 741 ih = self_ns
742 while ih.inherits is not None:
743 ih = ih.inherits
744 lclcontext = context._locals({'next': ih})
745 ih.inherits = TemplateNamespace("self:%s" % template.uri,
749 context._data['parent'] = lclcontext._data['local'] = ih.inherits
  /external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
GifDecoder.java 456 for (int i = 0; i < currentFrame.ih; i++) {
459 if (iline >= currentFrame.ih) {
528 int npix = (frame == null) ? header.width * header.height : frame.iw * frame.ih;
  /libcore/ojluni/src/main/java/java/lang/reflect/
Proxy.java 887 final InvocationHandler ih = h; local
986 final InvocationHandler ih = p.h; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/
bcel-findbugs-6.0.jar 

Completed in 1261 milliseconds

1 2 34 5 6 7