HomeSort by relevance Sort by last modified time
    Searched defs:iw (Results 1 - 25 of 36) sorted by null

1 2

  /external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
GifFrame.java 7 int ix, iy, iw, ih; field in class:GifFrame
  /external/e2fsprogs/debugfs/
ncheck.c 45 struct inode_walk_struct *iw = (struct inode_walk_struct *) private; local
51 iw->position++;
52 if (iw->position <= 2)
54 for (i=0; i < iw->num_inodes; i++) {
55 if (iw->iarray[i] == dirent->inode) {
56 if (!iw->parent && !iw->get_pathname_failed) {
58 iw->dir,
59 0, &iw->parent);
62 "while calling ext2fs_get_pathname for inode #%u", iw->dir)
96 struct inode_walk_struct iw; local
    [all...]
  /external/skqp/src/gpu/
GrQuad.cpp 177 auto iw = SkNx_fma(w0, rx, SkNx_fma(w1, ry, w2)).invert(); local
178 x *= iw;
179 y *= iw;
GrQuad.h 117 Sk4f iw = this->iw4f(); local
118 x *= iw;
119 y *= iw;
128 float iw(int i) const { return sk_ieee_float_divide(1.f, fW[i]); } function in class:GrAAType::GrPerspQuad
  /device/google/contexthub/firmware/lib/libm/
ef_asin.c 77 __int32_t iw; local
79 GET_FLOAT_WORD(iw,w);
80 SET_FLOAT_WORD(w,iw&0xfffff000);
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvInsnList.java 225 IndentingWriter iw = new IndentingWriter(out, 0, prefix); local
240 iw.write(s);
244 iw.flush();
  /dalvik/dx/src/com/android/dx/command/dump/
BaseDumper.java 271 IndentingWriter iw = new IndentingWriter(sw, w2, separator); local
273 iw.write(s2);
275 iw.write('\n');
277 iw.flush();
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsnList.java 243 IndentingWriter iw = new IndentingWriter(out, 0, prefix); local
258 iw.write(s);
262 iw.flush();
  /external/libvpx/libvpx/vp8/encoder/
mr_dissim.c 24 unsigned int iw = cpi->oxcf.Width * cpi->oxcf.mr_down_sampling_factor.den + local
27 low_res_w = iw / cpi->oxcf.mr_down_sampling_factor.num;
  /external/skia/src/gpu/
GrQuad.cpp 125 Sk4f iw = w.invert(); local
126 *xs *= iw;
127 *ys *= iw;
GrQuad.h 150 Sk4f iw = this->iw4f(); local
151 x *= iw;
152 y *= iw;
161 float iw(int i) const { return sk_ieee_float_divide(1.f, fW[i]); } function in class:GrAAType::GrPerspQuad
  /external/webrtc/talk/session/media/
yuvscaler_unittest.cc 98 bool TestScale(int iw, int ih, int ow, int oh, int offset, bool usefile,
102 size_t isize = I420_SIZE(iw, ih);
116 if (!LoadPlanarYuvTestImage("faces", iw, ih, ibuf) ||
149 EXPECT_EQ(0, libyuv::ScaleOffset(ibuf, iw, ih, obuf, ow, oh,
193 const int iw = 640, ih = 360; local
195 ALIGN16(uint8_t ibuf[I420_SIZE(iw, ih)]);
199 ASSERT_TRUE(LoadPlanarYuvTestImage("faces", iw, ih, ibuf));
201 libyuv::ScaleOffset(ibuf, iw, ih, obuf, ow, oh, 0, false);
209 const int iw = 640, ih = 360; local
212 scoped_ptr<uint8_t[]> ibuffer(new uint8_t[I420_SIZE(iw, ih) + kAlignment])
    [all...]
  /external/libmtp/src/
playlist-spl.c 337 char* iw = w; local
367 LIBMTP_PLST_DEBUG("read buff= {%dB new, %dB old/left-over}%s\n",(int)rdcnt, (int)(iw-w), eof?", EOF":"");
374 *iw = '\0';
376 *iw = *it;
379 iw++;
382 if( (iw-w) >= 2 && // we must have at least two bytes
383 *(iw-1) == '\0' && *(iw-2) == '\0' && // 0x0000 is end-of-string
386 !((iw-w)%2) ) {
391 iw = w
669 char* iw = w + M; \/\/ iterator on w local
    [all...]
  /external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c 450 unsigned int iw = cfg[i - 1].g_w * dsf[i - 1].den + dsf[i - 1].num - 1; local
452 cfg[i].g_w = iw / dsf[i - 1].num;
  /external/skia/src/gpu/effects/
GrTextureDomain.cpp 452 float iw = 1.f / texture->width(); local
455 iw, ih,
456 -dstdfp.fDeviceSpaceOffset.fX * iw, -dstdfp.fDeviceSpaceOffset.fY * ih
  /external/skqp/src/gpu/effects/
GrTextureDomain.cpp 452 float iw = 1.f / texture->width(); local
455 iw, ih,
456 -dstdfp.fDeviceSpaceOffset.fX * iw, -dstdfp.fDeviceSpaceOffset.fY * ih
  /external/icu/icu4c/source/test/cintltst/
crestst.c 115 UResourceBundle *iw = NULL; local
120 iw = ures_open(NULL, "iw", &status);
124 ures_close(iw);
    [all...]
  /external/skia/src/gpu/ops/
GrTextureOp.cpp 43 // if normalizing the domain then pass 1/width, 1/height, 1 for iw, ih, h. Otherwise pass
46 const SkRect& srcRect, float iw, float ih, float h) {
63 ltrb *= Sk4f(iw, ih, iw, ih);
75 // If normalizing the src quad then pass 1/width, 1/height, 1 for iw, ih, h. Otherwise pass
78 float iw, float ih, float h) {
81 iw * srcRect.fLeft,
83 iw * srcRect.fRight,
94 float iw, float ih, float h) {
97 Sk4f xs = srcQuad.x4f() * iw;
384 float iw, ih, h; local
    [all...]
  /external/skqp/src/gpu/ops/
GrQuadPerEdgeAA.cpp 220 auto iw = (*w).invert(); local
221 auto x2d = (*x) * iw;
222 auto y2d = (*y) * iw;
270 iw = (*w).invert();
271 x2d = (*x) * iw;
272 y2d = (*y) * iw;
427 Sk4f iX = oX, iY = oY, iW = oW;
438 maxCoverage = compute_quad_persp_vertices(aaFlags, &iX, &iY, &iW, &iU, &iV, &iW,
455 iX, iY, iW, iU, iV, iR)
    [all...]
GrTextureOp.cpp 43 // if normalizing the domain then pass 1/width, 1/height, 1 for iw, ih, h. Otherwise pass
46 const SkRect& srcRect, float iw, float ih, float h) {
63 ltrb *= Sk4f(iw, ih, iw, ih);
75 // If normalizing the src quad then pass 1/width, 1/height, 1 for iw, ih, h. Otherwise pass
77 static GrPerspQuad compute_src_quad(GrSurfaceOrigin origin, const SkRect& srcRect, float iw,
81 iw * srcRect.fLeft,
83 iw * srcRect.fRight,
301 float iw, ih, h; local
303 iw = ih = 1.f
    [all...]
  /external/speex/libspeexdsp/
smallft.c 578 int ip,iw,ido,idl1,ix2,ix3; local
583 iw=n;
591 iw-=(ip-1)*ido;
596 ix2=iw+ido;
599 dradf4(ido,l1,ch,c,wa+iw-1,wa+ix2-1,wa+ix3-1);
601 dradf4(ido,l1,c,ch,wa+iw-1,wa+ix2-1,wa+ix3-1);
608 dradf2(ido,l1,c,ch,wa+iw-1);
612 dradf2(ido,l1,ch,c,wa+iw-1);
619 dradfg(ido,ip,l1,idl1,c,c,c,ch,ch,wa+iw-1);
624 dradfg(ido,ip,l1,idl1,ch,ch,ch,c,c,wa+iw-1)
1159 int nf,ip,iw,ix2,ix3,ido,idl1; local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ProfileInfo.cpp 779 double iw = 0; unsigned inmissing = 0; unsigned incount = 0; unsigned invalid = 0; local
787 iw += ew;
809 iw -= ew;
813 if (iw < 0) continue;
834 ew = ew<iw?ew:iw;
837 ew = iw;
869 double iw = 0;
877 iw += ew;
881 setEdgeWeight(e,iw * 10)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
intobject.c 732 register long iv, iw, iz=0, ix, temp, prev; local
734 CONVERT_TO_LONG(w, iw);
735 if (iw < 0) {
765 while (iw > 0) {
767 if (iw & 1) {
784 iw >>= 1; /* Shift exponent down by 1 bit */
785 if (iw==0) break;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
intobject.c 718 register long iv, iw, iz=0, ix, temp, prev; local
720 CONVERT_TO_LONG(w, iw);
721 if (iw < 0) {
751 while (iw > 0) {
753 if (iw & 1) {
764 iw >>= 1; /* Shift exponent down by 1 bit */
765 if (iw==0) break;
    [all...]
  /external/libdrm/intel/
intel_bufmgr_fake.c 284 struct drm_i915_irq_wait iw; local
295 iw.irq_seq = seq;
297 DBG("wait 0x%08x\n", iw.irq_seq);
381 &iw, sizeof(iw));
    [all...]

Completed in 691 milliseconds

1 2