Searched refs:tabByte2 (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/classes/com/sun/media/sound/
H A DUlawCodec.java248 byte tabByte2[] = null; field in class:UlawCodec.UlawCodecStream
282 tabByte2 = ULAW_TABL;
287 tabByte2 = ULAW_TABH;
402 b[i+1] = tabByte2[b[readOffset] & 0xFF];
H A DAlawCodec.java260 byte tabByte2[] = null; field in class:AlawCodec.AlawCodecStream
295 tabByte2 = ALAW_TABL;
300 tabByte2 = ALAW_TABH;
426 b[i+1] = tabByte2[b[readOffset] & 0xFF];

Completed in 43 milliseconds