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

  /external/syslinux/gpxe/src/net/
iobpad.c 47 size_t headroom; local
59 headroom = iob_headroom ( iobuf );
60 iob_push ( iobuf, headroom );
62 iob_unput ( iobuf, 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 705 /* For short windows 1 additional bit headroom is necessary to prevent overflows when summing up energies in FDKaacEnc_groupShortData() */
936 INT headroom; local
    [all...]
adj_thr.cpp 337 /* Additional headroom for addition */
2445 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...]
  /prebuilts/go/darwin-x86/src/compress/flate/
huffman_bit_writer.go 32 // It must have additional headroom for a flush
  /prebuilts/go/darwin-x86/src/crypto/elliptic/
p224.go 136 // Using 28-bit limbs means that there's only 4 bits of headroom, which is less
  /prebuilts/go/linux-x86/src/compress/flate/
huffman_bit_writer.go 32 // It must have additional headroom for a flush
  /prebuilts/go/linux-x86/src/crypto/elliptic/
p224.go 136 // Using 28-bit limbs means that there's only 4 bits of headroom, which is less

Completed in 239 milliseconds