XimingCheng / HEVCAnalyzer

HEVC H.265 stream GUI Analyzer based on wxWidgets
http://ximingcheng.github.io/HEVCAnalyzer
109 stars 34 forks source link

New NVIDIA CUDA GPU enhancement on YUV color space transformation will be added #9

Closed XimingCheng closed 9 years ago

XimingCheng commented 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.