Searched refs:iw (Results 1 - 25 of 113) sorted by relevance

12345

/external/e2fsprogs/debugfs/
H A Dncheck.c44 struct inode_walk_struct *iw = (struct inode_walk_struct *) private; local
50 iw->position++;
51 if (iw->position <= 2)
53 for (i=0; i < iw->num_inodes; i++) {
54 if (iw->iarray[i] == dirent->inode) {
55 if (!iw->parent && !iw->get_pathname_failed) {
57 iw->dir,
58 0, &iw->parent);
61 "while calling ext2fs_get_pathname for inode #%u", iw
91 struct inode_walk_struct iw; local
[all...]
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
H A DGifFrame.java7 public int ix, iy, iw, ih; field in class:GifFrame
H A DGifDecoder.java355 int n2 = n1 + previousFrame.iw;
406 int dlim = dx + currentFrame.iw; // end of dest line
410 int sx = i * currentFrame.iw; // start of line in source
439 int npix = (frame == null) ? header.width * header.height : frame.iw * frame.ih;
/external/libyuv/files/unit_test/
H A Drotate_test.cc29 int iw, ih, ow, oh; local
32 for (iw = 8; iw < rotate_max_w_ && !err; ++iw) {
36 oh = iw;
38 align_buffer_16(input, iw * ih)
40 align_buffer_16(output_2, iw * ih)
42 for (i = 0; i < iw * ih; ++i) {
46 TransposePlane(input, iw, output_1, ow, iw, i
76 int iw, ih, ow, oh; local
136 int iw, ih, ow, oh; local
196 int iw, ih, ow, oh; local
273 int iw, ih, ow, oh; local
350 int iw, ih, ow, oh; local
428 int iw, ih, ow, oh; local
475 int iw, ih, ow, oh; local
534 int iw, ih, ow, oh; local
581 int iw, ih; local
640 int iw, ih, ow, oh; local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dyuvscaler_unittest.cc98 bool TestScale(int iw, int ih, int ow, int oh, int offset, bool usefile, argument
102 size_t isize = I420_SIZE(iw, ih);
113 if (!LoadPlanarYuvTestImage("faces", iw, ih, ibuf) ||
146 EXPECT_EQ(0, libyuv::ScaleOffset(ibuf, iw, ih, obuf, ow, oh,
190 const int iw = 640, ih = 360; local
192 ALIGN16(uint8 ibuf[I420_SIZE(iw, ih)]);
196 ASSERT_TRUE(LoadPlanarYuvTestImage("faces", iw, ih, ibuf));
198 libyuv::ScaleOffset(ibuf, iw, ih, obuf, ow, oh, 0, false);
206 const int iw = 640, ih = 360; local
209 scoped_ptr<uint8[]> ibuffer(new uint8[I420_SIZE(iw, i
[all...]
/external/libmtp/src/
H A Dplaylist-spl.c338 char* iw = w; local
368 IF_DEBUG() printf("read buff= {%dB new, %dB old/left-over}%s\n",(int)rdcnt, (int)(iw-w), eof?", EOF":"");
375 *iw = '\0';
377 *iw = *it;
380 iw++;
383 if( (iw-w) >= 2 && // we must have at least two bytes
384 *(iw-1) == '\0' && *(iw-2) == '\0' && // 0x0000 is end-of-string
387 !((iw-w)%2) ) {
392 iw
674 char* iw = w + M; // iterator on w local
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDalvInsnList.java226 IndentingWriter iw = new IndentingWriter(out, 0, prefix);
241 iw.write(s);
245 iw.flush();
/external/llvm/include/llvm/MC/
H A DMCSchedule.h221 MCSchedModel(unsigned iw, int mbs, int lmbs, unsigned ll, unsigned hl, argument
225 IssueWidth(iw), MicroOpBufferSize(mbs), LoopMicroOpBufferSize(lmbs),
/external/chromium_org/third_party/libyuv/util/
H A Dssim.cc75 static double FinalizeSSIM(double iw, double xm, double ym, argument
77 const double iwx = xm * iw;
78 const double iwy = ym * iw;
79 double sxx = xxm * iw - iwx * iwx;
80 double syy = yym * iw - iwy * iwy;
85 const double sxy = xym * iw - iwx * iwy;
/external/libvorbis/lib/
H A Dsmallft.c576 int ip,iw,ido,idl1,ix2,ix3; local
581 iw=n;
589 iw-=(ip-1)*ido;
594 ix2=iw+ido;
597 dradf4(ido,l1,ch,c,wa+iw-1,wa+ix2-1,wa+ix3-1);
599 dradf4(ido,l1,c,ch,wa+iw-1,wa+ix2-1,wa+ix3-1);
606 dradf2(ido,l1,c,ch,wa+iw-1);
610 dradf2(ido,l1,ch,c,wa+iw-1);
617 dradfg(ido,ip,l1,idl1,c,c,c,ch,ch,wa+iw-1);
622 dradfg(ido,ip,l1,idl1,ch,ch,ch,c,c,wa+iw
1157 int nf,ip,iw,ix2,ix3,ido,idl1; local
[all...]
/external/speex/libspeex/
H A Dsmallft.c578 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
1159 int nf,ip,iw,ix2,ix3,ido,idl1; local
[all...]
/external/chromium-trace/trace-viewer/src/ui/
H A Dquad_view.js183 var iw = quad.canvas.width;
190 0, 0, iw, 0, 0, ih);
196 iw, 0, iw, ih, 0, ih);
/external/chromium-trace/trace-viewer/third_party/gl-matrix/src/gl-matrix/
H A Dvec3.js420 iw = -qx * x - qy * y - qz * z;
423 out[0] = ix * qw + iw * -qx + iy * -qz - iz * -qy;
424 out[1] = iy * qw + iw * -qy + iz * -qx - ix * -qz;
425 out[2] = iz * qw + iw * -qz + ix * -qy - iy * -qx;
H A Dvec4.js424 iw = -qx * x - qy * y - qz * z;
427 out[0] = ix * qw + iw * -qx + iy * -qz - iz * -qy;
428 out[1] = iy * qw + iw * -qy + iz * -qx - ix * -qz;
429 out[2] = iz * qw + iw * -qz + ix * -qy - iy * -qx;
/external/chromium_org/third_party/icu/source/data/zone/
H A Dreslocal.mk23 no.txt in.txt iw.txt
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dmr_dissim.c25 unsigned int iw = cpi->oxcf.Width*cpi->oxcf.mr_down_sampling_factor.den local
28 low_res_w = iw/cpi->oxcf.mr_down_sampling_factor.num;
/external/libvpx/libvpx/vp8/encoder/
H A Dmr_dissim.c24 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/chromium_org/native_client_sdk/src/gonacl_appengine/src/voronoi/
H A Dvoronoi.cc328 int iw = kStartRecurseSize; local
331 if (ix + iw > ps_context_->width)
332 iw = ps_context_->width - ix;
335 if (iw <= 0 || ih <= 0)
338 wSubdivide(ix, iy, iw, ih);
/external/valgrind/main/coregrind/m_gdbserver/
H A Dm_gdbserver.c1304 HChar iw[il+1]; local
1321 iw[0] = 0;
1324 VG_(strcpy) (iw, input_word);
1331 (il == 0 ? "<empty string>" : iw));
1341 if (VG_(strcmp) (kw, iw) == 0) {
1351 if (VG_(strncmp) (iw, kw, il) == 0) {
1368 iw, keywords);
/external/chromium_org/third_party/icu/source/data/curr/
H A Dreslocal.mk23 no.txt in.txt iw.txt tl.txt
/external/chromium_org/third_party/icu/source/data/region/
H A Dreslocal.mk23 no.txt in.txt iw.txt tl.txt
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dvp8_multi_resolution_encoder.c156 unsigned int iw = cfg[i - 1].g_w * dsf[i - 1].den + dsf[i - 1].num - 1; local
158 cfg[i].g_w = iw / dsf[i - 1].num;
/external/bison/lib/
H A Dconfig.charset187 for l in he he_IL iw iw_IL; do
/external/chromium_org/third_party/icu/source/data/lang/
H A Dreslocal.mk23 no.txt in.txt iw.txt tl.txt sh.txt
/external/chromium_org/third_party/icu/source/data/locales/
H A Dreslocal.mk23 no.txt in.txt iw.txt tl.txt sh.txt

Completed in 3330 milliseconds

12345