Searched refs:Int16Array (Results 1 – 5 of 5) sorted by relevance
/external/skia/experimental/tskit/bindings/ |
D | embind.d.ts | 13 HEAP16: Int16Array;
|
/external/ComputeLibrary/arm_compute/runtime/ |
D | Array.h | 79 using Int16Array = Array<int16_t>; variable
|
/external/brotli/js/ |
D | decode.js | 34 …var INSERT_LENGTH_N_BITS = Int16Array.from([0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x01, 0x02, … 35 …var COPY_LENGTH_N_BITS = Int16Array.from([0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x… 36 var CMD_LOOKUP = new Int16Array(2816); 85 var /** !Int16Array */ insertLengthOffsets = new Int16Array(24); 86 var /** !Int16Array */ copyLengthOffsets = new Int16Array(24); 1249 this.params = new Int16Array(0); 1252 this.params = new Int16Array(numTransforms); 1604 s.shortBuffer = new Int16Array(2080); 1786 this.shortBuffer = new Int16Array(0);
|
D | decode.min.js | 1 …Int16Array(24),i=new Int16Array(24);i[0]=2;for(var n=0;n<23;++n)t[n+1]=t[n]+(1<<Pe[n]),i[n+1]=i[n]…
|
/external/skia/modules/canvaskit/npm_build/types/ |
D | index.d.ts | 3753 export type TypedArray = Float32Array | Int32Array | Int16Array | Int8Array | Uint32Array |
|