Lines Matching defs:max
225 static void write_uint_max(PutBitContext *pb, unsigned int value, unsigned int max)
229 if (!max)
232 bits = bits_to_store(max);
237 if ( (value | (1 << (bits-1))) <= max)
241 static unsigned int read_uint_max(GetBitContext *gb, int max)
245 if (!max)
248 bits = bits_to_store(max);
254 if ( (value | (1<<(bits-1))) <= max)
263 int i, j, x = 0, low_bits = 0, max = 0;
289 if (copy[i] > max)
290 max = abs(copy[i]);
293 bits = av_calloc(entries*max, sizeof(*bits));
300 for (i = 0; i <= max; i++)
630 // max tap 2048