Lines Matching refs:DFRACT_BITS
162 prevEnergies_e_diff = fMin(prevEnergies_e_diff, DFRACT_BITS-1); in spectralChange()
163 newEnergies_e_diff = fMin(newEnergies_e_diff, DFRACT_BITS-1); in spectralChange()
179 accu1_init = fMult(accu1_init, (FIXP_DBL)len1<<((DFRACT_BITS-1)-NRG_SHIFT-1))<<1; in spectralChange()
180 accu2_init = fMult(accu2_init, (FIXP_DBL)len2<<((DFRACT_BITS-1)-NRG_SHIFT-1))<<1; in spectralChange()
331 …if ((scaleEnergies[0]-scale[0]) > (DFRACT_BITS-1) || (scaleEnergies[1]-scale[0]) > (DFRACT_BITS-1)) in addHighbandEnergies()
483 scaleFactor0 = fixMin((scaleEnergies[0]-commonScale), (DFRACT_BITS-1)); in calculateThresholds()
484 scaleFactor1 = fixMin((scaleEnergies[1]-commonScale), (DFRACT_BITS-1)); in calculateThresholds()
529 temp = ( commonScale<=(DFRACT_BITS-1) ) in calculateThresholds()
838 myExp = scaleValueSaturate(myExp, e+0+DFRACT_BITS-1-EXP_E); in FDKsbrEnc_InitSbrFastTransientDetector()
881 dBf_e = (DFRACT_BITS-1 - tmp) - CountLeadingBits(dBf_int); in FDKsbrEnc_InitSbrFastTransientDetector()
886 dBf_m = scaleValueSaturate(dBf_m, e+DFRACT_BITS-1+tmp-dBf_e); in FDKsbrEnc_InitSbrFastTransientDetector()
941 int headroomEnSlot = DFRACT_BITS-1; in FDKsbrEnc_fastTransientDetect()