Home | History | Annotate | Download | only in src

Lines Matching defs:max

173     Word32 s, y32[L_CODE], max, tot;
181 max = 0;
191 if (L_sub (s, max) > (Word32) 0L)
192 max = s;
194 tot = L_add (tot, L_shr (max, 1));
244 Word32 max;
252 max = 0;
266 if (s > max)
268 max = s;
271 tot = (tot + (max >> 1));