~ubuntu-branches/ubuntu/saucy/x264/saucy-updates

« back to all changes in this revision

Viewing changes to common/ppc/dct.c

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2009-01-15 23:15:42 UTC
  • mto: (12.1.1 sid) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20090115231542-19v12f85z0e7zev7
Tags: upstream-0.svn20081230
ImportĀ upstreamĀ versionĀ 0.svn20081230

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*****************************************************************************
2
2
 * dct.c: h264 encoder library
3
3
 *****************************************************************************
4
 
 * Copyright (C) 2003 Laurent Aimar
5
 
 * $Id$
 
4
 * Copyright (C) 2003-2008 x264 project
6
5
 *
7
 
 * Authors: Eric Petit <titer@m0k.org>
8
 
 *          Guillaume Poirier <gpoirier@mplayerhq.hu>
 
6
 * Authors: Guillaume Poirier <gpoirier@mplayerhq.hu>
 
7
 *          Eric Petit <eric.petit@lapsus.org>
9
8
 *
10
9
 * This program is free software; you can redistribute it and/or modify
11
10
 * it under the terms of the GNU General Public License as published by
19
18
 *
20
19
 * You should have received a copy of the GNU General Public License
21
20
 * along with this program; if not, write to the Free Software
22
 
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
 
21
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111, USA.
23
22
 *****************************************************************************/
24
23
 
25
24
#ifdef SYS_LINUX