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

  /device/google/dragon/audio/hal/dsp/
drc.c 137 struct biquad *deemphasis)
163 deemphasis->b0 = a0 * beta;
164 deemphasis->b1 = a1 * beta;
165 deemphasis->b2 = a2 * beta;
166 deemphasis->a1 = b1;
167 deemphasis->a2 = b2;
170 /* Initializes the emphasis and deemphasis filter */
196 /* Frees the emphasis and deemphasis filter */
  /system/core/include/system/
radio.h 58 /* FM deemphasis variant implemented. A struct radio_hal_fm_band_config can list one or more. */
92 radio_deemphasis_t deemphasis; /* deemphasis variant */ member in struct:radio_hal_fm_band_config
  /external/libopus/celt/
celt.h 208 void deemphasis(celt_sig *in[], opus_val16 *pcm, int N, int C, int downsample, const opus_val16 *coef, celt_sig *mem, celt_sig * OPUS_RESTRICT scratch);
celt_decoder.c 193 void deemphasis(celt_sig *in[], opus_val16 *pcm, int N, int C, int downsample, const opus_val16 *coef, celt_sig *mem, celt_sig * OPUS_RESTRICT scratch) function
387 deemphasis scratch buffer. */
647 deemphasis(out_syn, pcm, N, C, downsample,
1015 deemphasis(out_syn, pcm, N, CC, st->downsample, mode->preemph, st->preemph_memD, freq);
    [all...]
celt_encoder.c     [all...]
  /frameworks/av/services/radio/
RadioService.cpp 237 if ((band->fm.deemphasis & halBand->fm.deemphasis) == 0) continue;
  /frameworks/base/core/jni/
android_hardware_Radio.cpp 361 nBandconfig->band.fm.deemphasis = radio_demephasis_for_region(nBandconfig->region);
    [all...]
  /hardware/libhardware/modules/radio/
radio_hw.c 56 .deemphasis = RADIO_DEEMPHASIS_75,

Completed in 327 milliseconds