Closed
Bug 263087
Opened 21 years ago
Closed 21 years ago
Remove unused fast integer jpeg decode/encode routines
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bernard.alleysson, Assigned: bernard.alleysson)
Details
Attachments
(1 file)
|
1.17 KB,
patch
|
tor
:
review+
tor
:
superreview+
|
Details | Diff | Splinter Review |
Mozilla use accurate slow integer routines, fast integer routines are not needed.
All of the code of jidctfst.c and jfdctfst.c will be removed. It will reduce
code size by a small amount.
| Assignee | ||
Comment 1•21 years ago
|
||
I'm running with this now. No problem so far. It's a one line patch. It removes
unused code.
| Assignee | ||
Comment 2•21 years ago
|
||
Comment on attachment 161254 [details] [diff] [review]
remove fast integer encode/decode support
tor, would you like to review ?
Attachment #161254 -
Flags: review?(tor)
Attachment #161254 -
Flags: superreview+
Attachment #161254 -
Flags: review?(tor)
Attachment #161254 -
Flags: review+
Checking in jmorecfg.h;
/cvsroot/mozilla/jpeg/jmorecfg.h,v <-- jmorecfg.h
new revision: 3.15; previous revision: 3.14
done
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•