Home | History | Annotate | Download | only in celt

Lines Matching defs:budget

158       opus_int32 budget, opus_int32 tell,
168 if (tell+3 <= budget)
217 bits_left = budget-tell-3*C*(end-i);
227 if (budget-tell >= 15)
234 else if(budget-tell >= 2)
239 else if(budget-tell >= 1)
262 const opus_val16 *eBands, opus_val16 *oldEBands, opus_uint32 budget,
278 intra_bias = (opus_int32)((budget**delayedIntra*loss_rate)/(C*512));
282 if (tell+3 > budget)
304 badness1 = quant_coarse_energy_impl(m, start, end, eBands, oldEBands_intra, budget,
335 badness2 = quant_coarse_energy_impl(m, start, end, eBands, oldEBands, budget,
434 opus_int32 budget;
446 budget = dec->storage*8;
461 if(budget-tell>=15)
468 else if(budget-tell>=2)
473 else if(budget-tell>=1)