planes            432 ext/gd/libgd/webpimg.c                  img->planes[0] + y * img->stride[0],
planes            437 ext/gd/libgd/webpimg.c                  img->planes[1] + y * img->stride[1],
planes            440 ext/gd/libgd/webpimg.c                  img->planes[2] + y * img->stride[2],
planes            711 ext/gd/libgd/webpimg.c     img.planes[VPX_PLANE_Y] = (uint8*)(Y);
planes            712 ext/gd/libgd/webpimg.c     img.planes[VPX_PLANE_U] = (uint8*)(U);
planes            713 ext/gd/libgd/webpimg.c     img.planes[VPX_PLANE_V] = (uint8*)(V);