HomeSort by relevance Sort by last modified time
    Searched full:band (Results 26 - 50 of 413) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/media/libeffects/lvm/lib/Bundle/src/
LVM_Private.h 47 #include "LVEQNB_Private.h" /* N-Band equaliser */
90 #define LVM_EQNB_MIN_BAND_FREQ 20 /*EQNB Minimum Band Frequency*/
91 #define LVM_EQNB_MAX_BAND_FREQ 24000 /*EQNB Maximum Band Frequency*/
92 #define LVM_EQNB_MIN_BAND_GAIN -15 /*EQNB Minimum Band Frequency*/
93 #define LVM_EQNB_MAX_BAND_GAIN 15 /*EQNB Maximum Band Frequency*/
200 LVEQNB_Handle_t hEQNBInstance; /* N-Band Equaliser instance handle */
201 LVEQNB_Instance_t EQNB_Instance; /* N-Band Equaliser instance */
  /device/samsung/tuna/
bcmdhd.cal 44 #PA parameters for lower band
52 #PA parameters for high band
108 # Max input level on a-band
  /external/libvpx/vp8/encoder/
tokenize.c 117 const int band = vp8_coef_bands[c]; local
133 t->context_tree = cpi->common.fc.coef_probs [type] [band] [pt];
135 t->skip_eob_node = pt == 0 && ((band > 0 && type > 0) || (band > 1 && type == 0));
137 ++cpi->coef_counts [type] [band] [pt] [x];
168 const int band = vp8_coef_bands[c]; local
184 t->context_tree = cpi->common.fc.coef_probs [type] [band] [pt];
186 t->skip_eob_node = pt == 0 && ((band > 0 && type > 0) || (band > 1 && type == 0));
188 ++cpi->coef_counts [type] [band] [pt] [x]
344 int type, band, pt, t; local
    [all...]
  /external/iproute2/tc/
q_prio.c 60 unsigned band; local
66 if (get_unsigned(&band, *argv, 10)) {
70 if (band > opt.bands) {
78 opt.priomap[idx++] = band;
q_rr.c 61 unsigned band; local
67 if (get_unsigned(&band, *argv, 10)) {
71 if (band > opt.bands) {
79 opt.priomap[idx++] = band;
  /external/webrtc/src/modules/audio_processing/ns/main/interface/
noise_suppression.h 102 * - spframe : Pointer to speech frame buffer for L band
103 * - spframe_H : Pointer to speech frame buffer for H band
108 * - outframe : Pointer to output frame for L band
109 * - outframe_H : Pointer to output frame for H band
noise_suppression_x.h 101 * - speechFrame : Pointer to speech frame buffer for L band
102 * - speechFrameHB : Pointer to speech frame buffer for H band
107 * - outFrame : Pointer to output frame for L band
108 * - outFrameHB : Pointer to output frame for H band
  /frameworks/base/media/libstagefright/codecs/aacenc/inc/
band_nrg.h 19 Content: Band/Line energy calculations functions
  /external/bluetooth/bluez/test/
test-oob 55 print "Reading local Out of Band data..."
67 print "Exchanging Out of Band data..."
  /frameworks/base/media/libstagefright/timedtext/
TimedTextPlayer.h 85 // for in-band timed text
88 // for out-of-band timed text
  /external/speex/libspeex/
modes_wb.c 62 /* Split-VQ innovation for high-band wideband */
72 /* Split-VQ innovation for high-band wideband */
179 /* Split-band wideband CELP mode*/
206 "wideband (sub-band CELP)",
225 /* Split-band "ultra-wideband" (32 kbps) CELP mode*/
276 "ultra-wideband (sub-band CELP)",
quant_lsp.h 68 /* Quantizes high-band LSPs with 12 bits */
71 /* Decodes high-band LSPs */
  /frameworks/base/media/libeffects/lvm/lib/Bundle/lib/
LVM.h 96 /* N-Band Equalizer */
150 /* N-Band Equaliser operating mode */
243 /* N-Band equaliser band definition */
246 LVM_INT16 Gain; /* Band gain in dB */
247 LVM_UINT16 Frequency; /* Band centre frequency in Hz */
248 LVM_UINT16 QFactor; /* Band quality factor (x100) */
252 /* Headroom band definition */
255 LVM_UINT16 Limit_Low; /* Low frequency limit of the band in Hertz */
256 LVM_UINT16 Limit_High; /* High frequency limit of the band in Hertz *
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stropts.h 75 #define I_FLUSHBAND (__SID |28) /* Flush only band specified. */
77 band exists on the STREAM head read
79 #define I_GETBAND (__SID |30) /* Return the priority band of the first
88 #define I_CANPUT (__SID |34) /* Check if a certain band is writable. */
99 # define FLUSHBAND 0x04 /* Flush only specified band. */
118 band is no longer full. */
165 #define MSG_BAND 0x04 /* Receive message from specified band. */
  /frameworks/base/media/libeffects/lvm/lib/Eq/lib/
LVEQNB.h 20 /* Header file for the application layer interface of the N-Band equaliser. */
55 /* The format of the data in the filter band definition structure is as follows: */
66 /* The equaliser filters are passed as a pointer to and array of filter band */
67 /* definitions structures. There must be one filter definition for each band. */
242 /* Equaliser band definition */
245 LVM_INT16 Gain; /* Band gain in dB */
246 LVM_UINT16 Frequency; /* Band centre frequency in Hz */
247 LVM_UINT16 QFactor; /* Band quality factor */
330 /* Create and initialisation function for the N-Band equalliser module */
  /external/libvpx/vpx_scale/arm/armv4/
gen_scalers_armv4.asm 147 ; * FUNCTION : Scales vertical band of pixels by scale 4 to 5. The
148 ; * height of the band scaled is 4-pixels.
150 ; * SPECIAL NOTES : The routine uses the first line of the band below
151 ; * the current band.
287 ; * FUNCTION : Scales vertical band of pixels by scale 2 to 3. The
288 ; * height of the band scaled is 2-pixels.
290 ; * SPECIAL NOTES : The routine uses the first line of the band below
291 ; * the current band.
441 ; * FUNCTION : Scales vertical band of pixels by scale 3 to 5. The
442 ; * height of the band scaled is 3-pixels
    [all...]
  /external/webrtc/src/modules/audio_processing/ns/main/source/
ns_core.h 104 //quantities for high band estimate
156 * - inFrameLow : Input speech frame for lower band
157 * - inFrameHigh : Input speech frame for higher band
161 * - outFrameLow : Output speech frame for lower band
162 * - outFrameHigh : Output speech frame for higher band
  /frameworks/base/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 */
  /device/samsung/toro/
bcmdhd.cal 33 #PA parameters for lower a-band: CH.36 (5180M) - CH.64 (5320M)
41 #PA parameters for high band: CH.149 (5745M) - CH.165 (5825M)
66 # support A band ext PA
  /frameworks/base/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 */
LVDBE_Tables.h 46 * Band Pass Filter coefficient table
  /frameworks/base/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 */
  /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/qemu/
compatfd.h 27 uint32_t ssi_band; /* Band event (SIGIO) */

Completed in 131 milliseconds

12 3 4 5 6 7 8 91011>>