Searched refs:headroom (Results 1 – 7 of 7) sorted by relevance
820 int headroom=(look->quant_q-predicted<predicted? in floor1_encode() local832 if(val<-headroom) in floor1_encode()833 val=headroom-val-1; in floor1_encode()837 if(val>=headroom) in floor1_encode()838 val= val+headroom; in floor1_encode()
360 unsigned int headroom);1161 static inline int skb_cow(struct sk_buff *skb, unsigned int headroom) in skb_cow() argument1163 int delta = (headroom > NET_SKB_PAD ? headroom : NET_SKB_PAD) - in skb_cow()
152 MOV tmp0, tmp0, ASR #1 @ add 6dB headroom
934 INT headroom; in FDKaacEnc_psyMain() local941 headroom = 6; in FDKaacEnc_psyMain()943 headroom = 0; in FDKaacEnc_psyMain()947 else if (clipNrgShift>=-headroom) in FDKaacEnc_psyMain()
505 int headroom = getScaleFactorPsStatesBuffer(h_ps_d); in scalFilterBankValues() local506 maxScal = fixMax(maxScal,(INT)(h_ps_d->specificTo.mpeg.scaleFactorPsDelayBuffer-headroom)); in scalFilterBankValues()
47388 some "headroom" for the C+stack in use when the limit is set up,