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

1 2 34 5 6 7 8 91011>>

  /external/opencv3/3rdparty/libjasper/
jpc_t2dec.c 162 jpc_dec_band_t *band; local
239 for (bandno = 0, band = rlvl->bands; bandno < rlvl->numbands;
240 ++bandno, ++band) {
241 if (!band->data) {
244 prc = &band->prcs[prcno];
372 for (bandno = 0, band = rlvl->bands; bandno < rlvl->numbands;
373 ++bandno, ++band) {
374 if (!band->data) {
377 prc = &band->prcs[prcno];
391 jas_eprintf("lyrno=%02d, compno=%02d, lvlno=%02d, prcno=%02d, bandno=%02d, cblkno=%02d, passno=%02d numpasses=%02d cnt=%d numbps=%d, numimsbs=%d\n", lyrno, compno, rlvlno, prcno, band - rlvl->bands, cblk - prc->cblks, seg->passno, seg->numpasses, seg->cnt, band->numbps, cblk->numim (…)
    [all...]
jpc_dec.c 643 jpc_dec_band_t *band; local
771 for (bandno = 0, band = rlvl->bands;
772 bandno < rlvl->numbands; ++bandno, ++band) {
777 band->orient = bnd->orient;
778 band->stepsize = ccp->stepsizes[bndno];
779 band->analgain = JPC_NOMINALGAIN(ccp->qmfbid,
780 tcomp->numrlvls - 1, rlvlno, band->orient);
781 band->absstepsize = jpc_calcabsstepsize(band->stepsize,
782 cmpt->prec + band->analgain)
915 jpc_dec_band_t *band; local
1022 jpc_dec_band_t *band; local
1991 jpc_dec_band_t *band; local
    [all...]
jpc_t1enc.c 114 jpc_enc_band_t *band; local
137 for (band = lvl->bands; band != endbands; ++band) {
138 if (!band->data) {
141 for (prcno = 0, prc = band->prcs; prcno < lvl->numprcs; ++prcno, ++prc) {
164 cblk->numimsbs = band->numbps - cblk->numbps;
169 if (jpc_enc_enccblk(enc, cblk->stream, tcmpt, band, cblk)) {
193 int jpc_enc_enccblk(jpc_enc_t *enc, jas_stream_t *out, jpc_enc_tcmpt_t *tcmpt, jpc_enc_band_t *band, jpc_enc_cblk_t *cblk)
212 rlvl = band->rlvl
    [all...]
  /external/aac/libAACdec/src/
channel.cpp 113 for (UCHAR band = 0 ; band < pAacDecoderChannelInfo[L]->icsInfo.MaxSfBands; band++) {
114 if (pAacDecoderChannelInfo[L]->pComData->jointStereoData.MsUsed[band] & groupMask) { /* channels are correlated */
115 CPns_SetCorrelation(&pAacDecoderChannelInfo[L]->data.aac.PnsData, group, band, 0);
117 if (CPns_IsPnsUsed(&pAacDecoderChannelInfo[L]->data.aac.PnsData, group, band) &&
118 CPns_IsPnsUsed(&pAacDecoderChannelInfo[R]->data.aac.PnsData, group, band))
119 pAacDecoderChannelInfo[L]->pComData->jointStereoData.MsUsed[band] ^= groupMask; /* clear the groupMask-bit */
  /external/autotest/server/cros/ap_configurators/
netgear_WNDR_dual_band_configurator.py 5 """Base class for NetgearWNDR dual band routers."""
17 """Base class for NetgearWNDR dual band routers."""
33 raise RuntimeError('%s. Please change the SSID of one band' % text)
60 return [{'band': ap_spec.BAND_2GHZ,
62 {'band': ap_spec.BAND_5GHZ,
68 return [{'band': ap_spec.BAND_2GHZ,
70 {'band': ap_spec.BAND_5GHZ,
125 def set_mode(self, mode, band=None):
132 def _set_mode(self, mode, band=None):
182 def set_band(self, band)
    [all...]
belkinF9K1102_ap_configurator.py 38 return [{'band': ap_spec.BAND_2GHZ,
40 {'band': ap_spec.BAND_5GHZ,
45 return [{'band': ap_spec.BAND_2GHZ,
48 {'band': ap_spec.BAND_5GHZ,
194 def set_mode(self, mode, band=None):
195 self.add_item_to_command_list(self._set_mode, (mode, band,), 1, 900)
198 def _set_mode(self, mode, band=None):
214 def set_band(self, band):
215 if band == ap_spec.BAND_2GHZ:
217 elif band == ap_spec.BAND_5GHZ
    [all...]
belkinF9K1105_ap_configurator.py 35 return [{'band': ap_spec.BAND_2GHZ,
37 {'band': ap_spec.BAND_5GHZ,
42 return [{'band': ap_spec.BAND_2GHZ,
45 {'band': ap_spec.BAND_5GHZ,
217 def set_mode(self, mode, band=None):
218 self.add_item_to_command_list(self._set_mode, (mode, band,), 1, 900)
221 def _set_mode(self, mode, band=None):
237 def set_band(self, band):
238 if band == ap_spec.BAND_2GHZ:
240 elif band == ap_spec.BAND_5GHZ
    [all...]
buffalo_wzr_d1800h_ap_configurator.py 33 return [{'band': ap_spec.BAND_2GHZ,
35 {'band': ap_spec.BAND_5GHZ,
40 return [{'band': ap_spec.BAND_2GHZ,
42 {'band': ap_spec.BAND_5GHZ,
137 def set_mode(self, mode, band=None):
215 def set_band(self, band):
216 if band == ap_spec.BAND_5GHZ:
218 elif band == ap_spec.BAND_2GHZ:
221 raise RuntimeError('Invalid band sent %s' % band)
    [all...]
static_ap_configurator.py 50 self.band = ap_config.get_band()
158 Example: returned is a dictionary of band and a list of channels. The
159 band object returned must be one of those defined in the
162 supported_bands = [{'band' : self.band_2GHz,
164 {'band' : self.band_5ghz,
170 supported_bands = [{'band' : self.band,
180 Example: returned is a dictionary of band and a list of modes. The band
184 supported_modes = [{'band' : ap_spec.BAND_2GHZ
    [all...]
trendnet692gr_ap_configurator.py 52 return [{'band': ap_spec.BAND_2GHZ,
54 {'band': ap_spec.BAND_5GHZ,
59 return [{'band': ap_spec.BAND_2GHZ,
63 {'band': ap_spec.BAND_5GHZ,
96 raise RuntimeError('Incorrect band band = %s' % self.current_band)
116 def _set_mode(self, mode, band=None):
138 def set_band(self, band):
139 if band == ap_spec.BAND_5GHZ:
141 elif band == ap_spec.BAND_2GHZ
    [all...]
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.')
  /packages/services/Car/service/src/com/android/car/hal/
RadioHalService.java 223 private boolean isValidBand(int band) {
224 // Check for band info.
225 if (band != RadioManager.BAND_AM &&
226 band != RadioManager.BAND_FM &&
227 band != RadioManager.BAND_FM_HD &&
228 band != RadioManager.BAND_AM_HD) {
229 Log.e(TAG, "Preset band is not valid: " + band);
  /external/aac/libSBRenc/src/
ps_main.cpp 551 INT group, bin, col, band; local
600 for (band=0; band<psBands; band++) {
602 dynBandScale[band] = CountLeadingBits(fixMax(maxVal[0][band],maxBandValue[band]));
604 dynBandScale[band] = fixMax(0,CountLeadingBits(fixMax(maxVal[0][band],maxBandValue[band]))-FRACT_BITS)
    [all...]
ps_bitenc.cpp 303 INT band; local
305 for(band=0;band<nBands;band++) {
306 INT delta = (val[band] - lastVal) + tableOffset;
307 lastVal = val[band];
330 INT band; local
332 for(band=0;band<nBands;band++)
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 491 const uint8_t *const band = get_band_translate(tx_size); local
511 add_token_no_extra(&t, coef_probs[band[c]][pt], ZERO_TOKEN, skip_eob,
512 counts[band[c]][pt]);
513 eob_branch[band[c]][pt] += !skip_eob;
524 add_token(&t, coef_probs[band[c]][pt], extra, (uint8_t)token,
525 (uint8_t)skip_eob, counts[band[c]][pt]);
526 eob_branch[band[c]][pt] += !skip_eob;
533 add_token_no_extra(&t, coef_probs[band[c]][pt], EOB_TOKEN, 0,
534 counts[band[c]][pt]);
535 ++eob_branch[band[c]][pt]
    [all...]
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_equalizer.cpp 332 for (int32 band = 0; band < FILTERBANK_BANDS; band += 2)
335 int32 *pt_work_buff = &work_buff[band];
336 int32 *inData = &circ_buffer[544 - (band<<5)];
372 for (int32 band = 0; band < FILTERBANK_BANDS; band += 3)
374 int32 *inData = &circ_buffer[544 - (band<<5)];
376 int32 *pt_work_buff = &work_buff[band];
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_tokenize.c 236 const uint8_t *const band = get_band_translate(tx_size); local
254 add_token_no_extra(&t, coef_probs[band[c]][pt], ZERO_TOKEN, skip_eob,
255 counts[band[c]][pt]);
256 eob_branch[band[c]][pt] += !skip_eob;
265 add_token(&t, coef_probs[band[c]][pt],
269 counts[band[c]][pt]);
270 eob_branch[band[c]][pt] += !skip_eob;
278 add_token_no_extra(&t, coef_probs[band[c]][pt], EOB_TOKEN, 0,
279 counts[band[c]][pt]);
280 ++eob_branch[band[c]][pt]
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodemb.c 205 int band; local
256 band = vp8_coef_bands[i + 1];
259 mb->token_costs[type][band][pt][tokens[next][0].token];
261 mb->token_costs[type][band][pt][tokens[next][1].token];
314 band = vp8_coef_bands[i + 1];
318 rate0 += mb->token_costs[type][band][pt][
324 rate1 += mb->token_costs[type][band][pt][
359 band = vp8_coef_bands[i + 1];
365 tokens[next][0].rate += mb->token_costs[type][band][0][t0];
370 tokens[next][1].rate += mb->token_costs[type][band][0][t1]
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodemb.c 253 int band; local
311 band = vp8_coef_bands[i + 1];
314 mb->token_costs[type][band][pt][tokens[next][0].token];
316 mb->token_costs[type][band][pt][tokens[next][1].token];
369 band = vp8_coef_bands[i + 1];
373 rate0 += mb->token_costs[type][band][pt][
379 rate1 += mb->token_costs[type][band][pt][
414 band = vp8_coef_bands[i + 1];
420 tokens[next][0].rate += mb->token_costs[type][band][0][t0];
425 tokens[next][1].rate += mb->token_costs[type][band][0][t1]
    [all...]
  /system/connectivity/apmanager/
device.cc 84 // Parse WiFi band capabilities.
99 LOG(WARNING) << "WiFi band " << band_iter.GetId() << " not found";
103 // ...Each band has a FREQS attribute...
107 LOG(ERROR) << "BAND " << band_iter.GetId()
181 // Get the band capability based on the channel.
184 LOG(ERROR) << "No band capability found for channel " << channel;
357 for (const auto& band : band_capability_) {
358 if (std::find(band.frequencies.begin(),
359 band.frequencies.end(),
360 frequency) != band.frequencies.end())
    [all...]
  /external/autotest/server/site_tests/network_WiFi_RateControl/
network_WiFi_RateControl.py 19 Test maximal achievable bandwidth on several channels per band.
63 bands = [band for band in phy.bands if frequency in band.frequencies]
65 raise error.TestFail('Test expects a single possible band for a '
  /external/libnl/src/
disabled-nl-qdisc-add.c 98 int prio, band; local
107 band = strtoul(argv[i+1], NULL, 0);
109 map[prio] = band;
122 "MAP := <prio> <band>\n");
  /external/webp/src/enc/
cost.c 61 int ctype, band, ctx; local
67 for (band = 0; band < NUM_BANDS; ++band) {
69 const uint8_t* const p = proba->coeffs_[ctype][band][ctx];
70 uint16_t* const table = proba->level_cost_[ctype][band][ctx];
  /external/libvpx/libvpx/vp9/common/
vp9_entropy.h 104 coefficient band (and since zigzag positions 0, 1, and 2 are in
108 #define BAND_COEFF_CONTEXTS(band) ((band) == 0 ? 3 : COEFF_CONTEXTS)
125 // 8x8 transform and above are in the top band.
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
entropy_coding.h 36 * relevant for 0-4 kHz band, and the input value is
38 * - band : specifies which band's DFT should be decoded.
50 enum ISACBand band, double* fr, double* fi);
63 * relevant for 0-4 kHz band, and the input value is
65 * - band : specifies which band's DFT should be decoded.
76 int16_t AvgPitchGain_Q12, enum ISACBand band,
98 * Encode LPC parameters, given as A-polynomial, of upper-band. The encoding
100 * For the upper-band, we compute and encode LPC of some sub-frames, LPC o
    [all...]

Completed in 544 milliseconds

1 2 34 5 6 7 8 91011>>