Normalizer.prototype._writeInIndexedBytes = function (input, output, maxValue) {
    var value = input.readUInt16BE();
    output.writeUInt16BE(value);
    output.writeUInt16BE(value);
    output.writeUInt16BE(value);