From patchwork Sat Apr 20 01:10:30 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lynne X-Patchwork-Id: 12842 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 8806A447C5F for ; Sat, 20 Apr 2019 04:10:38 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5F02168AA0D; Sat, 20 Apr 2019 04:10:38 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from w4.tutanota.de (w4.tutanota.de [81.3.6.165]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 5C52C6805D3 for ; Sat, 20 Apr 2019 04:10:32 +0300 (EEST) Received: from w2.tutanota.de (unknown [192.168.1.163]) by w4.tutanota.de (Postfix) with ESMTP id D4C7E10600E1 for ; Sat, 20 Apr 2019 01:10:30 +0000 (UTC) Date: Sat, 20 Apr 2019 03:10:30 +0200 (CEST) From: Lynne To: Ffmpeg Devel Message-ID: MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 1/2] arch64/asm-offsets: remove old CELT offsets 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" They're not used and they're incorrect. From 91a284e48b6fca5595e75ec2b5d5fc5eae6b71f9 Mon Sep 17 00:00:00 2001 From: Lynne Date: Sat, 20 Apr 2019 02:04:51 +0100 Subject: [PATCH 1/2] arch64/asm-offsets: remove old CELT offsets They're not used and they're incorrect. --- libavcodec/aarch64/asm-offsets.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libavcodec/aarch64/asm-offsets.h b/libavcodec/aarch64/asm-offsets.h index e05c5ad2e4..fc38eed298 100644 --- a/libavcodec/aarch64/asm-offsets.h +++ b/libavcodec/aarch64/asm-offsets.h @@ -19,14 +19,6 @@ #ifndef AVCODEC_AARCH64_ASM_OFFSETS_H #define AVCODEC_AARCH64_ASM_OFFSETS_H -/* CeltIMDCTContext */ -#define CELT_EXPTAB 0x20 -#define CELT_FFT_N 0x00 -#define CELT_LEN2 0x04 -#define CELT_LEN4 (CELT_LEN2 + 0x4) // loaded as pair -#define CELT_TMP 0x10 -#define CELT_TWIDDLE (CELT_TMP + 0x8) // loaded as pair - /* FFTContext */ #define IMDCT_HALF 0x48 -- 2.20.1