Home | History | Annotate | Download | only in libvncclient

Lines Matching defs:src_x

602     int src_x, src_y;
604 for (src_x = 0; src_x < ch_w; src_x += 2) {
605 uint8_t nv_u = nv12_uv[src_x];
606 uint8_t nv_v = nv12_uv[src_x + 1];
607 uint8_t nv_y[4] = { nv12_y[ src_x], nv12_y[ src_x + 1],
608 nv12_y[vaImage.pitches[0] + src_x], nv12_y[vaImage.pitches[0] + src_x + 1] };
627 dst[client->width * (i / 2) + src_x + (i % 2)] = 0