Searched refs:ud_ptr (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/common/
H A Dmfqe.c291 unsigned char *yd_ptr, *ud_ptr, *vd_ptr; local
298 ud_ptr = dest->u_buffer;
326 ud_ptr + 4*(i*dest->uv_stride+j),
336 unsigned char *udp = ud_ptr + 4*(i*dest->uv_stride+j);
356 yd_ptr, ud_ptr, vd_ptr,
364 vp8_copy_mem8x8(u_ptr, show->uv_stride, ud_ptr, dest->uv_stride);
371 ud_ptr += 8;
380 ud_ptr += dest->uv_stride * 8 - 8 * cm->mb_cols;

Completed in 54 milliseconds