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

1 2 34 5 6 7 8 91011>>

  /frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_QPD_Process.c 26 /* Write a level value in the buffer in the corresponding band. */
31 /* CallNumber Number of the band the value should be written in */
153 /* If this is the last call to the function after last band processing,
182 /* Write a level value in the spectrum data buffer in the corresponding band. */
187 /* CallNumber Number of the band the value should be written in */
  /external/chromium_org/third_party/opus/src/silk/
ana_filt_bank_1.c 34 /* Coefficients for 2-band filter bank based on first-order allpass filters */
42 opus_int16 *outL, /* O Low band [N/2] */
43 opus_int16 *outH, /* O High band [N/2] */
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmwifi_channels.h 27 /* A chanspec holds the channel number, band, bandwidth and control sideband */
38 #define CH_5MHZ_APART 1 /* 2G band channels are 5 Mhz apart */
39 #define CH_MAX_2G_CHANNEL 14 /* Max channel in 2G band */
308 #define LCHSPEC_CREATE(chan, band, bw, sb) ((uint16)((chan) | (sb) | (bw) | (band)))
322 #define WF_CHAN_FACTOR_2_4_G 4814 /* 2.4 GHz band, 2407 MHz */
328 #define WF_CHAN_FACTOR_5_G 10000 /* 5 GHz band, 5000 MHz */
334 #define WF_CHAN_FACTOR_4_G 8000 /* 4.9 GHz band for Japan */
336 #define WLC_2G_25MHZ_OFFSET 5 /* 2.4GHz band channel offset */
363 * specified a band, bw, ctl_sb and channel and that the combination could b
    [all...]
  /hardware/ti/wpan/tools/FM/FmRxApp/res/values/
strings.xml 22 <string name="japaneseBand">Japanese Band</string>
84 <string name="band">Band :</string>
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
SlidingKeyInputPreview.java 30 * Draw rubber band preview graphics during sliding key input.
39 // TODO: Finalize the rubber band preview implementation.
79 // TODO: Finalize the rubber band preview implementation.
  /external/chromium_org/third_party/opus/src/celt/
modes.h 67 const opus_int16 *eBands; /**< Definition for each "pseudo-critical band" */
74 const unsigned char *allocVectors; /**< Number of bits in each band for several rates */
  /external/eigen/blas/
chbmv.f 19 * A is an n by n hermitian band matrix, with k super-diagonals.
26 * triangular part of the band matrix A is being supplied as
54 * band part of the hermitian matrix, supplied column by
60 * triangular part of a hermitian band matrix from conventional
61 * full matrix storage to band storage:
72 * band part of the hermitian matrix, supplied column by
78 * triangular part of a hermitian band matrix from conventional
79 * full matrix storage to band storage:
dsbmv.f 19 * A is an n by n symmetric band matrix, with k super-diagonals.
26 * triangular part of the band matrix A is being supplied as
54 * band part of the symmetric matrix, supplied column by
60 * triangular part of a symmetric band matrix from conventional
61 * full matrix storage to band storage:
72 * band part of the symmetric matrix, supplied column by
78 * triangular part of a symmetric band matrix from conventional
79 * full matrix storage to band storage:
ssbmv.f 19 * A is an n by n symmetric band matrix, with k super-diagonals.
26 * triangular part of the band matrix A is being supplied as
54 * band part of the symmetric matrix, supplied column by
60 * triangular part of a symmetric band matrix from conventional
61 * full matrix storage to band storage:
72 * band part of the symmetric matrix, supplied column by
78 * triangular part of a symmetric band matrix from conventional
79 * full matrix storage to band storage:
zhbmv.f 19 * A is an n by n hermitian band matrix, with k super-diagonals.
26 * triangular part of the band matrix A is being supplied as
54 * band part of the hermitian matrix, supplied column by
60 * triangular part of a hermitian band matrix from conventional
61 * full matrix storage to band storage:
72 * band part of the hermitian matrix, supplied column by
78 * triangular part of a hermitian band matrix from conventional
79 * full matrix storage to band storage:
  /external/speex/libspeex/
quant_lsp.h 68 /* Quantizes high-band LSPs with 12 bits */
71 /* Decodes high-band LSPs */
  /frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Private.h 87 Biquad_1I_Order2_Taps_t BPFTaps; /* Band pass filter taps */
98 Biquad_Instance_t BPFInstance; /* Band pass filter instance */
  /frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_Control.c 44 /* Request the N-Band equaliser parameters. The current parameter set is returned via */
85 /* Get the N-Band equaliser capabilities. The current capabilities are returned */
145 LVM_UINT16 i; /* Filter band index */
158 fc = (LVM_UINT32)pParams->pBandDefinition[i].Frequency; /* Get the band centre frequency */
159 QFactor = (LVM_INT16)pParams->pBandDefinition[i].QFactor; /* Get the band Q factor */
217 LVM_UINT16 i; /* Filter band index */
222 * Set the coefficients for each band by the init function
228 * Check band type for correct initialisation method and recalculate the coefficients
LVEQNB_Private.h 91 Biquad_Instance_t *pEQNB_FilterState; /* State for each filter band */
95 LVEQNB_BandDef_t *pBandDefinitions; /* Filter band definitions */
  /hardware/ti/wpan/tools/FM/FmRadioIf/src/java/com/ti/fm/
IFmRadio.aidl 32 boolean rxSetBand(int band);
33 boolean rxSetBand_nb(int band);
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
isac.c 50 * to the limits on lower and upper-band. If the codec is in wideband mode,
51 * then the overall limit and the limit on the lower-band is the same.
52 * Otherwise, a fraction of the limit should be allocated to lower-band
53 * leaving some room for the upper-band bit-stream. That is why an update
67 * there is no upper-band bit-stream. */
70 /* At 8 kHz there is no upper-band bit-stream,
71 * therefore, the lower-band limit is the overall limit. */
80 /* 4/5 to lower-band the rest for upper-band. */
85 * upper-band linearly grows from 20 to 50. *
    [all...]
lpc_gain_swb_tables.h 15 * of upper-band.
  /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/pixman/pixman/
pixman-region.c 132 * band has the same top y coordinate (y1), and each has the same bottom y
133 * coordinate (y2). Thus all rectangles in a band differ only in their left
135 * there is no separate list of band start pointers.
137 * The y-x band representation does not minimize rectangles. In particular,
138 * if a rectangle vertically crosses a band (the rectangle has scanlines in
139 * the y1 to y2 area spanned by the band), then the rectangle may be broken
143 * | | | | band 0
145 * | | | | in y-x banded | | | | band 1
148 * | | | | band 2
152 * horizontal area as possible: no two rectangles within a band are allowe
    [all...]
  /external/chromium_org/chrome/browser/metrics/variations/
variations_request_scheduler.h 55 // A one-shot timer used for scheduling out-of-band fetches.
  /external/libvorbis/lib/
envelope.h 61 envelope_band band[VE_BANDS]; member in struct:__anon22891
  /external/qemu/
compatfd.h 27 uint32_t ssi_band; /* Band event (SIGIO) */
  /external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/provider/
CloseIQProvider.java 22 * Parses a close In-Band Bytestream packet.
OpenIQProvider.java 23 * Parses an In-Band Bytestream open packet.
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
settings.h 49 /* length of half a subframe (low/high band) */
51 /* samples of look ahead (in a half-band, so actually half the samples of look ahead @ FS) */
61 /* order of low-band pole filter used to approximate masking curve */
63 /* order of hi-band pole filter used to approximate masking curve */

Completed in 3951 milliseconds

1 2 34 5 6 7 8 91011>>