Searched refs:SF_OFFSET (Results 1 – 3 of 3) sorted by relevance
425 SHORT factor = pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET; in rvlcDecodeForward()426 SHORT position = - SF_OFFSET; in rvlcDecodeForward()427 SHORT noisenrg = pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET - 90 - 256; in rvlcDecodeForward()613 SHORT factor = pRvlc->rev_global_gain - SF_OFFSET; in rvlcDecodeBackward()614 SHORT position = pRvlc->dpcm_is_last_position - SF_OFFSET; in rvlcDecodeBackward()615 …SHORT noisenrg = pRvlc->rev_global_gain + pRvlc->dpcm_noise_last_position - SF_OFFSET - 90 - 25… in rvlcDecodeBackward()713 …_noise_nrg + pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET - 90 - 256; … in rvlcDecodeBackward()849 if (pRvlc->firstScf != (pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET) ) in rvlcFinalErrorDetection()853 if (pRvlc->lastScf != (pRvlc->rev_global_gain - SF_OFFSET) ) in rvlcFinalErrorDetection()859 …oderChannelInfo->pDynData->RawDataInfo.GlobalGain + pRvlc->dpcm_noise_nrg - SF_OFFSET -90 - 256) ) in rvlcFinalErrorDetection()[all …]
134 *refIsFwd = - SF_OFFSET; in calcRefValFwd()135 *refNrgFwd = pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET - 90 - 256; in calcRefValFwd()136 *refScfFwd = pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain - SF_OFFSET; in calcRefValFwd()208 *refIsBwd = pRvlc->dpcm_is_last_position - SF_OFFSET; in calcRefValBwd()209 …*refNrgBwd = pRvlc->rev_global_gain + pRvlc->dpcm_noise_last_position - SF_OFFSET - 90 - 256 + pRv… in calcRefValBwd()210 *refScfBwd = pRvlc->rev_global_gain - SF_OFFSET; in calcRefValBwd()
105 #define SF_OFFSET 100 /* offset for correcting scf value */ macro