HomeSort by relevance Sort by last modified time
    Searched full:band (Results 76 - 100 of 1140) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/aac/libSBRenc/src/
code_env.cpp 427 INT i, no_of_bands, band; local
526 for (band = no_of_bands - 1; band > 0; band--) {
527 if ( ptr_nrg[band] - ptr_nrg[band-1] > codeBookScfLavBalanceFreq ) {
528 ptr_nrg[band-1] = ptr_nrg[band] - codeBookScfLavBalanceFreq;
531 for (band = 1; band < no_of_bands; band++)
    [all...]
ps_encode.cpp 220 INT idx, band; local
223 for (band=0; band<nBands;band++) {
225 if( fixp_abs((input[band]>>1)-(quantTable[idx+1]>>1)) >
226 fixp_abs((input[band]>>1)-(quantTable[idx]>>1)) )
231 quantErr += (fixp_abs(input[band]-quantTable[idx])>>PS_QUANT_SCALE); /* don't scale before subtraction; diff smaller (64-25)/64 */
232 quantOut[band] = idx - idxOffset;
352 INT env, band; local
373 for(band=0;band<psBands;band++)
583 INT env, band; local
855 int group, bin, col, subband, band; local
    [all...]
  /external/aac/libSBRdec/src/
sbrdec_drc.cpp 111 int band; local
117 for (band = 0; band < (64); band++) {
118 hDrcData->prevFact_mag[band] = FL2FXCONST_DBL(0.5f);
121 for (band = 0; band < SBRDEC_MAX_DRC_BANDS; band++) {
122 hDrcData->currFact_mag[band] = FL2FXCONST_DBL(0.5f);
123 hDrcData->nextFact_mag[band] = FL2FXCONST_DBL(0.5f)
202 int band, bottomMdct, topMdct, bin, useLP; local
    [all...]
sbrdec_freq_sca.cpp 109 \brief Retrieve QMF-band where the SBR range starts
114 \return Number of start band
121 INT band; local
129 band = FDK_sbrDecoder_sbr_start_freq_88[startFreq];
132 band = FDK_sbrDecoder_sbr_start_freq_64[startFreq];
135 band = FDK_sbrDecoder_sbr_start_freq_48[startFreq];
138 band = FDK_sbrDecoder_sbr_start_freq_44[startFreq];
141 band = FDK_sbrDecoder_sbr_start_freq_32[startFreq];
144 band = FDK_sbrDecoder_sbr_start_freq_24[startFreq];
147 band = FDK_sbrDecoder_sbr_start_freq_22[startFreq]
    [all...]
  /external/aac/libAACdec/src/
aacdec_pns.cpp 153 const int band)
155 unsigned pns_band = group*16+band;
167 const int band,
171 unsigned pns_band = group*16+band;
187 const int band)
190 unsigned pns_band = group*16+band;
206 const int band)
209 unsigned pns_band = group*16+band;
224 int band,
228 UINT pns_band = group*16+band;
    [all...]
aacdec_drc.cpp 614 pDrcBs->channelData.numBands = 1; /* One band ... */
624 pDrcBs->channelData.numBands = 1; /* One band ... */
855 int band, top, bin, numBands;
937 for (band = 0; band < numBands; band++)
939 UCHAR drcVal = pDrcChData->drcValue[band];
940 top = fixMin((int)( (pDrcChData->bandTop[band]+1)<<2 ), aacFrameSize);
942 fact_mantissa[band] = FL2FXCONST_DBL(0.5f);
943 fact_exponent[band] = 1
    [all...]
  /external/autotest/server/cros/ap_configurators/
netgearR6200_ap_configurator.py 46 return [{'band': ap_spec.BAND_2GHZ,
48 {'band': ap_spec.BAND_5GHZ,
53 return [{'band': ap_spec.BAND_2GHZ,
55 {'band': ap_spec.BAND_5GHZ,
86 def _set_mode(self, mode, band=None):
114 logging.debug('Cannot set WEP security for 5GHz band in Netgear '
buffaloag300h_ap_configurator.py 27 return [{'band': ap_spec.BAND_2GHZ,
31 {'band': ap_spec.BAND_5GHZ,
36 return [{'band': ap_spec.BAND_2GHZ,
38 {'band': ap_spec.BAND_5GHZ,
70 def set_mode(self, mode, band=None):
71 self.add_item_to_command_list(self._set_mode, (mode, band,), 1, 900)
74 def _set_mode(self, mode, band=None):
134 def set_band(self, band):
135 if band == ap_spec.BAND_5GHZ:
137 elif band == ap_spec.BAND_2GHZ
    [all...]
ap_configurator_factory.py 270 def _get_aps_by_mode(self, band, mode):
273 @param band: an 802.11 band.
285 if d['band'] == band and mode in d['modes']:
308 def _get_aps_by_band(self, band, channel=None):
309 """Returns all APs that support a given band.
311 @param band: the band desired.
315 if not band
    [all...]
asus_ap_configurator.py 48 return [{'band': ap_spec.BAND_2GHZ,
50 {'band': ap_spec.BAND_5GHZ,
55 return [{'band': ap_spec.BAND_2GHZ,
58 {'band': ap_spec.BAND_5GHZ,
87 # The page is determined by what band we are using. We ignore the input.
119 def set_mode(self, mode, band=None):
122 self.add_item_to_command_list(self._set_mode, (mode, band), 1, 800)
125 def _set_mode(self, mode, band=None):
132 if self.current_band == ap_spec.BAND_5GHZ or band == ap_spec.BAND_5GHZ:
139 logging.debug('Mode \'a\' is not available for 2.4Ghz band.'
    [all...]
netgear3400_ap_configurator.py 12 """Base class for Netgear WNDR 3400 v2 and 3700 v3 dual band routers."""
dlink_dir505l_ap_configurator.py 42 return [{'band': ap_spec.BAND_2GHZ,
47 return [{'band': ap_spec.BAND_2GHZ,
108 def set_mode(self, mode, band=None):
109 # Mode overrides the band. So if a band change is made after a mode
111 self.add_item_to_command_list(self._set_mode, (mode, band), 1, 800)
114 def _set_mode(self, mode, band=None):
166 def set_band(self, band):
netgear_single_band_configurator.py 5 """Baseclass to control Netgear single band routers."""
17 """Baseclass to control Netgear single band routers."""
45 return [{'band': ap_spec.BAND_2GHZ,
50 return [{'band': ap_spec.BAND_2GHZ,
103 def set_mode(self, mode, band=None):
107 def _set_mode(self, mode, band=None):
118 def set_band(self, band):
119 logging.debug('The router has just one band.')
  /external/autotest/server/site_tests/network_WiFi_ChaosLongConnect/
control.long 25 band=ap_spec.BAND_2GHZ),
27 band=ap_spec.BAND_5GHZ),
30 band=ap_spec.BAND_5GHZ,
control.netperf_udp_downstream 27 band=ap_spec.BAND_2GHZ),
29 band=ap_spec.BAND_5GHZ),
32 band=ap_spec.BAND_5GHZ,
control.netperf_udp_upstream 27 band=ap_spec.BAND_2GHZ),
29 band=ap_spec.BAND_5GHZ),
32 band=ap_spec.BAND_5GHZ,
  /external/webrtc/webrtc/modules/audio_processing/
audio_buffer.cc 213 const int16_t* const* AudioBuffer::split_channels_const(Band band) const {
215 return split_data_->ibuf_const()->channels(band);
217 return band == kBand0To8kHz ? data_->ibuf_const()->channels() : nullptr;
221 int16_t* const* AudioBuffer::split_channels(Band band) {
224 return split_data_->ibuf()->channels(band);
226 return band == kBand0To8kHz ? data_->ibuf()->channels() : nullptr;
270 const float* const* AudioBuffer::split_channels_const_f(Band band) const
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
ApConfigUtil.java 64 * Return a channel number for AP setup based on the frequency band.
75 Log.e(TAG, "Invalid band: " + apBand);
80 /* Select a channel from 2GHz band. */
99 Log.e(TAG, "No available channels on 5GHz band");
104 * Update AP band and channel based on the provided country code and band.
116 /* Use default band and channel for device without HAL. */
123 /* Country code is mandatory for 5GHz band. */
126 Log.e(TAG, "5GHz band is not allowed without country code");
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/
KnownBandsChannelHelperTest.java 87 * check a settings object with a band
90 public void band() { method in class:KnownBandsChannelHelperTest.EstimateScanDurationTest
119 private void testBand(int[] expectedChannels, int band) {
121 mChannelHelper.getAvailableScanChannels(band);
130 * test the 2.4GHz band
138 * test the 5GHz band
146 * test the 5GHz DFS band
154 * test the 2.4GHz and 5GHz band
229 * check a settings object with a band specified
316 * Add a single band to the collectio
    [all...]
NoBandChannelHelperTest.java 81 * check a settings object with a band
84 public void band() { method in class:NoBandChannelHelperTest.EstimateScanDurationTest
112 * Test that getting the channels for each band results in the expected empty list
116 for (int band = WifiScanner.WIFI_BAND_24_GHZ;
117 band <= WifiScanner.WIFI_BAND_BOTH_WITH_DFS; ++band) {
119 mChannelHelper.getAvailableScanChannels(band);
169 * check a settings object with a band specified
250 * Add a single band to the collection
307 * Add a band and channel that is on that ban
    [all...]
  /packages/apps/TV/usbtuner/res/raw/
ut_kr_all 63 # 2-6 VHF LOW BAND
70 # 95-99 FM BAND
77 # 14-22 MID BAND
88 # 7-13 VHF HIGH BAND
97 # 23-36 SUPER BAND
113 # 37-65 HYPER BAND
144 # 66-94, 100 UHF BAND for AIR CH, CATV CH
176 # 101-134 UHF BAND for AIR CH, CATV CH
214 # 79-132 UHF BAND for AIR CH
ut_kr_cable_standard_center_frequencies_qam256 4 # 2-6 VHF LOW BAND
11 # 95-99 FM BAND
18 # 14-22 MID BAND
29 # 7-13 VHF HIGH BAND
38 # 23-36 SUPER BAND
54 # 37-65 HYPER BAND
85 # 66-94, 100 UHF BAND for AIR CH, CATV CH
117 # 101-134 UHF BAND for AIR CH, CATV CH
155 # 79-132 UHF BAND for AIR CH
  /hardware/qcom/audio/msm8909/post_proc/
equalizer.c 88 int equalizer_get_band_level(equalizer_context_t *context, int32_t band)
90 ALOGV("%s: ctxt %p, band: %d level: %d", __func__, context, band,
91 context->band_levels[band] * 100);
92 return context->band_levels[band] * 100;
95 int equalizer_set_band_level(equalizer_context_t *context, int32_t band,
98 ALOGV("%s: ctxt %p, band: %d, level: %d", __func__, context, band, level);
104 context->band_levels[band] = level;
119 int equalizer_get_center_frequency(equalizer_context_t *context, int32_t band)
347 int32_t band; local
    [all...]
  /hardware/qcom/audio/post_proc/
equalizer.c 85 int equalizer_get_band_level(equalizer_context_t *context, int32_t band)
87 ALOGV("%s: band: %d level: %d", __func__, band,
88 context->band_levels[band] * 100);
89 return context->band_levels[band] * 100;
92 int equalizer_set_band_level(equalizer_context_t *context, int32_t band,
95 ALOGV("%s: band: %d, level: %d", __func__, band, level);
101 context->band_levels[band] = level;
116 int equalizer_get_center_frequency(equalizer_context_t *context __unused, int32_t band)
353 int32_t band; local
    [all...]
  /external/autotest/client/cros/cellular/
cellular_system_error.py 15 when the call drops unexpectedly; or setting a call-box to Band 13, but
16 a Band? query produces 14.

Completed in 1453 milliseconds

1 2 34 5 6 7 8 91011>>