Searched defs:iw (Results 1 - 25 of 33) sorted by relevance

12

/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
H A DGifFrame.java7 int ix, iy, iw, ih; field in class:GifFrame
/external/e2fsprogs/debugfs/
H A Dncheck.c45 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
94 struct inode_walk_struct iw; local
[all...]
/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/skia/src/gpu/effects/
H A DGrTextureDomain.cpp415 float iw = 1.f / texture->width(); local
418 iw, ih,
419 -dstdfp.fDeviceSpaceOffset.fX * iw, -dstdfp.fDeviceSpaceOffset.fY * ih
/external/webrtc/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);
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, 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/libvpx/libvpx/examples/
H A Dvp8_multi_resolution_encoder.c449 unsigned int iw = cfg[i - 1].g_w * dsf[i - 1].den + dsf[i - 1].num - 1; local
451 cfg[i].g_w = iw / dsf[i - 1].num;
/external/icu/icu4c/source/test/cintltst/
H A Dcrestst.c114 UResourceBundle *iw = NULL; local
119 iw = ures_open(NULL, "iw", &status);
123 ures_close(iw);
H A Dcreststn.c339 UResourceBundle *iw = NULL; local
348 iw = ures_open(NULL, "iw", &status);
352 ures_close(iw);
/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/libyuv/files/util/
H A Dssim.cc80 static double FinalizeSSIM(double iw, argument
86 const double iwx = xm * iw;
87 const double iwy = ym * iw;
88 double sxx = xxm * iw - iwx * iwx;
89 double syy = yym * iw - iwy * iwy;
96 const double sxy = xym * iw - iwx * iwy;
/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/libdrm/intel/
H A Dintel_bufmgr_fake.c288 struct drm_i915_irq_wait iw; local
299 iw.irq_seq = seq;
301 DBG("wait 0x%08x\n", iw.irq_seq);
385 &iw, sizeof(iw));
/external/opencv/ml/src/
H A Dmlem.cpp798 CvMat whdr, iwhdr, diag, *w, *iw; local
921 iw = cvGetRow( inv_eigen_values, &iwhdr, k );
922 cvDiv( 0, w, iw );
H A Dmlboost.cpp744 double sum = 0, sum2 = 0, iw; local
758 iw = 1./rcw[0];
759 node->value = sum*iw;
760 node->node_risk = sum2 - (sum*iw)*sum;
764 node->node_risk *= count*iw*count*iw;
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DProfileInfo.cpp779 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 * 1
[all...]
/external/valgrind/coregrind/m_gdbserver/
H A Dm_gdbserver.c1343 HChar iw[il+1]; local
1360 iw[0] = 0;
1363 VG_(strcpy) (iw, input_word);
1370 (il == 0 ? "<empty string>" : iw));
1380 if (VG_(strcmp) (kw, iw) == 0) {
1390 if (VG_(strncmp) (iw, kw, il) == 0) {
1407 iw, keywords);
/external/libjpeg-turbo/
H A Dturbojpeg.c1079 int pw[MAX_COMPONENTS], ph[MAX_COMPONENTS], iw[MAX_COMPONENTS], local
1128 iw[i]=compptr->width_in_blocks*DCTSIZE;
1134 if(iw[i]!=pw[i] || ih!=ph[i]) usetmpbuf=1;
1136 tmpbufsize+=iw[i]*th[i];
1158 ptr+=iw[i];
1179 for(k=pw[i]; k<iw[i]; k++) tmpbuf[i][j][k]=tmpbuf[i][j][pw[i]-1];
1183 memcpy(tmpbuf[i][j], tmpbuf[i][ph[i]-crow[i]-1], iw[i]);
1738 int pw[MAX_COMPONENTS], ph[MAX_COMPONENTS], iw[MAX_COMPONENTS], local
1808 iw[i]=compptr->width_in_blocks*dctsize;
1814 if(iw[
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Drenderer.c1230 VGint x0, y0, x1, y1, iw, ih; local
1247 iw = x1 - x0;
1249 if (iw > 0 && ih> 0 )
1250 renderer_scissor(renderer, x0, y0, iw, ih);
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_common_context.h418 drm_radeon_irq_wait_t iw; member in struct:radeon_context
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.h418 drm_radeon_irq_wait_t iw; member in struct:radeon_context
/external/opencv/cv/src/
H A Dcvfundam.cpp1345 float* iw = denom->data.fl; local
1360 iw[i] = t ? t : 1.f;
1368 float w = iw[i];
1377 float w = iw[i];
1391 double* iw = denom->data.db; local
1406 iw[i] = t ? t : 1.;
1414 double w = iw[i];
1423 double w = iw[i];
/external/guice/extensions/persist/lib/
H A Dhibernate-search.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/search/ org/hibernate/search/annotations/ ...
H A Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/annotationfactory/ org/hibernate/annotations/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2814 milliseconds

12