/frameworks/base/media/libeffects/lvm/lib/Common/lib/ |
Filter.h | 35 #define FILTER_LOSS 32730 /* -0.01dB loss to avoid wrapping due to band ripple */
|
BIQUAD.h | 85 /*** Band pass coefficients *******************************************************/ 135 /*** Types used for biquad, band pass and peaking filter **************************/ 255 FUNCTION PROTOTYPES: BAND PASS FILTERS
|
/packages/apps/Settings/res/layout/ |
band_mode.xml | 24 <ListView android:id="@+id/band"
|
/hardware/ril/include/telephony/ |
ril.h | [all...] |
/frameworks/base/media/libstagefright/codecs/aacenc/src/ |
tns.c | 88 * description: Retrieve index of nearest band border 95 const Word16 *bandStartOffset) /*!< table of band borders */ 97 Word32 lineNumber, band; local 109 /* find band the line number lies in */ 110 for (band=0; band<numOfBands; band++) { 111 temp = bandStartOffset[band + 1] - lineNumber; 115 temp = (lineNumber - bandStartOffset[band]); 116 temp = (temp - (bandStartOffset[band + 1] - lineNumber)); [all...] |
/frameworks/base/media/libstagefright/codecs/aacdec/ |
long_term_synthesis.cpp | 46 passing-in Q format as scalefactor band basis in order to 87 scalefactor band for each window. 93 information for scalefactor band(sfb). Each item 95 band of every window. 98 q_format = buffer (Int) containing Q format for each scalefactor band of 124 scalefactor band of output current_frame buffer. 563 /* Scalefactor band offset */ 583 /* Pointer to prediction flag for each scalefactor band */ 586 /* Pointer to top coef per scalefactor band */ 632 /* Initialize scalefactor band offset * [all...] |
sbr_decode_envelope.cpp | 143 Int32 band; local 169 for (band = 1; band < no_of_bands; band++) 176 band, 183 for (band = 0; band < no_of_bands; band++) 185 *iEnvelope += sfb_nrg_prev[ indexLow2High(offset, band, freqRes)]; 190 band, [all...] |
/frameworks/base/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_imdct_synth.cpp | 224 int32 band; local 239 for (band = 0; band < bands2process; band++) 241 uint32 current_blk_type = (band < mx_band) ? LONG : blk_type; 243 int32 * out = in + (band * FILTERBANK_BANDS); 244 int32 * history = overlap + (band * FILTERBANK_BANDS); 317 if (band & 1) 332 for (band = bands2process; band < SUBBANDS_NUMBER; band++ [all...] |
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...] |
/external/libvpx/vp8/encoder/ |
encodemb.c | 289 int band; local 347 band = vp8_coef_bands[i + 1]; 350 mb->token_costs[type][band][pt][tokens[next][0].token]; 352 mb->token_costs[type][band][pt][tokens[next][1].token]; 405 band = vp8_coef_bands[i + 1]; 409 rate0 += mb->token_costs[type][band][pt][ 415 rate1 += mb->token_costs[type][band][pt][ 450 band = vp8_coef_bands[i + 1]; 456 tokens[next][0].rate += mb->token_costs[type][band][0][t0]; 461 tokens[next][1].rate += mb->token_costs[type][band][0][t1] [all...] |
/frameworks/base/media/libeffects/lvm/lib/Eq/src/ |
LVEQNB_Process.c | 43 /* Process function for the N-Band Equaliser module. */ 113 * Check if band is non-zero dB gain
|
/frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
LVPSA_Control.c | 272 LVM_UINT16 ii; /* Filter band index */ 282 fc = (LVM_UINT32)pInst->pFiltersParams[ii].CenterFrequency; /* Get the band centre frequency */ 283 QFactor =(LVM_INT16) pInst->pFiltersParams[ii].QFactor; /* Get the band Q factor */ 317 /* Sets the band pass filter coefficients. This uses the type to select */ 337 * Set the coefficients for each band by the init function 435 /* Calculate single precision coefficients for a band pass filter */ 550 /* Calculate double precision coefficients for a band pass filter */ [all...] |
/system/core/include/cutils/ |
selector.h | 40 * when the descriptor contains out-of-band data. Simply set a callback to 83 * Invoked by the selector when out-of-band (OOB) data is available. Set to
|
/development/samples/ApiDemos/src/com/example/android/apis/media/ |
AudioFxDemo.java | 111 final short band = i; local 118 freqTextView.setText((mEqualizer.getCenterFreq(band) / 1000) + " Hz"); 143 bar.setProgress(mEqualizer.getBandLevel(band)); 148 mEqualizer.setBandLevel(band, (short) (progress + minEQLevel));
|
/external/iptables/extensions/ |
libxt_connbytes.man | 8 scheduled using a lower priority band in traffic control.
|
/external/libvpx/vpx_scale/generic/ |
vpxscale.c | 114 * FUNCTION : 1 to 1 scaling up for a vertical band 330 * SPECIAL NOTES : Expansion is performed one band at a time to help with 456 /* for each band of the image */ 477 /* scale one band horizontally */ 497 /* Next band... */ 518 /* for each band of the image */ 543 /* for each band of the image */ 548 /* scale one band horizontally */ 563 /* scale one band vertically */ 573 /* move to the next band */ [all...] |
/external/qemu/android/skin/ |
region.c | 861 /* do the common band */ 1166 iter->band = NULL; 1176 Run* band = iter->band; local 1187 iter->band = band = r->runs; 1190 else if (band == NULL) 1194 band = span + 1; 1195 if (band[0] == YSENTINEL || band[1] == YSENTINEL [all...] |
/frameworks/base/wifi/java/android/net/wifi/ |
IWifiManager.aidl | 64 void setFrequencyBand(int band, boolean persist);
|
/frameworks/base/docs/html/resources/articles/ |
ui-1.6.jd | 32 android:id="@+id/band" 73 "band" TextView is positioned below the "track" TextView but "track" is declared 74 after "band" and, in Android 1.5, RelativeLayout does not know how to handle
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/ |
wb_vad.c | 76 * Purpose : Fifth-order half-band lowpass/highpass filter pair with 104 * Purpose : Third-order half-band lowpass/highpass filter pair with 128 * Purpose : Calculate signal level in a sub-band. Level is calculated 174 * the signal in each band 181 Word16 level[] /* o : signal levels at each band */ 222 /* calculate levels in each frequency band */ 259 Word16 level[] /* i : sub-band levels of the input frame */ 391 Word16 level[] /* i : sub-band levels of the input frame */ 461 Word16 level[COMPLEN], /* i : sub-band levels of the input frame */ 490 for (i = 1; i < COMPLEN; i++) /* ignore lowest band */ [all...] |
/external/webrtc/src/modules/audio_processing/aec/main/source/ |
aec_core.c | 31 // Quantities to control H band scaling for SWB input 32 static const int flagHbandCn = 1; // flag for adding comfort noise in H band 33 static const float cnScaleHband = (float)0.4; // scale for comfort noise in H band 34 // Initial bin for averaging nlp gain in low band 130 // Comfort_noise also computes noise for H band returned in comfortNoiseHband 403 // For H band 502 // For H band 520 // For H band 531 // For H band 539 // For H band [all...] |
/external/freetype/src/smooth/ |
ftgrays.c | 909 /* check that the arc crosses the current band */ 990 /* Check that the arc crosses the current band. */ 1721 TBand* volatile band; local [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/ |
MediaEqualizerTest.java | 160 //Test case 1.1: test band frequency 167 short band = mEqualizer.getBand(TEST_FREQUENCY_MILLIHERTZ); local 168 assertTrue(msg + ": getBand failed", band >= 0); 169 int[] freqRange = mEqualizer.getBandFreqRange(band); 173 int freq = mEqualizer.getCenterFreq(band);
|
/external/libvpx/vpx_scale/win32/ |
scaleopt.c | 325 * FUNCTION : 4 to 5 up-scaling of a 4 pixel high band of pixels. 327 * SPECIAL NOTES : The routine uses the first line of the band below 328 * the current band. The function also has a "C" only 510 * FUNCTION : 4 to 5 up-scaling of the last 4-pixel high band in an image. 512 * SPECIAL NOTES : The routine uses the first line of the band below 513 * the current band. The function also has an "C" only 667 * FUNCTION : 3 to 5 up-scaling of a 3-pixel high band of pixels. 669 * SPECIAL NOTES : The routine uses the first line of the band below 670 * the current band. The function also has an "C" only 838 * FUNCTION : 3 to 5 up-scaling of a 3-pixel high band of pixels [all...] |
/frameworks/base/media/libeffects/testlibs/ |
EffectEqualizer.cpp | 436 LOGV("Equalizer_getParameter() EQ_PARAM_BAND_LEVEL band %d, level %d", 447 LOGV("Equalizer_getParameter() EQ_PARAM_CENTER_FREQ band %d, frequency %d", 458 LOGV("Equalizer_getParameter() EQ_PARAM_BAND_FREQ_RANGE band %d, min %d, max %d", 465 LOGV("Equalizer_getParameter() EQ_PARAM_GET_BAND frequency %d, band %d", 535 int32_t band; local 553 band = *pParam; 555 LOGV("setParameter() EQ_PARAM_BAND_LEVEL band %d, level %d", band, level); 556 if (band >= kNumBands) { 560 pEqualizer->setGain(band, level) [all...] |