Lines Matching refs:IMAX
384 effEnd = IMAX(start, IMIN(end, mode->effEBands));
529 int shift = IMAX(0,2*celt_zlog2(celt_maxabs16(&exc[MAX_PERIOD-exc_length], exc_length))-20);
728 st->end = IMAX(1, mode->effEBands-2*(data0>>5));
857 quanta = IMIN(width<<BITRES, IMAX(6<<BITRES, width));
874 dynalloc_logp = IMAX(2, dynalloc_logp-1);
914 ALLOC(freq, IMAX(CC,C)*N, celt_sig); /**< Interleaved signal MDCTs */
957 st->postfilter_period=IMAX(st->postfilter_period, COMBFILTER_MINPERIOD);
958 st->postfilter_period_old=IMAX(st->postfilter_period_old, COMBFILTER_MINPERIOD);