Searched defs:_w (Results 1 - 19 of 19) sorted by relevance

/external/webrtc/webrtc/system_wrappers/include/
H A Dtimestamp_extrapolator.h33 double _w[2]; member in class:webrtc::TimestampExtrapolator
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderVertexSpacing.hpp135 _tess_coordinate(float _u, float _v, float _w) argument
139 this->w = _w;
/external/libvpx/libvpx/vpx_dsp/
H A Dpsnrhvs.c122 int _w, int _h, int _step, const double _csf[8][8],
159 for (x = 0; x < _w - 7; x += _step) {
120 calc_psnrhvs(const unsigned char *src, int _systride, const unsigned char *dst, int _dystride, double _par, int _w, int _h, int _step, const double _csf[8][8], uint32_t bit_depth, uint32_t _shift) argument
H A Dfastssim.c50 static void fs_ctx_init(fs_ctx *_ctx, int _w, int _h, int _nlevels) { argument
56 lw = (_w + 1) >> 1;
77 lw = (_w + 1) >> 1;
141 int _s2ystride, int _w, int _h, uint32_t bd,
162 i1 = FS_MINI(i0 + 1, _w);
449 int _dystride, int _w, int _h, uint32_t _bd,
455 fs_ctx_init(&ctx, _w, _h, FS_NLEVELS);
456 fs_downsample_level0(&ctx, _src, _systride, _dst, _dystride, _w, _h, _bd,
139 fs_downsample_level0(fs_ctx *_ctx, const uint8_t *_src1, int _s1ystride, const uint8_t *_src2, int _s2ystride, int _w, int _h, uint32_t bd, uint32_t shift) argument
448 calc_ssim(const uint8_t *_src, int _systride, const uint8_t *_dst, int _dystride, int _w, int _h, uint32_t _bd, uint32_t _shift) argument
/external/clang/test/CodeGen/
H A Dstruct.c99 struct _w { struct
/external/libvncserver/test/
H A Dtjbench.c356 int w=0, h=0, subsamp=-1, _w, _h, _tilew, _tileh, _subsamp; local
414 _w=w; _h=h; _tilew=tilew; _tileh=tileh;
420 printf(" --> %d x %d", TJSCALED(_w, sf), TJSCALED(_h, sf));
435 if(w==tilew) _tilew=_w;
437 if(decomptest(NULL, jpegbuf, jpegsize, NULL, _w, _h, _subsamp, 0,
/external/libvpx/libvpx/test/
H A Dresize_test.cc86 FrameInfo(vpx_codec_pts_t _pts, unsigned int _w, unsigned int _h) argument
87 : pts(_pts), w(_w), h(_h) {}
/external/opencv/cv/src/
H A Dcvundistort.cpp351 double _x = i*ir[1] + ir[2], _y = i*ir[4] + ir[5], _w = i*ir[7] + ir[8]; local
353 for( j = 0; j < size.width; j++, _x += ir[0], _y += ir[3], _w += ir[6] )
355 double w = 1./_w, x = _x*w, y = _y*w;
/external/libjpeg-turbo/
H A Dtjbench.c500 int w=0, h=0, subsamp=-1, cs=-1, _w, _h, _tilew, _tileh, local
570 _w=w; _h=h; _tilew=tilew; _tileh=tileh;
576 printf(" --> %d x %d", TJSCALED(_w, sf), TJSCALED(_h, sf));
596 _w=h; _h=w; _tilew=tileh; _tileh=tilew;
601 _w=_w-(_w%tjMCUWidth[_subsamp]);
605 _w=_w-(_w
[all...]
/external/libxcam/xcore/
H A Dvec_mat.h970 Quaternion (const Vec3d& vec, T _w) : v(vec), w(_w) {}; argument
972 Quaternion (T _x, T _y, T _z, T _w) : v(_x, _y, _z), w(_w) {}; argument
/external/opencv/ml/src/
H A Dmlann_mlp.cpp309 CvMat hdr[2], _w, *layer_in = &hdr[0], *layer_out = &hdr[1], *temp; local
324 cvInitMatHeader( &_w, layer_in->cols, layer_out->cols, CV_64F, weights[j] );
325 cvGEMM( layer_in, &_w, 1, 0, 0, layer_out );
326 calc_activ_func( layer_out, _w.data.db + _w.rows*_w.cols );
936 CvMat _w, _dw, hdr1, hdr2, ghdr1, ghdr2, _df; local
977 cvInitMatHeader( &_w, x1->cols, x2->cols, CV_64F, weights[i] );
978 cvGEMM( x1, &_w, 1, 0, 0, x2 );
981 calc_activ_func_deriv( x2, &_df, _w
1131 CvMat _w, _dEdw, hdr1, hdr2, ghdr1, ghdr2, _df; local
[all...]
/external/python/cpython2/Lib/lib-tk/
H A DTkinter.py501 self.tk.call('tkwait', 'window', window._w)
509 self.tk.call('tkwait', 'visibility', window._w)
527 self.tk.call('focus', self._w)
533 self.tk.call('focus', '-force', self._w)
549 name = self.tk.call('focus', '-displayof', self._w)
555 name = self.tk.call('focus', '-lastfor', self._w)
571 name = self.tk.call('tk_focusNext', self._w)
576 name = self.tk.call('tk_focusPrev', self._w)
655 if 'displayof' not in kw: kw['displayof'] = self._w
663 if 'displayof' not in kw: kw['displayof'] = self._w
1799 _w = '.' variable in class:Tk
[all...]
/external/python/cpython3/Lib/tkinter/
H A D__init__.py639 self.tk.call('tkwait', 'window', window._w)
647 self.tk.call('tkwait', 'visibility', window._w)
680 self.tk.call('focus', self._w)
686 self.tk.call('focus', '-force', self._w)
702 name = self.tk.call('focus', '-displayof', self._w)
708 name = self.tk.call('focus', '-lastfor', self._w)
724 name = self.tk.call('tk_focusNext', self._w)
729 name = self.tk.call('tk_focusPrev', self._w)
808 if 'displayof' not in kw: kw['displayof'] = self._w
816 if 'displayof' not in kw: kw['displayof'] = self._w
1996 _w = '.' variable in class:Tk
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 5237 milliseconds