HomeSort by relevance Sort by last modified time
    Searched full:headroom (Results 1 - 25 of 46) sorted by null

1 2

  /frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Process.c 68 /* when converting from 16-bit format, this scaling allows for internal headroom in the */
71 /* the headroom loss. This headroom loss is compensated in the volume control so the */
113 * (For a 16-bit implementation apply headroom loss here)
178 * headroom and volume (if enabled)
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Private.h 223 /* Headroom */
224 LVM_HeadroomParams_t NewHeadroomParams; /* New headroom parameters pending update */
225 LVM_HeadroomParams_t HeadroomParams; /* Headroom parameters */
228 LVM_UINT16 Headroom; /* Value of the current headroom */
LVM_Control.c 367 * Set volume control and AVL volumes according to headroom and volume user setting
374 if(Volume > -pInstance->Headroom)
375 Volume = (LVM_INT16)-pInstance->Headroom;
429 /* Find suitable headroom based on EQ settings. */
445 LVM_INT16 Headroom = 0;
451 /* Find typical headroom value */
467 if((MaxGain - pInstance->HeadroomParams.pHeadroomDefinition[jj].Headroom_Offset) > Headroom){
468 Headroom = (LVM_INT16)(MaxGain - pInstance->HeadroomParams.pHeadroomDefinition[jj].Headroom_Offset);
473 if(Headroom < 0)
474 Headroom = 0
    [all...]
LVM_Init.c 292 * Headroom management memory allocation
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Bundle/lib/
LVM.h 99 /* Headroom management */
200 /* Headroom management operating mode */
252 /* Headroom band definition */
257 LVM_INT16 Headroom_Offset; /* Headroom = biggest band gain - Headroom_Offset */
317 /* Headroom management parameter structure */
320 LVM_Headroom_Mode_en Headroom_OperatingMode; /* Headroom Control On/Off */
321 LVM_HeadroomBandDef_t *pHeadroomDefinition; /* Pointer to headroom bands definition */
322 LVM_UINT16 NHeadroomBands; /* Number of headroom bands */
529 /* This function is used to set the automatic headroom management parameters. */
533 /* pHeadroomParams Pointer to headroom parameter structure *
    [all...]
  /external/chromium_org/build/internal/
release_impl_official.gypi 31 # headroom as of Dec 16, 2011.
  /frameworks/av/libvideoeditor/vss/common/inc/
SSRC.h 233 /* This function sets headroom gain and the post gain of the SSRC */
236 /* bHeadroomGainEnabled parameter to enable or disable the headroom gain of the */
239 /* level is below -6dB in all cases (the default headroom */
248 /* in an overall gain of -3dB (-6dB headroom + 3dB output gain)*/
  /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/aac/libFDK/include/
fft_rad2.h 100 * \param x Input/Output data buffer. The input data must have at least 1 bit scale headroom.
111 * \param x Input/Output data buffer. The input data must have at least 1 bit scale headroom.
fft.h 100 * \param pInput Input/Output data buffer. The input data must have at least 1 bit scale headroom.
111 * \param pInput Input/Output data buffer. The input data must have at least 1 bit scale headroom.
mdct.h 98 #define MDCT_OUT_HEADROOM 2 /* Output additional headroom */
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
FFTFrame.cpp 212 // Leave 20 sample headroom (for leading edge of impulse)
216 // Remove average group delay (minus 20 samples for headroom)
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmdefs.h 192 /* packet headroom necessary to accommodate the largest header in the system, (i.e TXOFF).
214 /* Headroom required for dongle-to-host communication. Packets allocated
  /external/chromium/chrome/browser/renderer_host/
web_cache_manager.cc 193 // We need enough space for our current objects, plus some headroom.
199 // We need enough space to keep out live resources, plus some headroom.
358 if ( // Ideally, we'd like to give the active renderers some headroom and
  /external/chromium_org/chrome/browser/renderer_host/
web_cache_manager.cc 225 // We need enough space for our current objects, plus some headroom.
231 // We need enough space to keep out live resources, plus some headroom.
396 if ( // Ideally, we'd like to give the active renderers some headroom and
  /external/chromium_org/third_party/opus/src/silk/fixed/
find_LTP_FIX.c 80 /* Assure headroom */
200 /* w has at least 2 bits of headroom so no overflow should happen */
corrMatrix_FIX.c 79 const opus_int head_room, /* I Desired headroom */
main_FIX.h 218 const opus_int head_room, /* I Desired headroom */
  /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/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/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/chromium_org/chrome/browser/
chrome_browser_main_mac.mm 141 // provide some headroom and then leave it alone. See HISTOGRAM_ENUMERATION
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
vec.h 256 create additional headroom. Note this can cause V to be
267 create additional headroom. Note this can cause V to be
281 often will be. DST is assumed to have sufficient headroom
294 often will be. DST need not have sufficient headroom and will be
    [all...]

Completed in 1676 milliseconds

1 2