Lines Matching refs:hparams
122 BrotliHasherParams* hparams) {
124 hparams->type = 10;
126 hparams->type = 54;
128 hparams->type = params->quality;
130 hparams->type = params->quality < 7 ? 40 : params->quality < 9 ? 41 : 42;
132 hparams->type = 6;
133 hparams->block_bits = params->quality - 1;
134 hparams->bucket_bits = 15;
135 hparams->hash_len = 5;
136 hparams->num_last_distances_to_check =
139 hparams->type = 5;
140 hparams->block_bits = params->quality - 1;
141 hparams->bucket_bits = params->quality < 7 ? 14 : 15;
142 hparams->num_last_distances_to_check =
153 if (hparams->type == 3) {
154 hparams->type = 35;
156 if (hparams->type == 54) {
157 hparams->type = 55;
159 if (hparams->type == 6) {
160 hparams->type = 65;