Home | History | Annotate | Download | only in leapster

Lines Matching refs:y_height

460     int dh = (vscale - 1 + src->y_height * vratio) / vscale;
463 Scale2D((unsigned char *) src->y_buffer, src->y_stride, src->y_width, src->y_height,
471 if (dh < (int)dst->y_height)
472 for (i = dh - 1; i < (int)dst->y_height; i++)
484 for (i = dh / 2 - 1; i < (int)dst->y_height / 2; i++)
496 for (i = dh / 2 - 1; i < (int)dst->y_height / 2; i++)
774 row_offset = (dst_yuv_config->y_height - src_yuv_config->y_height) / 2;
781 for (i = 0; i < src_yuv_config->y_height; i++)
857 int row = (dst_yuv_config->y_height - expanded_frame_height) / 2;
864 int row = (src_yuv_config->y_height - expanded_frame_height) / 2;