y_height          181 ext/gd/libgd/webpimg.c                   int y_height) {
y_height          184 ext/gd/libgd/webpimg.c   const int uv_height = ((y_height + 1) >> 1);
y_height          186 ext/gd/libgd/webpimg.c   for (y = 0; y < y_height; ++y) {
y_height          416 ext/gd/libgd/webpimg.c       int y_height = img->d_h;
y_height          420 ext/gd/libgd/webpimg.c       int uv_height = ((y_height + 1) >> 1);
y_height          424 ext/gd/libgd/webpimg.c       *p_height = y_height;
y_height          425 ext/gd/libgd/webpimg.c       if ((*p_Y = (uint8 *)(calloc(y_stride * y_height
y_height          428 ext/gd/libgd/webpimg.c         *p_U = *p_Y + y_height * y_stride;
y_height          430 ext/gd/libgd/webpimg.c         for (y = 0; y < y_height; ++y) {
y_height          540 ext/gd/libgd/webpimg.c   int y_height = im2->sy;
y_height          562 ext/gd/libgd/webpimg.c   for (y = 0; y < (y_height >> 1); ++y) {
y_height          571 ext/gd/libgd/webpimg.c   if (y_height & 1) {
y_height          572 ext/gd/libgd/webpimg.c 	RGBALinepairToYUV420(im->tpixels[y_height - 1],
y_height          573 ext/gd/libgd/webpimg.c 						 im->tpixels[y_height - 1],
y_height          575 ext/gd/libgd/webpimg.c 						 Y + (y_height - 1) * y_stride,
y_height          576 ext/gd/libgd/webpimg.c 						 Y + (y_height - 1) * y_stride,
y_height          577 ext/gd/libgd/webpimg.c 						 U + (y_height >> 1) * uv_stride,
y_height          578 ext/gd/libgd/webpimg.c 						 V + (y_height >> 1) * uv_stride);
y_height          603 ext/gd/libgd/webpimg.c   int y_height = height;
y_height          609 ext/gd/libgd/webpimg.c   for (y = 0; y < (y_height >> 1); ++y) {
y_height          618 ext/gd/libgd/webpimg.c   if (y_height & 1) {
y_height          619 ext/gd/libgd/webpimg.c     RGBALinepairToYUV420(pixdata + (y_height - 1) * words_per_line,
y_height          620 ext/gd/libgd/webpimg.c                          pixdata + (y_height - 1) * words_per_line,
y_height          622 ext/gd/libgd/webpimg.c                          Y + (y_height - 1) * y_stride,
y_height          623 ext/gd/libgd/webpimg.c                          Y + (y_height - 1) * y_stride,
y_height          624 ext/gd/libgd/webpimg.c                          U + (y_height >> 1) * uv_stride,
y_height          625 ext/gd/libgd/webpimg.c                          V + (y_height >> 1) * uv_stride);
y_height          659 ext/gd/libgd/webpimg.c                             int y_height,
y_height          681 ext/gd/libgd/webpimg.c       || y_width <= 0 || y_height <= 0 || uv_width <= 0 || uv_height <= 0
y_height          694 ext/gd/libgd/webpimg.c   cfg.g_h = y_height;
y_height          710 ext/gd/libgd/webpimg.c                  y_width, y_height, 16, (uint8*)(Y));
y_height          746 ext/gd/libgd/webpimg.c                       int y_height,
y_height          759 ext/gd/libgd/webpimg.c                 y_width, y_height, y_stride,
y_height          806 ext/gd/libgd/webpimg.c   int y_height = height;
y_height          809 ext/gd/libgd/webpimg.c   int uv_height = ((y_height + 1) >> 1);
y_height          813 ext/gd/libgd/webpimg.c   for (y = 0; y < y_height; ++y) {
y_height          834 ext/gd/libgd/webpimg.c   int y_height = height;
y_height          837 ext/gd/libgd/webpimg.c   int uv_height = ((y_height + 1) >> 1);
y_height          841 ext/gd/libgd/webpimg.c   for (y = 0; y < y_height; ++y) {
y_height          103 ext/gd/libgd/webpimg.h                       int y_height,