mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-15 10:09:45 +00:00
Extra Wp2 Options (#853)
* wip * wip * Add extra options * Even more options! * Update src/features/encoders/wp2/client/index.tsx Co-authored-by: Surma <surma@surma.dev> Co-authored-by: Surma <surma@surma.dev>
This commit is contained in:
@@ -576,7 +576,7 @@ var wp2_enc = (function () {
|
||||
},
|
||||
});
|
||||
var ob = {
|
||||
p: function (a, b, c, d) {
|
||||
t: function (a, b, c, d) {
|
||||
A(
|
||||
'Assertion failed: ' +
|
||||
C(a) +
|
||||
@@ -807,7 +807,7 @@ var wp2_enc = (function () {
|
||||
return [];
|
||||
});
|
||||
},
|
||||
c: function (a, b, c, d, e) {
|
||||
d: function (a, b, c, d, e) {
|
||||
function g(l) {
|
||||
return l;
|
||||
}
|
||||
@@ -1000,10 +1000,10 @@ var wp2_enc = (function () {
|
||||
},
|
||||
});
|
||||
},
|
||||
q: function (a, b, c, d, e, g) {
|
||||
p: function (a, b, c, d, e, g) {
|
||||
Fa[a] = { name: U(b), da: Y(c, d), ea: Y(e, g), U: [] };
|
||||
},
|
||||
e: function (a, b, c, d, e, g, m, h, k, l) {
|
||||
c: function (a, b, c, d, e, g, m, h, k, l) {
|
||||
Fa[a].U.push({
|
||||
X: U(b),
|
||||
aa: c,
|
||||
@@ -1034,7 +1034,7 @@ var wp2_enc = (function () {
|
||||
m: function (a) {
|
||||
4 < a && (X[a].T += 1);
|
||||
},
|
||||
t: function (a, b, c, d) {
|
||||
q: function (a, b, c, d) {
|
||||
a || W('Cannot use deleted val. handle = ' + a);
|
||||
a = X[a].value;
|
||||
var e = ib[b];
|
||||
@@ -1079,7 +1079,7 @@ var wp2_enc = (function () {
|
||||
u: function (a, b, c) {
|
||||
D.copyWithin(a, b, b + c);
|
||||
},
|
||||
d: function (a) {
|
||||
e: function (a) {
|
||||
a >>>= 0;
|
||||
var b = D.length;
|
||||
if (2147483648 < a) return !1;
|
||||
|
||||
Reference in New Issue
Block a user