Searched refs:ringBuffers (Results 1 – 3 of 3) sorted by relevance
484 final int[] ringBuffers = s.rings; in decodeBlockTypeAndLength() local491 blockType = ringBuffers[offset + 1] + 1; in decodeBlockTypeAndLength()493 blockType = ringBuffers[offset]; in decodeBlockTypeAndLength()500 ringBuffers[offset] = ringBuffers[offset + 1]; in decodeBlockTypeAndLength()501 ringBuffers[offset + 1] = blockType; in decodeBlockTypeAndLength()
407 int[] ringBuffers = state.blockTypeRb; in DecodeBlockTypeAndLength()414 blockType = ringBuffers[offset + 1] + 1; in DecodeBlockTypeAndLength()418 blockType = ringBuffers[offset]; in DecodeBlockTypeAndLength()428 ringBuffers[offset] = ringBuffers[offset + 1]; in DecodeBlockTypeAndLength()429 ringBuffers[offset + 1] = blockType; in DecodeBlockTypeAndLength()
496 var /** !Int32Array */ ringBuffers = s.rings;505 blockType = ringBuffers[offset + 1] + 1;507 blockType = ringBuffers[offset];514 ringBuffers[offset] = ringBuffers[offset + 1];515 ringBuffers[offset + 1] = blockType;