Searched refs:nv_index (Results 1 – 1 of 1) sorted by relevance
312 int r, g, b, nv_index = 0,i, j; in YUV420P_to_RGB24() local317 nv_index = i / 2 * width + j - j % 2; in YUV420P_to_RGB24()320 u = yuyv[nv_start + nv_index ]; in YUV420P_to_RGB24()321 v = yuyv[nv_start + nv_index + 1]; in YUV420P_to_RGB24()