fix lint error, remove unnecessary comment
This commit is contained in:
parent
15c132d4b9
commit
8af527919a
@ -351,8 +351,6 @@ var JpxImage = (function JpxImageClosure() {
|
|||||||
];
|
];
|
||||||
|
|
||||||
function BitModel(width, height, subband, zeroBitPlanes) {
|
function BitModel(width, height, subband, zeroBitPlanes) {
|
||||||
// TODO do we need to know offsets of the coefficients (not only width
|
|
||||||
// and height) ?
|
|
||||||
this.width = width;
|
this.width = width;
|
||||||
this.height = height;
|
this.height = height;
|
||||||
|
|
||||||
@ -1405,7 +1403,7 @@ var JpxImage = (function JpxImageClosure() {
|
|||||||
if (!scalarExpounded) {
|
if (!scalarExpounded) {
|
||||||
// formula E-5
|
// formula E-5
|
||||||
mu = spqcds[0].mu;
|
mu = spqcds[0].mu;
|
||||||
epsilon = spqcds[0].epsilon + (i > 0 ? 1 - i : 0);
|
epsilon = spqcds[0].epsilon + (i > 0 ? 1 - i : 0);
|
||||||
} else {
|
} else {
|
||||||
mu = spqcds[b].mu;
|
mu = spqcds[b].mu;
|
||||||
epsilon = spqcds[b].epsilon;
|
epsilon = spqcds[b].epsilon;
|
||||||
|
Loading…
Reference in New Issue
Block a user