Home | History | Annotate | Download | only in base

Lines Matching defs:v_ptr

324     const uint8* v_ptr = NULL;
331 v_ptr = v_buf + (source_y >> y_shift) * uv_pitch;
359 vbuf, v_ptr, v_ptr + uv_pitch, uv_source_width, source_uv_fraction);
362 memcpy(vbuf, v_ptr, uv_source_width);
365 v_ptr = vbuf;
373 v_ptr = v_buf + (source_y >> y_shift) * uv_pitch;
377 y_ptr, u_ptr, v_ptr, dest_pixel, width, kCoefficientsRgbY);
382 v_ptr,
390 v_ptr,