Searched defs:thresholds (Results 1 - 4 of 4) sorted by relevance
/external/aac/libSBRenc/src/ |
H A D | tran_det.h | 97 FIXP_DBL thresholds[QMF_CHANNELS]; member in struct:__anon271
|
H A D | tran_det.cpp | 372 FIXP_DBL *RESTRICT thresholds, 440 ? fMult(FL2FXCONST_DBL(0.66f), thresholds[i]) + (fMult(FL2FXCONST_DBL(0.34f), std_val) >> commonScale) 443 thresholds[i] = fixMax(ABS_THRES,temp); 455 FIXP_DBL *RESTRICT thresholds, 494 FIXP_DBL thres = thresholds[i]; 496 if((LONG)thresholds[i]>=256) 497 i_thres = (LONG)( (LONG)MAXVAL_DBL / ((((LONG)thresholds[i]))+1) )<<(32-24); 580 h_sbrTran->thresholds, 589 h_sbrTran->thresholds, 370 calculateThresholds(FIXP_DBL **RESTRICT Energies, INT *RESTRICT scaleEnergies, FIXP_DBL *RESTRICT thresholds, int YBufferWriteOffset, int YBufferSzShift, int noCols, int noRows, int tran_off) argument 453 extractTransientCandidates(FIXP_DBL **RESTRICT Energies, INT *RESTRICT scaleEnergies, FIXP_DBL *RESTRICT thresholds, FIXP_DBL *RESTRICT transients, int YBufferWriteOffset, int YBufferSzShift, int noCols, int start_band, int stop_band, int tran_off, int addPrevSamples) argument
|
/external/chromium_org/third_party/opus/src/celt/ |
H A D | bands.c | 46 int hysteresis_decision(opus_val16 val, const opus_val16 *thresholds, const opus_val16 *hysteresis, int N, int prev) argument 51 if (val < thresholds[i]) 54 if (i>prev && val < thresholds[prev]+hysteresis[prev]) 56 if (i<prev && val > thresholds[prev-1]-hysteresis[prev-1])
|
/external/libopus/celt/ |
H A D | bands.c | 46 int hysteresis_decision(opus_val16 val, const opus_val16 *thresholds, const opus_val16 *hysteresis, int N, int prev) argument 51 if (val < thresholds[i]) 54 if (i>prev && val < thresholds[prev]+hysteresis[prev]) 56 if (i<prev && val > thresholds[prev-1]-hysteresis[prev-1])
|
Completed in 184 milliseconds