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 3E9BA44E0F for ; Fri, 25 Nov 2022 15:19:36 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 4572968BC81; Fri, 25 Nov 2022 17:19:34 +0200 (EET) Received: from mail-wr1-f45.google.com (mail-wr1-f45.google.com [209.85.221.45]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id E39C3680060 for ; Fri, 25 Nov 2022 17:19:27 +0200 (EET) Received: by mail-wr1-f45.google.com with SMTP id s5so7244682wru.1 for ; Fri, 25 Nov 2022 07:19:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=obe-tv.20210112.gappssmtp.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=6APrhdr2tO7IEUdoPIT++xznrP0IXYQUt8LyIK6OS8E=; b=MF2cSDImbubHdryxISngif+3s5C5hTrH5JhaDrec4bP5zuTT0IBAAFMRC2JhyC0kR9 guuWGr7O22VPVN5RZz2Fw1xdN81YasFV4UV4E48+jT+oKOetuT5QwKuBYTiGSZxILNM4 vg0AULEYicVxc8KQNLjJ/qMk+N6d+Kw8hFYh9JUvlzRsucinlC6R2c1N1ydYGq1bvOdS i1nOPd5CmqSaGOAlMTBPDwRiMgmzZldAdhP14z8x8KOX1roPENlWgMyIm7Dn0sYUXdHJ OoK5I34sU/dH5uCEobf41pjZUEcRMoOJpWhGdeWvUbQqj4VdQW0mfkuKxdG+46KyRlXx VlGg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=6APrhdr2tO7IEUdoPIT++xznrP0IXYQUt8LyIK6OS8E=; b=G+xBBtsutsRAnscCI7YirsV9DcgBWa1oGEHefI/CFh8is1qiHW/jf7I5s5kkAMNVWk 82e8r4chQNw4Jjh5Ok6/EsP0+PK4NV850hQZXU5RgrMjLEE0KCmyK12LcczTjTbJyB5b lZezOQ4XRoyEtjx+C3yCfPb+aUN62U6vOdhs0n2HrkpIHONBj8p/5cOJBoptCOhoA/G2 reSkyDi8WVbDprxiqIjZ6ZLkhQS+gDf5cieCFQlhXt+Ixxa0EHTj00ZNtDpuAbWVdNgv f8F/3VR7ClTrIxsLLHl0NFLK/za0uboVExMyfJ7f/xNyUeUtgwo7Hi6FSpb5g1MtZ+Cf V86Q== X-Gm-Message-State: ANoB5pk5cLd/6x/26SmmPOsWuP+EItUIREqUwCGFJiTBs3+BiG9kt5DL BbDAgliXnKJBcJp+YXoukFxet6yDRGYNdg== X-Google-Smtp-Source: AA0mqf5GbWyR4XcZ3QODp1dzD6Lb+Q4VQODisQubypxcPcGbCXxZp1iJ3t29yOXHbzbpN17BtluLZw== X-Received: by 2002:a5d:4708:0:b0:236:8fab:b373 with SMTP id y8-20020a5d4708000000b002368fabb373mr23548852wrq.9.1669389567191; Fri, 25 Nov 2022 07:19:27 -0800 (PST) Received: from Dana.systemlords.lan (d51A44418.access.telenet.be. [81.164.68.24]) by smtp.gmail.com with ESMTPSA id z4-20020a05600c0a0400b003c70191f267sm10794254wmp.39.2022.11.25.07.19.26 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Nov 2022 07:19:26 -0800 (PST) From: James Darnley To: ffmpeg-devel@ffmpeg.org Date: Fri, 25 Nov 2022 16:17:16 +0100 Message-Id: <20221125151720.1655051-1-jdarnley@obe.tv> X-Mailer: git-send-email 2.38.0 In-Reply-To: <20221121124408.1577897-1-jdarnley@obe.tv> References: <20221121124408.1577897-1-jdarnley@obe.tv> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v2 1/5] checkasm/v210enc: test the entire width of 10-bit planar input arrays 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: --- tests/checkasm/v210enc.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/checkasm/v210enc.c b/tests/checkasm/v210enc.c index 9942e08137..9fb8321c25 100644 --- a/tests/checkasm/v210enc.c +++ b/tests/checkasm/v210enc.c @@ -72,8 +72,10 @@ randomize_buffers(mask); \ call_ref(y0 + y_offset, u0 + uv_offset, v0 + uv_offset, dst0, width); \ call_new(y1 + y_offset, u1 + uv_offset, v1 + uv_offset, dst1, width); \ - if (memcmp(y0, y1, BUF_SIZE) || memcmp(u0, u1, BUF_SIZE / 2) || \ - memcmp(v0, v1, BUF_SIZE / 2) || memcmp(dst0, dst1, width * 8 / 3)) \ + if (memcmp(y0, y1, BUF_SIZE * sizeof(type)) \ + || memcmp(u0, u1, BUF_SIZE * sizeof(type) / 2) \ + || memcmp(v0, v1, BUF_SIZE * sizeof(type) / 2) \ + || memcmp(dst0, dst1, width * 8 / 3)) \ fail(); \ bench_new(y1 + y_offset, u1 + uv_offset, v1 + uv_offset, dst1, width); \ } \ -- 2.38.0 _______________________________________________ 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".