Skip to content

Commit 5954826

Browse files
committed
Remove unused function
1 parent a814413 commit 5954826

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/jab/convertJabToXyz65.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import { M1 as n, C1, C2, C3 } from '../hdr/transfer.js';
22
const p = 134.03437499999998; // = 1.7 * 2523 / Math.pow(2, 5);
33
const d0 = 1.6295499532821566e-11;
44

5-
const npow = (v, exp) => Math.sign(v) * Math.pow(Math.abs(v), exp);
6-
75
/*
86
The encoding function is derived from Perceptual Quantizer.
97
*/

0 commit comments

Comments
 (0)