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 DF24546A6E for ; Sun, 2 Jul 2023 14:09:32 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2FFC068C321; Sun, 2 Jul 2023 17:09:30 +0300 (EEST) Received: from mail-qk1-f181.google.com (mail-qk1-f181.google.com [209.85.222.181]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 28CFC68C260 for ; Sun, 2 Jul 2023 17:09:23 +0300 (EEST) Received: by mail-qk1-f181.google.com with SMTP id af79cd13be357-7659dc74da1so328269485a.3 for ; Sun, 02 Jul 2023 07:09:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=obe-tv.20221208.gappssmtp.com; s=20221208; t=1688306961; x=1690898961; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=AXpsX/Vv89rS8wPhEMXLIh3V4WBI7cJIKHcJ6YXAe9M=; b=oS2l4QvPnStkwTVHt/2+qQmmKme/0HFqax8noAlhbh4nD29WoEGE7cHVOISYmE26G2 IN2s6e2POnIRiQIIWklZHOgdrGFxETn0QhwCkXqegHfE/Vqqs4igxr5s4j+UvODhoMcU l8GQnyTwRPQZNgzuoR9VhzYjeNCwfGNM9T+nqMDnwTwZpvCL2SmaTy3UQrAJl74ZHf4/ pkltRGoJCXtYeOsr9RmTt6xJfJqJ+S5LnjqaOahj0we8aTxjIWixMmzPKCONbOr0IRfJ DZGxVWlKVYgclPjzg1td7PJ6aAvPcovTGtogBGFoY/2HVcOMSscpjLpBLSdSi4en7WnC Kb4g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1688306961; x=1690898961; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=AXpsX/Vv89rS8wPhEMXLIh3V4WBI7cJIKHcJ6YXAe9M=; b=BPLRBa4g1A3Nf02C7qIZdi0y+EP+0A8xpRXYiwEoyQiBQ631oVTCM+nDdRvr5eJo22 IcPdsowIThjKF2p52DS7LoYk+bnOx8RP6rvggYj1gWw7Ll55uqKa2wxOjqUA2XhXqoRj WfFnUGke/2puTBBkJ4gxG6YHZTIiXHXzHoOwleriDHor+X/4zu/+EvM3h6+BIHFJJRKI 85s1vz3oS2csQgugc06H7zUYDFyRNgO3LH8/po55DmDa+PZVgUpoTnDlxYV6786lTp8M WajskR63026j2j5n/pvNf2taKf7xn0Bv5Rrp6N7TJs9B+jjhxyuWs73df9DhIo2yZzEt UfqQ== X-Gm-Message-State: ABy/qLZAXcp6KHhhOe3X9miDS1bITgMwQG6nyrRJ5r5IHU/5KenswKC+ qiwQQ7wSp6Dfp6LYQ12xF1oiYOZ3Py2Ct2fGyx25+K2oeaL/bPEIRXLKCg== X-Google-Smtp-Source: APBJJlHDFgNETtJ/AYNeysBXbN5tNanUyptQLGSB/ovOhrWXHO/MGY7JZiISwDEqcD7pAoPb/K4lyh20j/aHjx3k7zA= X-Received: by 2002:ad4:42ac:0:b0:635:edca:8a5c with SMTP id e12-20020ad442ac000000b00635edca8a5cmr7190192qvr.26.1688306961179; Sun, 02 Jul 2023 07:09:21 -0700 (PDT) MIME-Version: 1.0 References: <20230702123242.232484-1-jc@kynesim.co.uk> <20230702123242.232484-7-jc@kynesim.co.uk> In-Reply-To: From: Kieran Kunhya Date: Sun, 2 Jul 2023 16:09:09 +0200 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH v2 06/15] avfilter/vf_bwdif: Add clip and spatial macros for aarch64 neon 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: On Sun, 2 Jul 2023, 16:02 Lynne wrote: > > Also, keep in mind the final spatial clip at the end should be > removable. I discovered it makes the filter look quite a lot > better. Currently, only the Vulkan version does it, but we're > looking into changing the C/asm versions too, and you're the > second one to rush into implementing asm for it before we've > had a chance to discuss it properly. > Didn't Thomas Mundt ask you to provide samples to back up your claim? Kieran > _______________________________________________ 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".