mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-10 17:44:41 -06:00
Rgb2Nv12 coefficient correction
This commit is contained in:
parent
6093ee03a5
commit
457672accf
@ -3,8 +3,8 @@
|
||||
|
||||
constexpr static glm::mat3x3 coefficientMatrix =
|
||||
{
|
||||
+0.257f, -0.148f, -0.439f,
|
||||
-0.504f, -0.291f, -0.368f,
|
||||
+0.257f, -0.148f, 0.439f,
|
||||
+0.504f, -0.291f, -0.368f,
|
||||
+0.098f, +0.439f, -0.071f};
|
||||
|
||||
constexpr static glm::mat4x3 offsetMatrix = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user