From patchwork Thu Feb 4 11:32:55 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Josh Dekker X-Patchwork-Id: 25382 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id 95E6644A6C2 for ; Thu, 4 Feb 2021 13:33:16 +0200 (EET) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 67DA3689D60; Thu, 4 Feb 2021 13:33:16 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id BBEFD689207 for ; Thu, 4 Feb 2021 13:33:10 +0200 (EET) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id D06725C0066 for ; Thu, 4 Feb 2021 06:33:08 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Thu, 04 Feb 2021 06:33:08 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=itanimul.li; h= from:to:subject:date:message-id:mime-version :content-transfer-encoding; s=fm1; bh=9KOCSi6aN0oiH5J88j33mFxVAR E4ghez3MSqq1Odvow=; b=sBWI/I9hunXgteGciF22k8AqhmlCdW/Zm0Trmb+lhO VHEM15IB/ReqZVoBv7iRGP4V9siBZ//fppdKvEi+m1lNnBHYfJAm0d7Hr0oeV9kM YDuSEFs6YEICEkml3Gf7wAefMUggvEOaQtaTcx5bi1GpgD4NWpkjb+wOB0k0HE4g pPi1IRgJUYqfSX8ev6HgJ+VtlbdkhrjbP/j0J/5YmtJKWCQensLSkgtDNeaQ79Ol eloTXLd9CDEfSHfB6+8t4HleOhhZmksqgXQETlVMNKnOGXDULRU44aHcAQgTy7GG eVDUVuueLzHJmHmf3/csyXRv9aCOCQ5R2kjlXXTjuueg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=9KOCSi6aN0oiH5J88 j33mFxVARE4ghez3MSqq1Odvow=; b=Kun5jt9fTRJLSaGQC9BCn5qOkUSoMGjTL K9i9RR8o6u7R/fBb8U5Zd6I+2TZzxPF64RDOo6UKB0l6m3n7+43VY81KLYC7U5qY J0DkVn58d1iR0G/Z6eQNWEylZM4O34emhy5vsXMyeROpBokVF0AdFC91ZRRImYoV 9OZvM8f7IkCamEzbYeCdjAbk5ngbdFfFupedCh7DPomhBObI/naOIMI0iJhFHoX9 zfBYR8H8CbtKYxYvZ+c1+yRl3QAhBSFyNpaMZr4UKw2tCQKiHXA1fwTfjYuQyOcV 6JvLplBdBHTKvGVyxkWXXtHOoEr3jbuOXXX04qVsiBfDmdD7Nm32w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduledrgeeggddvtdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkffoggfgsedtkeertdertd dtnecuhfhrohhmpeflohhshhcuffgvkhhkvghruceojhhoshhhsehithgrnhhimhhulhdr lhhiqeenucggtffrrghtthgvrhhnpeekgfejgfejteegvddvvdeiieejvdeigfdvgfffud ejffffffejgfelkefhuefgveenucfkphepkeejrdduvdefrdduledvrdduheehnecuvehl uhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepjhhoshhhsehith grnhhimhhulhdrlhhi X-ME-Proxy: Received: from localhost.localdomain (i577bc09b.versanet.de [87.123.192.155]) by mail.messagingengine.com (Postfix) with ESMTPA id A6F3E1080066 for ; Thu, 4 Feb 2021 06:33:07 -0500 (EST) From: Josh Dekker To: ffmpeg-devel@ffmpeg.org Date: Thu, 4 Feb 2021 12:32:55 +0100 Message-Id: <20210204113259.20112-1-josh@itanimul.li> X-Mailer: git-send-email 2.24.3 (Apple Git-128) MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v2 0/4] avcodec/aarch64/hevcdsp X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 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 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Hi, Rebases the unpushed part of my patches on top of Reimar's set. Also implements Martin's suggestions except 'unrolling the loop' for SAO band function, will update the band function when I fix non 8x8 cases.