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

12

/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
/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/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/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/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/libvpx/libvpx/examples/
H A Dvp8_multi_resolution_encoder.c301 unsigned int iw = cfg[i-1].g_w*dsf[i-1].den + dsf[i-1].num - 1; local
303 cfg[i].g_w = iw/dsf[i-1].num;
/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/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/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/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/chromium_org/third_party/icu/source/test/cintltst/
H A Dcrestst.c115 UResourceBundle *iw = NULL; local
120 iw = ures_open(NULL, "iw", &status);
124 ures_close(iw);
/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/icu/icu4c/source/test/cintltst/
H A Dcrestst.c113 UResourceBundle *iw = NULL; local
118 iw = ures_open(NULL, "iw", &status);
122 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/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_org/third_party/libjpeg_turbo/
H A Dturbojpeg.c1057 int cw[MAX_COMPONENTS], ch[MAX_COMPONENTS], iw[MAX_COMPONENTS], local
1092 iw[i]=compptr->width_in_blocks*DCTSIZE;
1098 if(iw[i]!=cw[i] || ih!=ch[i]) usetmpbuf=1;
1100 tmpbufsize+=iw[i]*th[i];
1121 ptr+=iw[i];
/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 );
/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/mesa/src/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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_common_context.h418 drm_radeon_irq_wait_t iw; member in struct:radeon_context
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_common_context.h418 drm_radeon_irq_wait_t iw; member in struct:radeon_context
/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

Completed in 6177 milliseconds

12