Home
last modified time | relevance | path

Searched defs:cwidth (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/tools/
Dyuvcmp.c43 int cwidth = width / 2; in main() local
/third_party/gstreamer/gstplugins_good/ext/jpeg/
Dgstjpegenc.h66 gint cwidth[GST_VIDEO_MAX_COMPONENTS]; member
/third_party/gstreamer/gstplugins_bad/gst/interlace/
Dgstinterlace.c1105 gint cheight, cwidth; in copy_fields() local
1169 gint cheight, cwidth; in copy_field() local
/third_party/pixman/pixman/
Dpixman-bits-image.c269 int32_t cwidth = pixman_fixed_to_int (params[0]); in bits_image_fetch_pixel_convolution() local
335 int cwidth = pixman_fixed_to_int (params[0]); in bits_image_fetch_pixel_separable_convolution() local
Dpixman-fast-path.c2717 int cwidth = pixman_fixed_to_int (params[0]); in bits_image_fetch_separable_convolution_affine() local
/third_party/python/Lib/
Dturtle.py437 def setupcanvas(self, width, height, cwidth, cheight): argument