From 20d05388833bd9f3b6819d82f983eea424663407 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 22 Nov 2010 11:19:23 +0100 Subject: Fix post refinement maths and take clamping status into account --- src/image.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/image.h') diff --git a/src/image.h b/src/image.h index ae2f3179..0d2f6c2e 100644 --- a/src/image.h +++ b/src/image.h @@ -66,6 +66,8 @@ struct cpeak double r1; /* First excitation error */ double r2; /* Second excitation error */ double p; /* Partiality */ + int clamp1; /* Clamp status for r1 */ + int clamp2; /* Clamp status for r2 */ /* Location in image */ int x; @@ -102,6 +104,7 @@ struct image { int f0_available; /* 0 if f0 wasn't available * from the input. */ double osf; /* Overall scaling factor */ + double profile_radius; /* Radius of reflection */ int width; int height; -- cgit v1.2.3