HomeSort by relevance Sort by last modified time
    Searched defs:band (Results 51 - 75 of 126) sorted by null

1 23 4 5 6

  /external/libxaac/decoder/
ixheaacd_channel.c 1045 int window, group, grp_win, band; local
    [all...]
ixheaacd_env_dec.c 129 WORD32 i, dtdf_dir, num_sf_bands, band, freq_res; local
137 band = 0;
156 for (band = 1; band < num_sf_bands; band++) {
159 ixheaacd_drc_offset, band, freq_res);
172 tar = ixheaacd_min32(ixheaacd_drc_offset, band);
174 for (band = 0; band < tar; band++)
    [all...]
ixheaacd_mps_parse.c 689 int set_index, i, band, parm_slot; local
706 for (band = band_start; band < band_stop; band++) {
707 out_idx_data[i][band] = default_val;
709 for (band = band_start; band < band_stop; band++) {
710 idx_prev[band] = out_idx_data[i][band];
    [all...]
ixheaacd_sbr_dec.c 133 WORD32 patch, band, col, target, source_bands, i; local
163 band = target + ixheaacd_num_bands - 1;
164 if (64 <= band) {
165 band = 63;
167 if (x_over_qmf[patch + 1] <= band) {
168 band = x_over_qmf[patch + 1] - 1;
170 for (i = 0; i < ixheaacd_num_bands; i++, band--) {
171 qmf_buf_real[col][band] = qmf_buf_real[col][start_band - i];
172 qmf_buf_imag[col][band] = qmf_buf_imag[col][start_band - i];
    [all...]
ixheaacd_rev_vlc.c 375 WORD32 group, band, bnds; local
380 for (band = 0; band < ptr_rvlc->max_sfb_transmitted; band++) {
381 bnds = 16 * group + band;
523 WORD32 band = 0; local
553 for (band = 0; band < ptr_rvlc->max_sfb_transmitted; band++) {
554 bnds = 16 * group + band;
697 WORD16 band, group, dpcm, ixheaacd_drc_offset; local
863 WORD32 group, band; local
1010 WORD32 band, bnds, start_band, end_band, group; local
1143 WORD32 band, bnds, group, start_band; local
1198 WORD32 band, bnds, group, start_band; local
1255 WORD32 band, bnds, start_band, end_band, group; local
1366 WORD32 band, bnds, group; local
1457 WORD32 band, bnds, group; local
1649 WORD32 band; local
1677 WORD32 band; local
    [all...]
  /external/opencv/cv/src/
cvinpaint.cpp 63 #define KNOWN 0 //known outside narrow band
64 #define BAND 1 //narrow band (known)
260 CV_MAT_ELEM(*f,uchar,i,j) = BAND;
391 CV_MAT_ELEM(*f,uchar,i,j) = BAND;
504 CV_MAT_ELEM(*f,uchar,i,j) = BAND;
603 CV_MAT_ELEM(*f,uchar,i,j) = BAND;
694 CV_MAT_ELEM(*f,uchar,i,j) = BAND;
731 CvMat *mask = 0, *band = 0, *f = 0, *t = 0, *out = 0; local
768 CV_CALL( band = cvCreateMat(erows, ecols, CV_8UC1))
    [all...]
  /external/pdfium/third_party/libopenjpeg20/
t2.c 456 /* If no precincts of any band intersects the area of interest, */
464 opj_tcd_band_t* band = &res->bands[bandno]; local
465 opj_tcd_precinct_t* prec = &band->precincts[l_current_pi->precno];
470 band->bandno,
662 opj_tcd_band_t *band = 00; local
700 band = res->bands;
702 for (bandno = 0; bandno < res->numbands; ++bandno, ++band) {
706 if (opj_tcd_is_band_empty(band)) {
710 prc = &band->precincts[precno];
719 opj_tgt_setvalue(prc->imsbtree, cblkno, band->numbps - (OPJ_INT32)cblk->numbps)
    [all...]
t1.c 1583 opj_tcd_band_t* band; member in struct:__anon31479
1601 opj_tcd_band_t* band; local
1815 opj_tcd_band_t* OPJ_RESTRICT band = &res->bands[bandno]; local
2125 opj_tcd_band_t* OPJ_RESTRICT band = &res->bands[bandno]; local
    [all...]
  /external/syslinux/gpxe/src/drivers/net/ath5k/
ath5k.c 603 channels[count].band = (chfreq == CHANNEL_2GHZ) ?
633 int band; local
637 /* 2GHz band */
640 band = NET80211_BAND_2GHZ;
645 sc->hwinfo->rates[band][i] = ath5k_rates[i].bitrate;
646 sc->hwinfo->nr_rates[band] = 12;
655 band = NET80211_BAND_2GHZ;
660 sc->hwinfo->rates[band][i] = ath5k_rates[i].bitrate;
661 sc->hwinfo->nr_rates[band] = 4;
670 /* 5GHz band, A mode *
    [all...]
  /packages/apps/Car/Radio/src/com/android/car/radio/
RadioController.java 283 * Returns the band this radio is currently tuned to.
304 * Switch radio band. Currently, this only supports FM and AM bands.
312 Log.e(TAG, "Couldn't switch band", e);
317 * Delegates to the {@link RadioDisplayController} to highlight the radio band.
319 private void updateAmFmDisplayState(int band) {
320 switch (band) {
357 int band = isAm ? RadioManager.BAND_AM : RadioManager.BAND_FM; local
359 updateAmFmDisplayState(band);
369 // it's a different band - don't animate
  /system/core/libsystem/include/system/
radio.h 42 /* value for field "type" of radio band described in struct radio_hal_band_config */
44 RADIO_BAND_AM = 0, /* Amplitude Modulation band: LW, MW, SW */
45 RADIO_BAND_FM = 1, /* Frequency Modulation band: FM */
65 /* Region a particular radio band configuration corresponds to. Not used at the HAL.
66 * Derived by the framework when converting the band descriptors retrieved from the HAL to
67 * individual band descriptors for each supported region. */
90 /* Additional attributes for an FM band configuration */
100 /* Additional attributes for an AM band configuration */
105 /* Radio band configuration. Describes a given band supported by the radio module
125 radio_hal_band_config_t band; member in struct:radio_band_config
    [all...]
  /external/aac/libAACdec/src/
aacdec_hcr.cpp 298 SHORT band; local
330 for (band = 0; band < maxBand;
331 band++) { /* from low to high sfbs i.e. from low to high frequencies */
333 ((BandOffsets[band + 1] - BandOffsets[band]) >>
336 cntUnitInBand--) { /* for every unit in the band */
341 cb = pCodeBook[group * 16 + band];
568 SCHAR band; local
611 for (band = 0; band < numSfbTransm; band++)
    [all...]
block.cpp 160 int band; local
175 for (band = 0; band < ScaleFactorBandsTransmitted; band++) {
176 switch (pCodeBook[band]) {
178 pScaleFactor[band] = 0;
182 if (!((flags & (AC_USAC | AC_RSVD50 | AC_RSV603DA)) && band == 0 &&
187 pScaleFactor[band] = factor - 100;
194 pScaleFactor[band] = position - 100;
204 band, group)
218 int band; local
327 int top, band; local
489 int window, group, groupwin, band; local
648 int band; local
    [all...]
  /external/aac/libSACdec/src/
sac_bitdec.cpp 1455 int setIdx, i, band, parmSlot; local
    [all...]
  /external/aac/libSBRdec/src/
sbrdecoder.cpp 248 /* compare frequency band data */
1059 int band, isValidData = 0; local
    [all...]
env_calc.cpp 116 one or more QMF-subbands are grouped to one SBR-band. An envelope contains
117 reference energies for each SBR-band.
232 The bitstream carries only 1 sine flag per band (Sfb) and frame.
243 UCHAR *freqBandTable, /*!< Band borders (there's only 1 flag per band) */
253 QMF band */
284 if (*curFlags & maskSfb) { /* There is a sine in this band */
286 /* qmf band to which sine should be added */
293 /* mapping of sfb with sine to a certain qmf band -> for harmFlagsPrev */
326 UCHAR *freqBandTable, /*!< Band borders (there's only 1 flag pe
1822 int band; local
    [all...]
hbe.cpp 1355 int i, j, stretch, band, sourceband, r, s; local
    [all...]
  /external/aac/libSBRenc/src/
tran_det.cpp 216 /* Energy change in current band */
223 /* Weighting with amplitude ratio of this band */
256 The input values Energies[0] (low-band) are scaled by the factor
258 The input values Energies[1] (high-band) are scaled by the factor
311 is 1 SBR-band. Therefore the data to be fed into the spectralChange
468 * Calculate transient energy threshold for each QMF band
840 dBf = (10^(0.002266f/10*bw(slot)))^(band) =
841 = 2^(log2(10)*0.002266f/10*bw(slot)*band) =
842 = 2^(0.00075275f*bw(slot)*band) */
911 int timeSlot, band; local
    [all...]
sbr_encoder.cpp 903 INT band; local
953 INT band; local
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/
net80211.h 26 * - hidden networks on the 5GHz band due to regulatory issues
27 * - spectrum management on the 5GHz band (TPC and DFS), as required
44 /** The 2.4 GHz ISM band, unlicensed in most countries */
46 /** The band from 4.9 GHz to 5.7 GHz, which tends to be more restricted */
51 /** Bitmask for the 2GHz band */
53 /** Bitmask for the 5GHz band */
62 /** 802.11a: 54 Mbps operation using OFDM signaling on the 5GHz band */
65 /** 802.11b: 1-11 Mbps operation using DSSS/CCK signaling on the 2.4GHz band */
68 /** 802.11g: 54 Mbps operation using ERP/OFDM signaling on the 2.4GHz band */
387 /** The band with which this channel is associated *
388 u8 band; member in struct:net80211_channel
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 574 LVM_EQNB_BandDef_t BandDefs[MAX_NUM_BANDS]; /* Equaliser band definitions */
660 /* N-Band Equaliser parameters */
1793 int band = 0; local
2560 const int32_t band = params[1]; local
2601 const int32_t band = params[1]; local
2630 const int32_t band = params[1]; local
2762 const int32_t band = params[1]; local
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
gscan.h 37 int band, int max_channels, wifi_channel *channels, int *num_channels);
135 wifi_band band; // when UNSPECIFIED, use channel list member in struct:__anon48389
268 wifi_band band; // band for this set of threshold params member in struct:__anon48397
354 // Whether PNO event shall be triggered if the network is found on A band
356 // Whether PNO event shall be triggered if the network is found on G band
  /packages/apps/Settings/src/com/android/settings/wifi/details/
WifiDetailPreferenceController.java 372 String band = null; local
375 band = mContext.getResources().getString(R.string.wifi_band_24ghz);
378 band = mContext.getResources().getString(R.string.wifi_band_5ghz);
382 mFrequencyPref.setDetailText(band);
  /system/chre/chre_api/include/chre_api/chre/
wifi.h 165 * Set of flags which can either indicate a frequency band. Specified as a bit
259 * Identifies a WiFi frequency band
444 //! Operating band, set to a value from enum chreWifiBand
445 uint8_t band; member in struct:chreWifiScanResult
454 * operating class/band (i.e. 2407 or 5000), and primaryChannelNumber is the
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 1752 TCoord* band; local
    [all...]

Completed in 1027 milliseconds

1 23 4 5 6