From 3555dbc4b7157f9b522617de78c84f2e28e70f45 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 17 Aug 2021 19:22:37 -0400 Subject: add upstream 11.13 --- xBRZ/src/xbrz.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xBRZ/src/xbrz.h') diff --git a/xBRZ/src/xbrz.h b/xBRZ/src/xbrz.h index b3a496ba..5dfe066d 100644 --- a/xBRZ/src/xbrz.h +++ b/xBRZ/src/xbrz.h @@ -73,7 +73,7 @@ void nearestNeighborScale(const uint32_t* src, int srcWidth, int srcHeight, //parameter tuning -bool equalColorTest(uint32_t col1, uint32_t col2, ColorFormat colFmt, double luminanceWeight, double equalColorTolerance); +bool equalColorTest2(uint32_t col1, uint32_t col2, ColorFormat colFmt, double equalColorTolerance, double testAttribute); } #endif -- cgit