11cb0ef41Sopenharmony_ci/* Copyright 2013 Google Inc. All Rights Reserved. 21cb0ef41Sopenharmony_ci 31cb0ef41Sopenharmony_ci Distributed under MIT license. 41cb0ef41Sopenharmony_ci See file LICENSE for detail or copy at https://opensource.org/licenses/MIT 51cb0ef41Sopenharmony_ci*/ 61cb0ef41Sopenharmony_ci 71cb0ef41Sopenharmony_ci#include "./constants.h" 81cb0ef41Sopenharmony_ci 91cb0ef41Sopenharmony_ciconst BrotliPrefixCodeRange 101cb0ef41Sopenharmony_ci _kBrotliPrefixCodeRanges[BROTLI_NUM_BLOCK_LEN_SYMBOLS] = { 111cb0ef41Sopenharmony_ci {1, 2}, {5, 2}, {9, 2}, {13, 2}, {17, 3}, {25, 3}, 121cb0ef41Sopenharmony_ci {33, 3}, {41, 3}, {49, 4}, {65, 4}, {81, 4}, {97, 4}, 131cb0ef41Sopenharmony_ci {113, 5}, {145, 5}, {177, 5}, {209, 5}, {241, 6}, {305, 6}, 141cb0ef41Sopenharmony_ci {369, 7}, {497, 8}, {753, 9}, {1265, 10}, {2289, 11}, {4337, 12}, 151cb0ef41Sopenharmony_ci {8433, 13}, {16625, 24}}; 16