• Home
  • Raw
  • Download

Lines Matching refs:DFRACT_BITS

536     int total_power_low_sf = 1 - DFRACT_BITS;  in apply_inter_tes()
537 int total_power_high_sf = 1 - DFRACT_BITS; in apply_inter_tes()
553 ((LONG)bufferImag[j] >> (DFRACT_BITS - 1))); in apply_inter_tes()
556 ((LONG)bufferReal[j] >> (DFRACT_BITS - 1))); in apply_inter_tes()
592 ((LONG)bufferImag[j] >> (DFRACT_BITS - 1))); in apply_inter_tes()
595 ((LONG)bufferReal[j] >> (DFRACT_BITS - 1))); in apply_inter_tes()
625 int diff = fMin(DFRACT_BITS - 1, new_summand_sf - total_power_low_sf); in apply_inter_tes()
630 fMin(DFRACT_BITS - 1, total_power_low_sf - new_summand_sf); in apply_inter_tes()
639 fMin(DFRACT_BITS - 1, new_summand_sf - total_power_high_sf); in apply_inter_tes()
643 fMin(DFRACT_BITS - 1, total_power_high_sf - new_summand_sf); in apply_inter_tes()
657 int mult_sf = subsample_power_low_sf[i] + DFRACT_BITS - 1 + sf2; in apply_inter_tes()
679 int total_power_high_after_sf = 1 - DFRACT_BITS; in apply_inter_tes()
739 fMin(DFRACT_BITS - 1, new_summand_sf - total_power_high_after_sf); in apply_inter_tes()
1451 int shift = fixMin(DFRACT_BITS - 1, in calculateSbrEnvelope()
1457 fixMin(DFRACT_BITS - 1, in calculateSbrEnvelope()
1467 scale_change = -(DFRACT_BITS - 1); in calculateSbrEnvelope()
1508 shift = fixMin(DFRACT_BITS - 1, shift); in calculateSbrEnvelope()
1518 shift = fixMin(DFRACT_BITS - 1, -shift); in calculateSbrEnvelope()
1566 lowSubband, noSubbands, fMin(scale_change, DFRACT_BITS - 1), in calculateSbrEnvelope()
1572 fMin(scale_change, DFRACT_BITS - 1), smooth_ratio, in calculateSbrEnvelope()
1582 fMin(scale_change, DFRACT_BITS - 1), in calculateSbrEnvelope()
1588 fMin(scale_change, DFRACT_BITS - 1), noNoiseFlag, in calculateSbrEnvelope()
1853 diff = fixMin(-(reserve + diff), DFRACT_BITS - 1); in equalizeFiltBufferExp()
1898 maxVal |= (FIXP_DBL)((LONG)(tmp) ^ ((LONG)tmp >> (DFRACT_BITS - 1))); in FDK_get_maxval_real()
1936 (FIXP_DBL)((LONG)(tmp1) ^ ((LONG)tmp1 >> (DFRACT_BITS - 1))); in maxSubbandSample()
1938 (FIXP_DBL)((LONG)(tmp2) ^ ((LONG)tmp2 >> (DFRACT_BITS - 1))); in maxSubbandSample()
1952 (FIXP_DBL)(1 << (DFRACT_BITS - 1 - CntLeadingZeros(maxVal))); in maxSubbandSample()
2022 ((LONG)bufferImag[l] >> (DFRACT_BITS - 1))); in calcNrgPerSubband()
2025 ((LONG)bufferReal[l] >> (DFRACT_BITS - 1))); in calcNrgPerSubband()
2033 ((LONG)bufferReal[l] >> (DFRACT_BITS - 1))); in calcNrgPerSubband()
2275 nrgEst = (FL2FXCONST_DBL(0.5f) >> (INT)fixMin(b_e + 1, DFRACT_BITS - 1)) + in calcSubbandGain()
2280 nrgEst = (nrgEst >> (INT)(fixMin(-b_e + 1, DFRACT_BITS - 1))) + in calcSubbandGain()
2292 b = (FL2FXCONST_DBL(0.5f) >> (INT)fixMin(b_e + 1, DFRACT_BITS - 1)) + in calcSubbandGain()
2296 b = (tmpNoise >> (INT)(fixMin(-b_e + 1, DFRACT_BITS - 1))) + in calcSubbandGain()
2429 scale_diff_low, DFRACT_BITS)); in adjustTimeSlot_EldGrid()
2546 shift = (shift >= 0) ? fixMin(DFRACT_BITS - 1, shift) in adjustTimeSlotLC()
2547 : fixMax(-(DFRACT_BITS - 1), shift); in adjustTimeSlotLC()
2705 shift = fixMin(DFRACT_BITS - 1, -filtBufferNoiseShift); in adjustTimeSlotHQ_GainAndNoise()
2707 shift = fixMin(DFRACT_BITS - 1, filtBufferNoiseShift); in adjustTimeSlotHQ_GainAndNoise()
2878 shift = fixMin(DFRACT_BITS - 1, -filtBufferNoiseShift); in adjustTimeSlotHQ()
2880 shift = fixMin(DFRACT_BITS - 1, filtBufferNoiseShift); in adjustTimeSlotHQ()