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

/external/opencv3/modules/videoio/src/
H A Dcap_mjpeg_encoder.cpp1154 int u_plane_ofs = step*height; local
1155 int v_plane_ofs = u_plane_ofs + step*height;
1297 lane = vld1q_u16((unsigned short*)(pix_data+u_plane_ofs));
1299 lane = vld1q_u16((unsigned short*)(pix_data + u_plane_ofs + step));
1333 UV_data[(j>>1)+8] = pix_data[u_plane_ofs] + pix_data[u_plane_ofs+1] +
1334 pix_data[u_plane_ofs+step] + pix_data[u_plane_ofs+step+1] - 128*4;
1374 V = pix_data[u_plane_ofs] - 128;

Completed in 47 milliseconds