From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id EF6B14A31E for ; Wed, 29 May 2024 14:03:03 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id AE1E168D366; Wed, 29 May 2024 17:03:00 +0300 (EEST) Received: from mail-pl1-f181.google.com (mail-pl1-f181.google.com [209.85.214.181]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 5057568D2B3 for ; Wed, 29 May 2024 17:02:54 +0300 (EEST) Received: by mail-pl1-f181.google.com with SMTP id d9443c01a7336-1f44b5d0c50so15175285ad.2 for ; Wed, 29 May 2024 07:02:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1716991371; x=1717596171; darn=ffmpeg.org; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:from:to:cc:subject:date:message-id:reply-to; bh=wsZgQ4dzG0VWXAe1o7tUlY5RcJNlfIt0VJ63iVaoJw0=; b=Dj19T/UWFeUFj3JFzf0ZiFBIY39V6vxYcQOOAWJ4pztopSiAcSBCLt9Yt8QKVtPVz1 tZe3mtf8hY3m+PWoJWck13CTgX4bMEgBEg9nTmgU+y4MElEv7ouQt1vCxRR8wpUv3PeS wK49yQjWd654vzxM5s9l0At49mFhB8fQXL3ZiShdfNqwL0rumcU+PDgOGH0OzvBk1qOD ekIgLYe8WvpCmZKWXsAxgf6OEq3z7H168Pi9nL+CCom6jjw15TVeEno8TnJLIkT1Ahvd 91UVdib05PXBzXxBudqajMmcmQzQnw2zDSo4KVjrTMh1BoF6odDgpg4GR6KjsLTSgI7E QoUA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1716991371; x=1717596171; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=wsZgQ4dzG0VWXAe1o7tUlY5RcJNlfIt0VJ63iVaoJw0=; b=upeGeKWttNFp7D/52CvNpZR85UAIhUYOsvV4Jod88jPJhPAhs6oGS3dIRtUP7S+m1Z 47p7Vr3beCd2FoZyS6ivr8/COMwCc+3uIbpzNtjYIH5eZmSMV5AthSyXfw8BeZpMRRz4 B/byeqzVmaj8RElXZKHGNIBFhfqsmOSo0Ao0NbifrJ//wnpDKIfUpTl3soVFjtSvIJl6 TVZijmkV62ZbNDquaTeDQIT7OVzKLCOdWaQCXpFlJ29B6HdJVRJsn9kxxkirxY6yY40W 8MqMix2p2+EwFtqGj+3vzawsCWGHueXbp/5/uSe4odQ8tzXPR54F0jqtS820EkQcAHEP SW8g== X-Gm-Message-State: AOJu0YxRv0THYMowqipqA7kBxdPjBltjJ7uen5a7NU9x5s+Q/MxXg3ZD 2tMg8gSDoZi4ZKCGdwH4IMyZF6fsGf228CMssq0Xm3TeCmpsyalg9PStTg== X-Google-Smtp-Source: AGHT+IFibQnsr6xpK6FsGuykut1u9DTE48IgdXwNc7EJY29QJMkUd3fu/tIFHTxSV83Z9cqshOLCZg== X-Received: by 2002:a17:902:f545:b0:1f4:7a5c:65bf with SMTP id d9443c01a7336-1f47a5c725amr109894105ad.38.1716991370989; Wed, 29 May 2024 07:02:50 -0700 (PDT) Received: from localhost.localdomain ([190.194.167.233]) by smtp.gmail.com with ESMTPSA id d9443c01a7336-1f5e6a0c32esm7856935ad.261.2024.05.29.07.02.49 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 29 May 2024 07:02:50 -0700 (PDT) From: James Almer To: ffmpeg-devel@ffmpeg.org Date: Wed, 29 May 2024 11:02:38 -0300 Message-ID: <20240529140239.3433-1-jamrial@gmail.com> X-Mailer: git-send-email 2.45.1 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 1/2] tests/checkasm/vvc_mc: fix indentation X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Signed-off-by: James Almer --- tests/checkasm/vvc_mc.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/checkasm/vvc_mc.c b/tests/checkasm/vvc_mc.c index 09cac82edb..40be837d68 100644 --- a/tests/checkasm/vvc_mc.c +++ b/tests/checkasm/vvc_mc.c @@ -341,8 +341,10 @@ static void check_vvc_sad(void) for (int w = 8; w <= 16; w *= 2) { for(int offy = 0; offy <= 4; offy++) { for(int offx = 0; offx <= 4; offx++) { - if(w * h >= 128) { - if(check_func(c.inter.sad, "sad_%dx%d", w, h)) { + if (w * h < 128) + continue; + + if (check_func(c.inter.sad, "sad_%dx%d", w, h)) { int result0; int result1; @@ -353,7 +355,6 @@ static void check_vvc_sad(void) fail(); if(offx == 0 && offy == 0) bench_new(src0 + PIXEL_STRIDE * 2 + 2, src1 + PIXEL_STRIDE * 2 + 2, offx, offy, w, h); - } } } } -- 2.45.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".