HomeSort by relevance Sort by last modified time
    Searched refs:headroom (Results 1 - 7 of 7) sorted by null

  /external/kernel-headers/original/linux/
skbuff.h 360 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 they think they need without accounting for th
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM-E_voice_gain_gnu.s 152 MOV tmp0, tmp0, ASR #1 @ add 6dB headroom
  /external/sonivox/arm-wt-22k/lib_src/
ARM-E_voice_gain_gnu.s 152 MOV tmp0, tmp0, ASR #1 @ add 6dB headroom
  /external/libvorbis/lib/
floor1.c 820 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/
psy_main.cpp 703 /* For short windows 1 additional bit headroom is necessary to prevent overflows when summing up energies in FDKaacEnc_groupShortData() */
929 INT headroom; local
    [all...]
adj_thr.cpp 2412 int headroom = (bitresLevel>=50*nChannels) ? 0 : (100*nChannels); local
    [all...]
  /external/aac/libSBRdec/src/
psdec.cpp 505 int headroom = getScaleFactorPsStatesBuffer(h_ps_d); local
506 maxScal = fixMax(maxScal,(INT)(h_ps_d->specificTo.mpeg.scaleFactorPsDelayBuffer-headroom));
    [all...]

Completed in 304 milliseconds