Home | History | Annotate | Download | only in base

Lines Matching defs:y_ptr

322     const uint8* y_ptr = NULL;
329 y_ptr = y_buf + source_y * y_pitch;
337 ybuf, y_ptr, y_ptr + y_pitch, source_width, source_y_fraction);
339 memcpy(ybuf, y_ptr, source_width);
341 y_ptr = ybuf;
371 y_ptr = y_buf + source_y * y_pitch;
377 y_ptr, u_ptr, v_ptr, dest_pixel, width, kCoefficientsRgbY);
380 g_linear_scale_yuv_to_rgb32_row_proc_(y_ptr,
388 g_scale_yuv_to_rgb32_row_proc_(y_ptr,