Searched refs:poleDelayLine (Results 1 – 2 of 2) sorted by relevance
239 int32_t poleDelayLine; in performPredictionFiltering() local254 poleDelayLine = invQ + SubbandDataPt->m_predData.m_predVal; in performPredictionFiltering()256 poleDelayLine = ssat24(poleDelayLine); in performPredictionFiltering()264 SubbandDataPt->m_predData.m_poleDelayLine[a2] = poleDelayLine; in performPredictionFiltering()265 accL += ((int64_t)poleCoeff[a1] * (int64_t)poleDelayLine); in performPredictionFiltering()342 int32_t poleDelayLine; in performPredictionFilteringLL() local357 poleDelayLine = invQ + SubbandDataPt->m_predData.m_predVal; in performPredictionFilteringLL()359 poleDelayLine = ssat24(poleDelayLine); in performPredictionFilteringLL()367 SubbandDataPt->m_predData.m_poleDelayLine[a2] = poleDelayLine; in performPredictionFilteringLL()368 accL += ((int64_t)poleCoeff[a1] * (int64_t)poleDelayLine); in performPredictionFilteringLL()[all …]
243 int32_t poleDelayLine; in performPredictionFiltering() local259 poleDelayLine = invQ + SubbandDataPt->m_predData.m_predVal; in performPredictionFiltering()261 poleDelayLine = ssat24(poleDelayLine); in performPredictionFiltering()269 SubbandDataPt->m_predData.m_poleDelayLine[a2] = poleDelayLine; in performPredictionFiltering()270 accL += ((int64_t)poleCoeff[a1] * (int64_t)poleDelayLine); in performPredictionFiltering()344 int32_t poleDelayLine; in performPredictionFilteringLL() local359 poleDelayLine = invQ + SubbandDataPt->m_predData.m_predVal; in performPredictionFilteringLL()361 poleDelayLine = ssat24(poleDelayLine); in performPredictionFilteringLL()369 SubbandDataPt->m_predData.m_poleDelayLine[a2] = poleDelayLine; in performPredictionFilteringLL()370 accL += ((int64_t)poleCoeff[a1] * (int64_t)poleDelayLine); in performPredictionFilteringLL()[all …]