Home
last modified time | relevance | path

Searched refs:cwidth (Results 1 - 6 of 6) sorted by relevance

/third_party/ffmpeg/tools/
H A Dyuvcmp.c43 int cwidth = width / 2; in main() local
125 x = c % cwidth; in main()
126 y = c / cwidth; in main()
143 x / 8 + y / 8 * cwidth / 8); in main()
/third_party/backends/backend/
H A Dstv680.h192 int cwidth; /* camera width */ member
H A Dstv680.c1251 int w = dev->cwidth; in stv680_bayer_unshuffle()
1894 dev->cwidth = dev->x_resolution + 2; in sane_get_parameters()
1901 dev->cwidth = dev->x_resolution + 2; in sane_get_parameters()
1907 dev->cwidth = dev->x_resolution + 2; in sane_get_parameters()
1912 dev->cwidth = dev->x_resolution + 4; in sane_get_parameters()
1917 dev->cwidth = dev->x_resolution + 4; in sane_get_parameters()
1971 dev->real_bytes_left = dev->cwidth * dev->cheight; in sane_start()
/third_party/python/Lib/turtledemo/
H A D__main__.py206 cwidth = self.canvas.winfo_width()
208 self.canvas.xview_moveto(0.5*(self.canvwidth-cwidth)/self.canvwidth)
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_gblur.asm852 steps, x, y, cwidth, step, ptr, stride
855 steps, nu, bscale, x, y, cwidth, step, \
863 steps, x, y, cwidth, step, ptr, stride
/third_party/python/Lib/
H A Dturtle.py383 cwidth = self._canvas.winfo_width()
385 self._canvas.xview_moveto(0.5*(self.canvwidth-cwidth)/self.canvwidth)
387 if cwidth < self.canvwidth or cheight < self.canvheight:
438 def setupcanvas(self, width, height, cwidth, cheight):
439 self._canvas = ScrolledCanvas(self, width, height, cwidth, cheight)

Completed in 10 milliseconds