Lines Matching refs:Uint32Array
2003 var view32 = new Uint32Array(buffer8.buffer, 0, 1);
18505 this.codingLine = new Uint32Array(this.columns + 1);
18506 this.refLine = new Uint32Array(this.columns + 2);
20936 var histogram = new Uint32Array(prefixLengthMax + 1);
22928 var xScaleBlockOffset = new Uint32Array(width);
24954 …this.coefficentsMagnitude = mb > 14 ? new Uint32Array(coefficientCount) : mb > 6 ? new Uint16Array…
25831 var w = new Uint32Array(64);
26150 …this._mix = new Uint32Array([0x00000000, 0x0e090d0b, 0x1c121a16, 0x121b171d, 0x3824342c, 0x362d392…
32809 uint8array = new Uint8Array(new Uint32Array(widths).buffer);
53197 var cubeVertex = new Uint32Array(cubeVertices);
54582 var dataUint32 = new Uint32Array(data.buffer, 0, blockCounts);
54808 … bpc <= 8 ? new Uint8Array(length) : bpc <= 16 ? new Uint16Array(length) : new Uint32Array(length);
55121 … bpc <= 8 ? new Uint8Array(length) : bpc <= 16 ? new Uint16Array(length) : new Uint32Array(length);