Home | History | Annotate | Download | only in base

Lines Matching refs:u_ptr

323     const uint8* u_ptr = NULL;
330 u_ptr = u_buf + (source_y >> y_shift) * uv_pitch;
357 ubuf, u_ptr, u_ptr + uv_pitch, uv_source_width, source_uv_fraction);
361 memcpy(ubuf, u_ptr, uv_source_width);
364 u_ptr = ubuf;
372 u_ptr = u_buf + (source_y >> y_shift) * uv_pitch;
377 y_ptr, u_ptr, v_ptr, dest_pixel, width, kCoefficientsRgbY);
381 u_ptr,
389 u_ptr,