X-Git-Url: https://git.videolan.org/?p=ffmpeg.git;a=blobdiff_plain;f=libavcodec%2Fx86%2Fhevc_idct.asm;fp=libavcodec%2Fx86%2Fhevc_idct.asm;h=26649d0d88395b06e142f1bc08051af25b1b8e32;hp=71e4607dd7c2946452655b4e54836372607296c9;hb=9954d5b44eec41a2ebcbc61f67ce719184c0ec57;hpb=d9dccc03890a976dba59d66ed3b5aceeaa33d14c diff --git a/libavcodec/x86/hevc_idct.asm b/libavcodec/x86/hevc_idct.asm index 71e4607dd7..26649d0d88 100644 --- a/libavcodec/x86/hevc_idct.asm +++ b/libavcodec/x86/hevc_idct.asm @@ -3,28 +3,28 @@ ;* Copyright (c) 2014 Pierre-Edouard LEPERE ;* Copyright (c) 2014 James Almer ;* -;* This file is part of Libav. +;* This file is part of FFmpeg. ;* -;* Libav is free software; you can redistribute it and/or +;* FFmpeg is free software; you can redistribute it and/or ;* modify it under the terms of the GNU Lesser General Public ;* License as published by the Free Software Foundation; either ;* version 2.1 of the License, or (at your option) any later version. ;* -;* Libav is distributed in the hope that it will be useful, +;* FFmpeg is distributed in the hope that it will be useful, ;* but WITHOUT ANY WARRANTY; without even the implied warranty of ;* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ;* Lesser General Public License for more details. ;* ;* You should have received a copy of the GNU Lesser General Public -;* License along with Libav; if not, write to the Free Software +;* License along with FFmpeg; if not, write to the Free Software ;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA ;****************************************************************************** %include "libavutil/x86/x86util.asm" -section .text +SECTION .text -; void ff_hevc_idctHxW_dc_{8,10}_(int16_t *coeffs) +; void ff_hevc_idct_HxW_dc_{8,10}_(int16_t *coeffs) ; %1 = HxW ; %2 = number of loops ; %3 = bitdepth @@ -93,3 +93,4 @@ IDCT_DC 32, 8, %1 INIT_IDCT_DC 8 INIT_IDCT_DC 10 +INIT_IDCT_DC 12