Searched refs:poleCoeff (Results 1 – 2 of 2) sorted by relevance
249 int32_t* poleCoeff = SubbandDataPt->m_PoleCoeffData.m_poleCoeff; in performPredictionFiltering() local269 accL = ((int64_t)poleCoeff[a2] * in performPredictionFiltering()274 accL += ((int64_t)poleCoeff[a1] * (int64_t)poleDelayLine); in performPredictionFiltering()352 int32_t* poleCoeff = SubbandDataPt->m_PoleCoeffData.m_poleCoeff; in performPredictionFilteringLL() local371 accL = ((int64_t)poleCoeff[a2] * in performPredictionFilteringLL()376 accL += ((int64_t)poleCoeff[a1] * (int64_t)poleDelayLine); in performPredictionFilteringLL()457 int32_t* poleCoeff = SubbandDataPt->m_PoleCoeffData.m_poleCoeff; in performPredictionFilteringHL() local478 accL = ((int64_t)poleCoeff[a2] * in performPredictionFilteringHL()483 accL += ((int64_t)poleCoeff[a1] * (int64_t)poleDelayLine); in performPredictionFilteringHL()
247 int32_t* poleCoeff = SubbandDataPt->m_PoleCoeffData.m_poleCoeff; in performPredictionFiltering() local266 accL = ((int64_t)poleCoeff[a2] * in performPredictionFiltering()271 accL += ((int64_t)poleCoeff[a1] * (int64_t)poleDelayLine); in performPredictionFiltering()352 int32_t* poleCoeff = SubbandDataPt->m_PoleCoeffData.m_poleCoeff; in performPredictionFilteringLL() local371 accL = ((int64_t)poleCoeff[a2] * in performPredictionFilteringLL()376 accL += ((int64_t)poleCoeff[a1] * (int64_t)poleDelayLine); in performPredictionFilteringLL()457 int32_t* poleCoeff = SubbandDataPt->m_PoleCoeffData.m_poleCoeff; in performPredictionFilteringHL() local477 accL = ((int64_t)poleCoeff[a2] * in performPredictionFilteringHL()482 accL += ((int64_t)poleCoeff[a1] * (int64_t)poleDelayLine); in performPredictionFilteringHL()