HomeSort by relevance Sort by last modified time
    Searched refs:num_bands (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/libxaac/decoder/
ixheaacd_mps_hybfilter.h 28 WORD32 num_bands, WORD32 num_samples,
33 WORD32 num_bands, WORD32 num_samples,
ixheaacd_freq_sca.c 334 WORD16 num_bands; local
337 num_bands = (WORD16)(k2 - k0);
338 num_bands = num_bands - (num_bands & 0x1);
341 num_bands = (WORD16)((k2 - k0) + 2) >> 2;
342 num_bands = num_bands << 1;
344 if (num_bands < 1) {
347 k2_achived = k0 + (num_bands << (dk - 1))
    [all...]
ixheaacd_mps_hybrid_filt.c 175 WORD32 num_bands, WORD32 num_samples,
203 for (k = 0; k < num_bands - lf_qmf_bands; k++) {
210 for (k = 0; k < num_bands - lf_qmf_bands; k++) {
259 for (k = 0; k < num_bands - lf_qmf_bands; k++) {
269 WORD32 num_bands, WORD32 num_samples,
288 for (k = 3; k < num_bands; k++) {
  /external/webrtc/webrtc/modules/audio_processing/ns/
noise_suppression_x.c 42 int num_bands,
45 num_bands, outFrame);
noise_suppression_x.h 73 * - num_bands : Number of bands
81 int num_bands,
noise_suppression.c 44 size_t num_bands,
46 WebRtcNs_ProcessCore((NoiseSuppressionC*)NS_inst, spframe, num_bands,
noise_suppression.h 89 * - num_bands : Number of bands
97 size_t num_bands,
ns_core.h 176 * - num_bands : Number of bands
184 size_t num_bands,
  /external/webrtc/webrtc/modules/audio_processing/
splitting_filter.cc 20 size_t num_bands,
22 : num_bands_(num_bands) {
35 RTC_DCHECK_EQ(num_bands_, bands->num_bands());
38 bands->num_frames_per_band() * bands->num_bands());
39 if (bands->num_bands() == 2) {
41 } else if (bands->num_bands() == 3) {
48 RTC_DCHECK_EQ(num_bands_, bands->num_bands());
51 bands->num_frames_per_band() * bands->num_bands());
52 if (bands->num_bands() == 2) {
54 } else if (bands->num_bands() == 3)
    [all...]
splitting_filter.h 48 SplittingFilter(size_t num_channels, size_t num_bands, size_t num_frames);
noise_suppression_impl.cc 100 audio->num_bands(),
105 audio->num_bands(),
gain_control_impl.cc 146 audio->num_bands(),
162 audio->num_bands(),
204 audio->num_bands(),
  /external/webrtc/webrtc/common_audio/
channel_buffer.h 44 size_t num_bands = 1)
46 channels_(new T*[num_channels * num_bands]),
47 bands_(new T*[num_channels * num_bands]),
49 num_frames_per_band_(num_frames / num_bands),
51 num_bands_(num_bands) {
119 size_t num_bands() const { return num_bands_; } function in class:webrtc::ChannelBuffer
145 IFChannelBuffer(size_t num_frames, size_t num_channels, size_t num_bands = 1);
155 size_t num_bands() const { return ibuf_.num_bands(); } function in class:webrtc::IFChannelBuffer
channel_buffer.cc 17 size_t num_bands)
19 ibuf_(num_frames, num_channels, num_bands),
21 fbuf_(num_frames, num_channels, num_bands) {}
  /external/webrtc/webrtc/modules/audio_processing/agc/legacy/
gain_control.h 98 * - num_bands : Number of bands in input vector
107 size_t num_bands,
120 * - num_bands : Number of bands in input vector
135 size_t num_bands,
154 * - num_bands : Number of bands in input/output vector
176 size_t num_bands,
digital_agc.h 59 size_t num_bands,
  /hardware/libhardware/modules/radio/
radio_hal_tool.c 49 hal_properties.num_bands);
52 for (i = 0; i < hal_properties.num_bands; i++) {
81 if ((uint32_t) band_number >= hal_properties.num_bands) {
82 printf("Tuner number range should be: [0, %d]\n", hal_properties.num_bands);
  /external/aac/libSBRdec/src/
sbrdec_freq_sca.cpp 120 static void CalcBands(UCHAR *diff, UCHAR start, UCHAR stop, UCHAR num_bands);
483 static FIXP_SGL calcFactorPerBand(int k_start, int k_stop, int num_bands) {
504 /* Calculate temp^num_bands: */
505 for (j = 0; j < num_bands; j++)
546 int num_bands; local
563 num_bands = 2 * ((LONG)num_bands_div128 >> (FRACT_BITS - 7));
565 return (num_bands);
578 UCHAR num_bands) /*!< Desired number of bands */
584 FIXP_SGL bandfactor = calcFactorPerBand(start, stop, num_bands);
590 for (i = num_bands - 1; i >= 0; i--)
    [all...]
  /system/core/libsystem/include/system/
radio.h 143 uint32_t num_bands; /* number of band descriptors */ member in struct:radio_hal_properties
159 uint32_t num_bands; member in struct:radio_properties
  /external/webrtc/webrtc/modules/audio_processing/aec/
echo_cancellation.c 108 size_t num_bands,
115 size_t num_bands,
340 size_t num_bands,
373 num_bands,
381 num_bands,
574 size_t num_bands,
625 for (i = 0; i < num_bands; ++i) {
711 num_bands,
722 size_t num_bands,
750 for (i = 0; i < num_bands; ++i)
    [all...]
aec_core.h 70 size_t num_bands,
echo_cancellation.h 145 * int num_bands Number of bands in nearend buffer
162 size_t num_bands,
  /hardware/qcom/audio/post_proc/
effect_api.c 281 void offload_eq_set_bands_level(struct eq_params *eq, int num_bands,
287 eq->config.num_bands = num_bands;
288 for (i=0; i<num_bands; i++) {
336 eq->config.num_bands * EQ_CONFIG_PER_BAND_PARAM_LEN;
339 *p_param_values++ = eq->config.num_bands;
340 for (i=0; i<eq->config.num_bands; i++) {
  /hardware/interfaces/broadcastradio/1.0/default/
Utils.cpp 183 new BandConfig[halProperties->num_bands];
184 for (size_t i = 0; i < halProperties->num_bands; i++) {
187 properties->bands.setToExternal(bands, halProperties->num_bands);
189 properties->bands.resize(halProperties->num_bands);
  /external/libxaac/decoder/drc_src/
impd_drc_process.c 364 WORD32 c, g, e, i, num_bands; local
391 num_bands = 1;
395 num_bands = 1;
403 num_bands = str_drc_instruction_str->band_count_of_ch_group[g];
421 num_bands = 1;
423 switch (num_bands) {

Completed in 251 milliseconds

1 2 3