Home | History | Annotate | Download | only in celt

Lines Matching defs:budget

292    opus_uint32 budget;
295 budget = dec->storage*8;
298 tf_select_rsv = LM>0 && tell+logp+1<=budget;
299 budget -= tf_select_rsv;
303 if (tell+logp<=budget)