mirror of
https://github.com/libretro/Play-.git
synced 2025-01-09 18:10:57 +00:00
Cleanup.
This commit is contained in:
parent
5daf12d81a
commit
0eea16140a
@ -1814,10 +1814,6 @@ bool CIPU::CCSCCommand::Execute()
|
||||
float nCb = nBlockCb[pCbCrMap[j]];
|
||||
float nCr = nBlockCr[pCbCrMap[j]];
|
||||
|
||||
//nY = nBlockCb[pCbCrMap[j]];
|
||||
//nCb = 128;
|
||||
//nCr = 128;
|
||||
|
||||
float nR = nY + 1.402f * (nCr - 128);
|
||||
float nG = nY - 0.34414f * (nCb - 128) - 0.71414f * (nCr - 128);
|
||||
float nB = nY + 1.772f * (nCb - 128);
|
||||
|
Loading…
Reference in New Issue
Block a user