diff options
author | James Almer <jamrial@gmail.com> | 2016-08-06 18:27:01 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2016-08-06 18:27:01 -0300 |
commit | d950279cbfede7270c6d55d0dd6eed35a962fd86 (patch) | |
tree | d6134dc89a19db9ce9abd29344c7c399a2cb16ad /libavcodec/x86/ttadsp.asm | |
parent | 803c058a6f0c835c3094621d03d6e8c02565f28e (diff) | |
download | ffmpeg-d950279cbfede7270c6d55d0dd6eed35a962fd86.tar.gz |
avcodec/ttadsp: cosmetics
Clean some header includes and use the same naming scheme as
in ttaencdsp
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/x86/ttadsp.asm')
-rw-r--r-- | libavcodec/x86/ttadsp.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/ttadsp.asm b/libavcodec/x86/ttadsp.asm index 8f489498a3..db12a32eca 100644 --- a/libavcodec/x86/ttadsp.asm +++ b/libavcodec/x86/ttadsp.asm @@ -31,7 +31,7 @@ SECTION .text %macro TTA_FILTER 2 INIT_XMM %1 -cglobal ttafilter_process_dec, 5,5,%2, qm, dx, dl, error, in, shift, round +cglobal tta_filter_process, 5,5,%2, qm, dx, dl, error, in, shift, round mova m2, [qmq ] mova m3, [qmq + 0x10] mova m4, [dxq ] |