comparison svq1_cb.h @ 2967:ef2149182f1c libavcodec

COSMETICS: Remove all trailing whitespace.
author diego
date Sat, 17 Dec 2005 18:14:38 +0000
parents f65d87bfdd5a
children 0b546eab515d
comparison
equal deleted inserted replaced
2966:564788471dd4 2967:ef2149182f1c
1 /* 1 /*
2 * 2 *
3 * Copyright (C) 2002 the xine project 3 * Copyright (C) 2002 the xine project
4 * Copyright (C) 2002 the ffmpeg project 4 * Copyright (C) 2002 the ffmpeg project
5 * 5 *
6 * This library is free software; you can redistribute it and/or 6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public 7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either 8 * License as published by the Free Software Foundation; either
9 * version 2 of the License, or (at your option) any later version. 9 * version 2 of the License, or (at your option) any later version.
10 * 10 *
24 24
25 /** 25 /**
26 * @file svq1_cb.h 26 * @file svq1_cb.h
27 * svq1 code books. 27 * svq1 code books.
28 */ 28 */
29 29
30 /* 6x16-entry codebook for inter-coded 4x2 vectors */ 30 /* 6x16-entry codebook for inter-coded 4x2 vectors */
31 static const int8_t svq1_inter_codebook_4x2[768] = { 31 static const int8_t svq1_inter_codebook_4x2[768] = {
32 7, 2, -6, -7, 7, 3, -3, -4, -7, -2, 7, 8, -8, -4, 3, 4, 32 7, 2, -6, -7, 7, 3, -3, -4, -7, -2, 7, 8, -8, -4, 3, 4,
33 19, 17, 9, 3,-14,-16,-12, -8,-18,-16, -8, -3, 11, 14, 12, 8, 33 19, 17, 9, 3,-14,-16,-12, -8,-18,-16, -8, -3, 11, 14, 12, 8,
34 7,-16,-10, 20, 7,-17,-10, 20, -6, 18, 8,-21, -7, 18, 9,-20, 34 7,-16,-10, 20, 7,-17,-10, 20, -6, 18, 8,-21, -7, 18, 9,-20,