HomeSort by relevance Sort by last modified time
    Searched full:loudness (Results 1 - 22 of 22) sorted by null

  /external/speex/libspeex/
preprocess.c 236 float *loudness_weight; /**< Perceptual loudness curve */
237 float loudness; /**< Loudness estimate */ member in struct:SpeexPreprocessState_
242 float prev_loudness; /**< Loudness of previous frame */
293 in the loudness domain ( sqrt[amplitude] )
353 in the loudness domain ( sqrt[amplitude] )
515 /*st->loudness = pow(AMP_SCALE*st->agc_level,LOUDNESS_EXP);*/
516 st->loudness = 1e-15;
574 float loudness=1.f; local
579 loudness += 2.f*N*st->ps[i]* st->loudness_weight[i]
    [all...]
  /external/bluetooth/bluez/sbc/
sbc.c 68 LOUDNESS = SBC_AM_LOUDNESS,
169 int bitneed[2][8], loudness, max_bitneed, bitcount, slicecount, bitslice; local
186 loudness = frame->scale_factor[ch][sb] - sbc_offset4[sf][sb];
188 loudness = frame->scale_factor[ch][sb] - sbc_offset8[sf][sb];
189 if (loudness > 0)
190 bitneed[ch][sb] = loudness / 2;
192 bitneed[ch][sb] = loudness;
251 int bitneed[2][8], loudness, max_bitneed, bitcount, slicecount, bitslice; local
270 loudness = frame->scale_factor[ch][sb] - sbc_offset4[sf][sb];
272 loudness = frame->scale_factor[ch][sb] - sbc_offset8[sf][sb]
    [all...]
sbcenc.c 146 sbc.allocation == SBC_AM_SNR ? "SNR" : "LOUDNESS",
222 "\t-S, --snr Use SNR mode (default is loudness)\n"
sbcdec.c 130 sbc.allocation == SBC_AM_SNR ? "SNR" : "LOUDNESS",
sbcinfo.c 285 printf("Allocation method\t%s\n", method ? "SNR" : "Loudness");
  /external/bluetooth/bluez/audio/
gstsbcenc.c 76 { SBC_AM_LOUDNESS, "Loudness", "loudness" },
164 "allocation = (string) { \"snr\", \"loudness\" }, "
gstsbcutil.c 268 return "loudness";
272 return "loudness";
280 if (g_ascii_strcasecmp(allocation, "loudness") == 0)
gstsbcparse.c 58 "allocation = (string) { \"snr\", \"loudness\" },"
gstrtpsbcpay.c 87 "allocation = (string) { \"snr\", \"loudness\" }, "
gsta2dpsink.c 66 "allocation = (string) { \"snr\", \"loudness\" }, "
gstavdtpsink.c 319 if (strcmp(pref, "loudness") == 0)
527 g_value_set_static_string(value, "loudness");
    [all...]
liba2dp.c 578 DBG("\tallocation_method: LOUDNESS\n");
pcm_bluetooth.c     [all...]
  /external/speex/include/speex/
speex_preprocess.h 181 /* Can't set loudness */
182 /** Get loudness */
  /external/bluetooth/hcidump/parser/
avdtp.c 263 printf("Loudness ");
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Audio.h 400 OMX_AUDIO_SBCAllocMethodLoudness, /**< Loudness allocation method */
    [all...]
  /frameworks/base/include/media/stagefright/openmax/
OMX_Audio.h 417 OMX_AUDIO_SBCAllocMethodLoudness, /**< Loudness allocation method */
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Audio.h 400 OMX_AUDIO_SBCAllocMethodLoudness, /**< Loudness allocation method */
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Audio.h 400 OMX_AUDIO_SBCAllocMethodLoudness, /**< Loudness allocation method */
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacenc/src/
adj_thr.c 62 * description: loudness calculation (threshold to the power of redExp)
    [all...]
  /external/srec/config/en.us/dictionary/
large.ok     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 238 milliseconds