comparison svq1_cb.h @ 1106:1e39f273ecd6 libavcodec

per file doxy
author michaelni
date Thu, 06 Mar 2003 11:32:04 +0000
parents 806dad80d142
children 7d6edcadb1a1
comparison
equal deleted inserted replaced
1105:b773f9d23236 1106:1e39f273ecd6
20 * Ported to mplayer by Arpi <arpi@thot.banki.hu> 20 * Ported to mplayer by Arpi <arpi@thot.banki.hu>
21 * Ported to libavcodec by Nick Kurshev <nickols_k@mail.ru> 21 * Ported to libavcodec by Nick Kurshev <nickols_k@mail.ru>
22 * 22 *
23 */ 23 */
24 24
25 /**
26 * @file svq1_cb.h
27 * svq1 code books.
28 */
29
25 /* 6x16-entry codebook for inter-coded 4x2 vectors */ 30 /* 6x16-entry codebook for inter-coded 4x2 vectors */
26 static const int8_t svq1_inter_codebook_4x2[768] = { 31 static const int8_t svq1_inter_codebook_4x2[768] = {
27 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,
28 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,
29 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,