comparison x86/h264_idct_sse2.asm @ 9005:e5c9a3a813ea libavcodec

Remove (incorrect) filenames from x264 asm files, add descriptions.
author darkshikari
date Sun, 22 Feb 2009 11:33:09 +0000
parents cea216e44ee3
children 37ac731fe32c
comparison
equal deleted inserted replaced
9004:aae80543bc6e 9005:e5c9a3a813ea
1 ;***************************************************************************** 1 ;*****************************************************************************
2 ;* dct-a.asm: h264 encoder library 2 ;* SSE2-optimized H.264 iDCT
3 ;***************************************************************************** 3 ;*****************************************************************************
4 ;* Copyright (C) 2003-2008 x264 project 4 ;* Copyright (C) 2003-2008 x264 project
5 ;* 5 ;*
6 ;* Authors: Laurent Aimar <fenrir@via.ecp.fr> 6 ;* Authors: Laurent Aimar <fenrir@via.ecp.fr>
7 ;* Loren Merritt <lorenm@u.washington.edu> 7 ;* Loren Merritt <lorenm@u.washington.edu>