Home | History | Annotate | Download | only in celt

Lines Matching defs:budget

719    opus_uint32 budget;
721 budget = enc->storage*8;
725 tf_select_rsv = LM>0 && tell+logp+1 <= budget;
726 budget -= tf_select_rsv;
730 if (tell+logp<=budget)
919 /* Make sure that dynamic allocation can't make us bust the budget */