Searched refs:YUV_Planes (Results 1 – 1 of 1) sorted by relevance
229 unsigned char **YUV_Planes[NUM_COMPONENTS_IN_YUV]; in decode() local230 YUV_Planes[0] = Y_Plane; in decode()231 YUV_Planes[1] = U_Plane; in decode()232 YUV_Planes[2] = V_Plane; in decode()238 YUV_Planes[0][j] = row; in decode()244 YUV_Planes[1][j+0] = row; in decode()245 YUV_Planes[1][j+1] = row; in decode()250 YUV_Planes[2][j+0] = row; in decode()251 YUV_Planes[2][j+1] = row; in decode()256 jpeg_read_raw_data(&cinfo, YUV_Planes, 8); in decode()[all …]