Fixed DHGR blurry text introduced in commit e6deaee6ae
This commit is contained in:
parent
e1c56ba386
commit
f3cb2e35bf
1 changed files with 0 additions and 5 deletions
|
@ -806,16 +806,11 @@ static void initChromaPhaseTables (void)
|
|||
y0 = initFilterLuma0 (zz);
|
||||
y1 = initFilterLuma1 (zz - c);
|
||||
|
||||
y0 = y0 + (z - y0) / 4.0;
|
||||
y1 = y0; // fix TV mode
|
||||
|
||||
c = c * 2.f;
|
||||
i = i + (c * cos(phi) - i) / 8.f;
|
||||
q = q + (c * sin(phi) - q) / 8.f;
|
||||
|
||||
phi += RAD_45;
|
||||
// if (fabs((RAD_360) - phi) < 0.001)
|
||||
// phi = phi - RAD_360; // 2 * PI;
|
||||
} // k
|
||||
} // samples
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue