Searched refs:poleDelayLine (Results 1 – 2 of 2) sorted by relevance
246 int32_t poleDelayLine; in performPredictionFiltering() local262 poleDelayLine = invQ + SubbandDataPt->m_predData.m_predVal; in performPredictionFiltering()264 poleDelayLine = ssat24(poleDelayLine); in performPredictionFiltering()273 SubbandDataPt->m_predData.m_poleDelayLine[a2] = poleDelayLine; in performPredictionFiltering()274 accL += ((int64_t)poleCoeff[a1] * (int64_t)poleDelayLine); in performPredictionFiltering()349 int32_t poleDelayLine; in performPredictionFilteringLL() local364 poleDelayLine = invQ + SubbandDataPt->m_predData.m_predVal; in performPredictionFilteringLL()366 poleDelayLine = ssat24(poleDelayLine); in performPredictionFilteringLL()375 SubbandDataPt->m_predData.m_poleDelayLine[a2] = poleDelayLine; in performPredictionFilteringLL()376 accL += ((int64_t)poleCoeff[a1] * (int64_t)poleDelayLine); in performPredictionFilteringLL()[all …]
244 int32_t poleDelayLine; in performPredictionFiltering() local259 poleDelayLine = invQ + SubbandDataPt->m_predData.m_predVal; in performPredictionFiltering()261 poleDelayLine = ssat24(poleDelayLine); in performPredictionFiltering()270 SubbandDataPt->m_predData.m_poleDelayLine[a2] = poleDelayLine; in performPredictionFiltering()271 accL += ((int64_t)poleCoeff[a1] * (int64_t)poleDelayLine); in performPredictionFiltering()349 int32_t poleDelayLine; in performPredictionFilteringLL() local364 poleDelayLine = invQ + SubbandDataPt->m_predData.m_predVal; in performPredictionFilteringLL()366 poleDelayLine = ssat24(poleDelayLine); in performPredictionFilteringLL()375 SubbandDataPt->m_predData.m_poleDelayLine[a2] = poleDelayLine; in performPredictionFilteringLL()376 accL += ((int64_t)poleCoeff[a1] * (int64_t)poleDelayLine); in performPredictionFilteringLL()[all …]