Lines Matching refs:hHeaderData
867 HANDLE_SBR_HEADER_DATA hHeaderData, /*!< Static control data */ in calculateSbrEnvelope() argument
882 ((pvc_mode > 0) ? bordersPvc[0] : borders[0]) * hHeaderData->timeStep; in calculateSbrEnvelope()
884 HANDLE_FREQ_BAND_DATA hFreq = &hHeaderData->freqBandData; in calculateSbrEnvelope()
898 int no_cols = hHeaderData->numberTimeSlots * hHeaderData->timeStep; in calculateSbrEnvelope()
1019 if (borders[i] < hHeaderData->numberTimeSlots) in calculateSbrEnvelope()
1023 if (borders[i + 1] > hHeaderData->numberTimeSlots) in calculateSbrEnvelope()
1055 hHeaderData->timeStep * in calculateSbrEnvelope()
1057 stop_pos = hHeaderData->timeStep * (i + 1); /* Stop-position in time in calculateSbrEnvelope()
1067 start_pos = hHeaderData->timeStep * in calculateSbrEnvelope()
1070 stop_pos = hHeaderData->timeStep * in calculateSbrEnvelope()
1140 smooth_length = (1 - hHeaderData->bs_data.smoothingLength) in calculateSbrEnvelope()
1147 if (hHeaderData->bs_data.interpolFreq) in calculateSbrEnvelope()
1273 FDK_sbrDecoder_sbr_limGains_m[hHeaderData->bs_data.limiterGains]); in calculateSbrEnvelope()
1282 FDK_sbrDecoder_sbr_limGains_e[hHeaderData->bs_data.limiterGains]; in calculateSbrEnvelope()
1600 sbrScaleFactor, pNrgs->exponent, hHeaderData->timeStep, start_pos, in calculateSbrEnvelope()
1743 hHeaderData, /*!< static SBR control data, initialized with defaults */ in createSbrEnvelopeCalc()
1771 err = resetFreqBandTables(hHeaderData, flags); in createSbrEnvelopeCalc()