Lines Matching refs:hHeaderData
885 HANDLE_SBR_HEADER_DATA hHeaderData, /*!< Static control data */ in calculateSbrEnvelope() argument
900 ((pvc_mode > 0) ? bordersPvc[0] : borders[0]) * hHeaderData->timeStep; in calculateSbrEnvelope()
902 HANDLE_FREQ_BAND_DATA hFreq = &hHeaderData->freqBandData; in calculateSbrEnvelope()
916 int no_cols = hHeaderData->numberTimeSlots * hHeaderData->timeStep; in calculateSbrEnvelope()
1036 if (borders[i] < hHeaderData->numberTimeSlots) in calculateSbrEnvelope()
1040 if (borders[i + 1] > hHeaderData->numberTimeSlots) in calculateSbrEnvelope()
1072 hHeaderData->timeStep * in calculateSbrEnvelope()
1074 stop_pos = hHeaderData->timeStep * (i + 1); /* Stop-position in time in calculateSbrEnvelope()
1084 start_pos = hHeaderData->timeStep * in calculateSbrEnvelope()
1087 stop_pos = hHeaderData->timeStep * in calculateSbrEnvelope()
1157 smooth_length = (1 - hHeaderData->bs_data.smoothingLength) in calculateSbrEnvelope()
1164 if (hHeaderData->bs_data.interpolFreq) in calculateSbrEnvelope()
1290 FDK_sbrDecoder_sbr_limGains_m[hHeaderData->bs_data.limiterGains]); in calculateSbrEnvelope()
1299 FDK_sbrDecoder_sbr_limGains_e[hHeaderData->bs_data.limiterGains]; in calculateSbrEnvelope()
1605 sbrScaleFactor, pNrgs->exponent, hHeaderData->timeStep, start_pos, in calculateSbrEnvelope()
1748 hHeaderData, /*!< static SBR control data, initialized with defaults */ in createSbrEnvelopeCalc()
1776 err = resetFreqBandTables(hHeaderData, flags); in createSbrEnvelopeCalc()