Lines Matching refs:FFMIN
98 symbol = total - FFMIN(symbol, total);
163 const int to_write = FFMIN(32 - rc->rb.cachelen, count);
191 k = total - FFMIN(k, total);
196 return FFMIN(k, size - 1);
217 symbol = total - FFMIN(symbol, total);
241 center = total - FFMIN(center, total);
283 center = (1 << 15) - FFMIN(center, 1 << 15);
309 opus_rc_dec_update(rc, scale, low, FFMIN(low + symbol, 32768), 32768);
330 const int distance = FFMIN(val - i, (((32768 - low) - !pos) >> 1) - 1);
332 symbol = FFMIN(1, 32768 - low);