Closed XimingCheng closed 9 years ago
As the code of YUV color space transformation in this project use the basic CPU code to transform YUV420 to RGB one pixel by one pixel. So the code can be replaced by NVIDIA cuda device code with one pixel on one thread on CUDA GPU.
As the code of YUV color space transformation in this project use the basic CPU code to transform YUV420 to RGB one pixel by one pixel. So the code can be replaced by NVIDIA cuda device code with one pixel on one thread on CUDA GPU.