summaryrefslogtreecommitdiffstats
path: root/baseline/source/cjpeg_wrbmp/ChangeLog.txt
blob: df2177080cbcf8d191c404af82247e9206f68f6a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
File: cjpeg_jpeg6b_wrbmp.c
Original provenience: 

2017-04-18:
- Annotated cjpeg_wrbmp_main as entry-point for timing analysis

2015-10-14:
- Remove comment on line 1
- Added generic TACLeBench header to line 1
- Changed struct name to cjpeg_jpeg6b_wrbmp_name
- Changed the global variable from {name} to cjpeg_jpeg6b_wrbmp_{name}
- Changed the functions from {name} to cjpeg_jpeg6b_wrbmp_{name}
- Removed code in comment
- Added cjpeg_jpeg6b_wrbmp_main()
- Added cjpeg_jpeg6b_wrbmp_return()
- Added cjpeg_jpeg6b_wrbmp_init()
- Added forward declaration of the functions
- Removed unused variables: test_image[] and color_map[]
- Applied Code Style 

File: input.c
Original provenience: 

2015-10-12:
- Remove comment on line 1
- Added generic TACLeBench header to line 1
- Removed _jpeg6b_ from the prefix
- Changed the global variable from colormap to cjpeg_jpeg6b_wrbmp_colormap
- Removed unused variables: test_image[] and color_map[]
- Moved initialization of cjpeg_jpeg6b_wrbmp_colormap to function. This function is called from cjpeg_jpeg6b_wrbmp_init function
- Applied Code Style 

File: cderror.h
Original provenience: 

2015-10-12:
- Remove comment on line 1
- Added generic TACLeBench header to line 1
- Removed _jpeg6b_ from the prefix
- Changed JMESSAGE to CJPEG_JPEG6B_WRBMP_JMESSAGE
- Changed JMAKE_ENUM_LIST to CJPEG_JPEG6B_WRBMP_JMAKE_ENUM_LIST
- Applied Code Style 


File: cdjpeg.h
Original provenience: 

2015-10-12:
- Remove comment on line 1
- Added generic TACLeBench header to line 1
- Rename structs and typedef to cjpeg_jpeg6b_wrbmp_{name}
- Removed unused defines

File: jconfig.h
Original provenience: 

2015-10-12:
- Remove comment on line 1
- Added generic TACLeBench header to line 1
- Change defines to CJPEG_JPEG6B_WRBMP_{NAME}
- Removed _jpeg6b_ from the prefix
- Applied Code Style 


File: jerror.h
Original provenience: 

2015-10-12:
- Remove comment on line 1
- Added generic TACLeBench header to line 1
- Removed error and warning defines
- Removed _jpeg6b_ from the prefix
- Applied Code Style 


File: jmorecfg.h
Original provenience: 

2015-10-12:
- Remove comment on line 1
- Added generic TACLeBench header to line 1
- Removed unused comments
- Removed _jpeg6b_ from the prefix
- Removed unused defines
- Removed unused typedefs
- Applied Code Style 


File: jpeglib.h
Original provenience: 

2015-10-12:
- Remove comment on line 1
- Used define value directly
- Remove unused typedefs, defines
- Removed _jpeg6b_ from the prefix
- Changed struct name to cjpeg_jpeg6b_wrbmp_{name}
- Changed define {name} to cjpeg_jpeg6b_wrbmp_{name}
- Added generic TACLeBench header to line 1
- Applied Code Style