PandA-2024.02
mpeg2dec.h
Go to the documentation of this file.
1 /* mpeg2dec.h, MPEG specific defines */
2 /*
3 +--------------------------------------------------------------------------+
4 | CHStone : a suite of benchmark programs for C-based High-Level Synthesis |
5 | ======================================================================== |
6 | |
7 | * Collected and Modified : Y. Hara, H. Tomiyama, S. Honda, |
8 | H. Takada and K. Ishii |
9 | Nagoya University, Japan |
10 | |
11 | * Remark : |
12 | 1. This source code is modified to unify the formats of the benchmark |
13 | programs in CHStone. |
14 | 2. Test vectors are added for CHStone. |
15 | 3. If "main_result" is 0 at the end of the program, the program is |
16 | correctly executed. |
17 | 4. Please follow the copyright of each benchmark program. |
18 +--------------------------------------------------------------------------+
19 */
20 /* Copyright (C) 1996, MPEG Software Simulation Group. All Rights Reserved. */
21 
22 /*
23  * Disclaimer of Warranty
24  *
25  * These software programs are available to the user without any license fee or
26  * royalty on an "as is" basis. The MPEG Software Simulation Group disclaims
27  * any and all warranties, whether express, implied, or statuary, including any
28  * implied warranties or merchantability or of fitness for a particular
29  * purpose. In no event shall the copyright-holder be liable for any
30  * incidental, punitive, or consequential damages of any kind whatsoever
31  * arising from the use of these programs.
32  *
33  * This disclaimer of warranty extends to the user of these programs and user's
34  * customers, employees, agents, transferees, successors, and assigns.
35  *
36  * The MPEG Software Simulation Group does not represent or warrant that the
37  * programs furnished hereunder are free of infringement of any third-party
38  * patents.
39  *
40  * Commercial implementations of MPEG-1 and MPEG-2 video, including shareware,
41  * are subject to royalty fees to patent holders. Many of these patents are
42  * general enough such that they are unavoidable regardless of implementation
43  * design.
44  *
45  */
46 
47 #define ERROR (-1)
48 
49 #define SEQUENCE_END_CODE 0x1B7
50 
51 
52 /* mv_format */
53 #define MV_FIELD 0

Generated on Mon Feb 12 2024 13:02:49 for PandA-2024.02 by doxygen 1.8.13