From: Niklas Söderlund <[email protected]>

The HGT can be configured in such a way that the 6 user configurable hue
areas are not joined next to each other. In such cases a hue value
outside of a hue area should be attributed with a weight to both its
adjoining hue areas.

Add a test to verify this works now that gen-image supports generating
reference frames for none adjoined hue areas.

Signed-off-by: Niklas Söderlund <[email protected]>
---
 tests/vsp-unit-test-0018.sh | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/vsp-unit-test-0018.sh b/tests/vsp-unit-test-0018.sh
index 944f7ac..c0aba4b 100755
--- a/tests/vsp-unit-test-0018.sh
+++ b/tests/vsp-unit-test-0018.sh
@@ -32,6 +32,9 @@ test_main() {
        test_histogram "0,255,255,255,255,255,255,255,255,255,255,255"
        test_histogram "0,40,40,80,80,120,120,160,160,200,200,255"
        test_histogram "220,40,40,80,80,120,120,160,160,200,200,220"
+       test_histogram "0,10,50,60,100,110,150,160,200,210,250,255"
+       test_histogram "10,20,50,60,100,110,150,160,200,210,230,240"
+       test_histogram "240,20,60,80,100,120,140,160,180,200,210,220"
 }
 
 test_init $0 "$features"
-- 
2.9.3

Reply via email to