Searched defs:vd_ptr (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Dmfqe.c244 unsigned char *yd_ptr, *ud_ptr, *vd_ptr; local
252 vd_ptr = dest->v_buffer;
275 vd_ptr + 4 * (i * dest->uv_stride + j), dest->y_stride,
283 unsigned char *vdp = vd_ptr + 4 * (i * dest->uv_stride + j);
299 show->uv_stride, yd_ptr, ud_ptr, vd_ptr, dest->y_stride,
305 vp8_copy_mem8x8(v_ptr, show->uv_stride, vd_ptr, dest->uv_stride);
312 vd_ptr += 8;
321 vd_ptr += dest->uv_stride * 8 - 8 * cm->mb_cols;

Completed in 120 milliseconds