Searched refs:pRvlc (Results 1 – 2 of 2) sorted by relevance
132 static void rvlcInit(CErRvlcInfo *pRvlc, in rvlcInit() argument144 pRvlc->numDecodedEscapeWordsEsc = 0; in rvlcInit()145 pRvlc->numDecodedEscapeWordsFwd = 0; in rvlcInit()146 pRvlc->numDecodedEscapeWordsBwd = 0; in rvlcInit()148 pRvlc->intensity_used = 0; in rvlcInit()149 pRvlc->errorLogRvlc = 0; in rvlcInit()151 pRvlc->conceal_max = CONCEAL_MAX_INIT; in rvlcInit()152 pRvlc->conceal_min = CONCEAL_MIN_INIT; in rvlcInit()154 pRvlc->conceal_max_esc = CONCEAL_MAX_INIT; in rvlcInit()155 pRvlc->conceal_min_esc = CONCEAL_MIN_INIT; in rvlcInit()[all …]
129 static void calcRefValFwd(CErRvlcInfo *pRvlc, in calcRefValFwd() argument142 conceal_min = pRvlc->conceal_min % MaximumScaleFactorBands; in calcRefValFwd()143 conceal_group_min = pRvlc->conceal_min / MaximumScaleFactorBands; in calcRefValFwd()186 startBand = pRvlc->maxSfbTransmitted - 1; in calcRefValFwd()205 static void calcRefValBwd(CErRvlcInfo *pRvlc, in calcRefValBwd() argument218 conceal_max = pRvlc->conceal_max % MaximumScaleFactorBands; in calcRefValBwd()219 conceal_group_max = pRvlc->conceal_max / MaximumScaleFactorBands; in calcRefValBwd()225 *refIsBwd = pRvlc->dpcm_is_last_position - SF_OFFSET; in calcRefValBwd()226 *refNrgBwd = pRvlc->rev_global_gain + pRvlc->dpcm_noise_last_position - in calcRefValBwd()227 SF_OFFSET - 90 - 256 + pRvlc->dpcm_noise_nrg; in calcRefValBwd()[all …]