1 ;******************************************************************************
2 ;* SIMD-optimized fullpel functions
3 ;* Copyright (c) 2008 Loren Merritt
4 ;* Copyright (c) 2003-2013 Michael Niedermayer
5 ;* Copyright (c) 2013 Daniel Kang
7 ;* This file is part of Libav.
9 ;* Libav is free software; you can redistribute it and/or
10 ;* modify it under the terms of the GNU Lesser General Public
11 ;* License as published by the Free Software Foundation; either
12 ;* version 2.1 of the License, or (at your option) any later version.
14 ;* Libav is distributed in the hope that it will be useful,
15 ;* but WITHOUT ANY WARRANTY; without even the implied warranty of
16 ;* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 ;* Lesser General Public License for more details.
19 ;* You should have received a copy of the GNU Lesser General Public
20 ;* License along with Libav; if not, write to the Free Software
21 ;* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 ;******************************************************************************
24 %include "libavutil/x86/x86util.asm"
29 ; void ff_put/avg_pixels(uint8_t *block, const uint8_t *pixels,
30 ; ptrdiff_t line_size, int h)
37 cglobal
%1_pixels
%2, 4,5
68 ; void ff_put_pixels16_sse2(uint8_t *block, const uint8_t *pixels,
69 ; ptrdiff_t line_size, int h)
70 cglobal put_pixels16
, 4,5,4
87 ; void ff_avg_pixels16_sse2(uint8_t *block, const uint8_t *pixels,
88 ; ptrdiff_t line_size, int h)
89 cglobal avg_pixels16
, 4,5,4