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 35A9F402FF for ; Mon, 17 Oct 2022 13:08:25 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3FC6668BD02; Mon, 17 Oct 2022 16:08:23 +0300 (EEST) Received: from mail-wr1-f51.google.com (mail-wr1-f51.google.com [209.85.221.51]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id AAE7D68BBD6 for ; Mon, 17 Oct 2022 16:08:16 +0300 (EEST) Received: by mail-wr1-f51.google.com with SMTP id f11so18365870wrm.6 for ; Mon, 17 Oct 2022 06:08:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=semihalf.com; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=TBy6PwCo1upPJpCuB1lwINYNn1Y18n+PPByVJx2znfA=; b=hlJtv/ImxEIfbQWNgGR7Hd3gjXcMaq2Dnln6onSQSuTcHUrj4RluIzjfu2o0am8IJT BMdfUULbpdz9Pd8hlRXiH3TKbDtTT8XOUAaXhDblcEAbfvrlaOpcbhv5pSUUc1RT2B++ 1axCM7+NLr3uBYCO4psoQol3MxB/234JKQv9SzKLRCwSrI9CiZgKDb9ozxhvHqXOYE9K QEGeI81q4Bp76WRIwnmspcbk6VMovLCCm9NPdOu5nCRS5JGmAlv00IjqTXi9pilt5G5L a7GosSO6hS3rv8QtcM56fQSy4crG3t8t8xjByW/IOied2soILyjhEI8bqBO43plU8RLR ydcQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=TBy6PwCo1upPJpCuB1lwINYNn1Y18n+PPByVJx2znfA=; b=BT/qJ9q+AAOwWg2wHtJexDok8qCkYMQvmv0Q9E8x4qk7qQCl8Lhh9km1GBFk7AYMob zQ4SKDbu9qn+Fta3hab+gjz3XUEx3gjFtWOGGnByWXMmwzGV03L7KQe2eHsUJGFUEb/R SUQru/VgPCcV6SF5D8auLB9KRLFnNERaQBS30VKCWo/JKGdNfIKzAnvUERVQo8hATXBK O0B8S2slHLIkCsAeJt8hdiAVIqF3LiL6yhNm6TT9nhBUGipN62WzbMexsYqTlk79dLeN UMViVTv4t/7TeHLufOm/AHh2cYTWgWmYaOfPfAPV2sAJStn6blLg3a2DnSAmNPq3F7oz xLLw== X-Gm-Message-State: ACrzQf3L0zfIFIl+avfytgYvVdiQ41twMh990/6Z3218tLMl+uukLIAb ET0Na+fuj0UIH4PumsGd4gtop4sV8HLvCg== X-Google-Smtp-Source: AMsMyM6bNbZTAM1mBsY+zIUh89fxsykbGIyDFLgpuPgJJWPA+7gWSKH8wMgj8EJuKHCm7RCOsDEOfw== X-Received: by 2002:adf:dbc5:0:b0:22c:c605:3b81 with SMTP id e5-20020adfdbc5000000b0022cc6053b81mr6100595wrj.218.1666012095501; Mon, 17 Oct 2022 06:08:15 -0700 (PDT) Received: from ip-172-31-3-164.eu-west-1.compute.internal (ec2-54-154-193-154.eu-west-1.compute.amazonaws.com. [54.154.193.154]) by smtp.gmail.com with ESMTPSA id t18-20020a5d6a52000000b0022af865810esm8297237wrw.75.2022.10.17.06.08.14 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Mon, 17 Oct 2022 06:08:14 -0700 (PDT) From: Hubert Mazur To: ffmpeg-devel@ffmpeg.org Date: Mon, 17 Oct 2022 13:07:11 +0000 Message-Id: <20221017130715.30896-1-hum@semihalf.com> X-Mailer: git-send-email 2.37.1 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 0/4] Provide neon implementations for hscale functions 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 Cc: gjb@semihalf.com, upstream@semihalf.com, jswinney@amazon.com, Hubert Mazur , martin@martin.st, mw@semihalf.com, spop@amazon.com 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: Provide arm64 neon optimized functions from swscale family. Hubert Mazur (4): sw_scale: Add specializations for hscale 8 to 19 tests/sw_scale: Add test cases for input sizes 16 sw_scale: Add specializations for hscale 16 to 15 sw_scale: Add specializations for hscale 16 to 19 libswscale/aarch64/hscale.S | 1101 +++++++++++++++++++++++++++++++++- libswscale/aarch64/swscale.c | 145 ++++- libswscale/swscale.c | 3 +- tests/checkasm/sw_scale.c | 35 +- 4 files changed, 1268 insertions(+), 16 deletions(-) -- 2.37.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".