Searched refs:hb_scale (Results 1 - 5 of 5) sorted by path

/external/aac/libFDK/include/
H A Dqmf.h148 int hb_scale; /*!< Scale of high band area */ member in struct:__anon155
/external/aac/libFDK/src/
H A Dqmf.cpp934 scaleFactorHighBand = -ALGORITHMIC_SCALING_IN_ANALYSIS_FILTERBANK - scaleFactor->hb_scale;
/external/aac/libSBRdec/src/
H A Denv_calc.cpp433 the scale factor <em>hb_scale</em> passed into this function will be converted
606 SCHAR noise_e, input_e = SCALE2EXP(sbrScaleFactor->hb_scale);
1082 /* Update hb_scale */
1083 sbrScaleFactor->hb_scale = EXP2SCALE(output_e);
H A Dlpp_tran.cpp747 sbrScaleFactor->hb_scale = comLowBandScale-(LPC_SCALE_FACTOR);
H A Dsbr_dec.cpp482 /* Reset hb_scale if no highband is present, because hb_scale is considered in the QMF-synthesis */
483 hSbrDec->sbrScaleFactor.hb_scale = saveLbScale;
549 scaleFactorHighBand = sdiff - hSbrDec->sbrScaleFactor.hb_scale; /* Scale of current high band */
570 hSbrDec->sbrScaleFactor.hb_scale, /* current frame ( highband ) */
744 hs->sbrScaleFactor.hb_scale = 0;

Completed in 244 milliseconds