Lines Matching defs:scale
105 int quality, scale;
139 unsigned scale;
157 scale = 0x80000000u / m->total_weight;
158 m->zero_freq = m->zero_weight * scale >> 18;
159 m->total_freq = m->total_weight * scale >> 18;
166 unsigned scale;
181 scale = 0x80000000u / m->tot_weight;
183 m->freqs[i] = sum * scale >> 16;
220 unsigned scale;
236 scale = 0x80000000u / m->tot_weight;
239 m->freqs[i] = sum * scale >> 16;
603 block[i] *= hc->scale;
658 ctx->haar_coder[i].scale = 17 - 7 * quality / 50;