Searched refs:nv_start (Results 1 – 1 of 1) sorted by relevance
309 const int nv_start = width * height ; in YUV420P_to_RGB24() local320 u = yuyv[nv_start + nv_index ]; in YUV420P_to_RGB24()321 v = yuyv[nv_start + nv_index + 1]; in YUV420P_to_RGB24()