Searched refs:headroom (Results 1 - 6 of 6) sorted by relevance

/external/kernel-headers/original/linux/
H A Dskbuff.h360 unsigned int headroom);
863 * start. If this would exceed the total buffer headroom the kernel will
888 * the memory to the headroom. A pointer to the next data in the buffer
945 * skb_reserve - adjust headroom
949 * Increase the headroom of an empty &sk_buff by reducing the tail
983 * The networking layer reserves some headroom in skb data (via
988 * Unfortunately this headroom changes the DMA alignment of the resulting
995 * headroom, you should not reduce this.
1095 * buffer has unspecified headroom built in. Users should allocate
1096 * the headroom the
1161 skb_cow(struct sk_buff *skb, unsigned int headroom) argument
[all...]
/external/sonivox/arm-hybrid-22k/lib_src/
H A DARM-E_voice_gain_gnu.s152 MOV tmp0, tmp0, ASR #1 @ add 6dB headroom
/external/sonivox/arm-wt-22k/lib_src/
H A DARM-E_voice_gain_gnu.s152 MOV tmp0, tmp0, ASR #1 @ add 6dB headroom
/external/libvorbis/lib/
H A Dfloor1.c820 int headroom=(look->quant_q-predicted<predicted? local
832 if(val<-headroom)
833 val=headroom-val-1;
837 if(val>=headroom)
838 val= val+headroom;
/external/aac/libAACenc/src/
H A Dpsy_main.cpp708 /* For short windows 1 additional bit headroom is necessary to prevent overflows when summing up energies in FDKaacEnc_groupShortData() */
934 INT headroom; local
941 headroom = 6;
943 headroom = 0;
947 else if (clipNrgShift>=-headroom)
/external/aac/libSBRdec/src/
H A Dpsdec.cpp505 int headroom = getScaleFactorPsStatesBuffer(h_ps_d); local
506 maxScal = fixMax(maxScal,(INT)(h_ps_d->specificTo.mpeg.scaleFactorPsDelayBuffer-headroom));

Completed in 200 milliseconds