Home
last modified time | relevance | path

Searched refs:m_poleCoeff (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/embdrv/encoder_for_aptxhd/src/
DSubbandFunctions.h96 acc -= PoleCoeffDataPt->m_poleCoeff[a1] * (sgnP[k_1] >> 22); in updatePredictorPoleCoefficients()
128 acc2 = PoleCoeffDataPt->m_poleCoeff[a2] << 8; in updatePredictorPoleCoefficients()
129 acc2 -= PoleCoeffDataPt->m_poleCoeff[a2] << 1; in updatePredictorPoleCoefficients()
151 PoleCoeffDataPt->m_poleCoeff[a2] = newCoeffs[a2]; in updatePredictorPoleCoefficients()
157 acc2 = PoleCoeffDataPt->m_poleCoeff[a1] << 8; in updatePredictorPoleCoefficients()
158 acc2 -= PoleCoeffDataPt->m_poleCoeff[a1]; in updatePredictorPoleCoefficients()
181 PoleCoeffDataPt->m_poleCoeff[a1] = newCoeffs[a1]; in updatePredictorPoleCoefficients()
DaptXHDbtenc.c154 encode_dat->m_SubbandData[i].m_PoleCoeffData.m_poleCoeff[0] = 0L; in aptxhdbtenc_init()
155 encode_dat->m_SubbandData[i].m_PoleCoeffData.m_poleCoeff[1] = 0L; in aptxhdbtenc_init()
DSubbandFunctionsCommon.h247 int32_t* poleCoeff = SubbandDataPt->m_PoleCoeffData.m_poleCoeff; in performPredictionFiltering()
352 int32_t* poleCoeff = SubbandDataPt->m_PoleCoeffData.m_poleCoeff; in performPredictionFilteringLL()
457 int32_t* poleCoeff = SubbandDataPt->m_PoleCoeffData.m_poleCoeff; in performPredictionFilteringHL()
DAptxParameters.h136 int32_t m_poleCoeff[2]; member
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptx/src/
DSubbandFunctions.h94 acc -= PoleCoeffDataPt->m_poleCoeff[a1] * (sgnP[k_1] >> 22); in updatePredictorPoleCoefficients()
128 acc2 = PoleCoeffDataPt->m_poleCoeff[a2] << 8; in updatePredictorPoleCoefficients()
129 acc2 -= PoleCoeffDataPt->m_poleCoeff[a2] << 1; in updatePredictorPoleCoefficients()
151 PoleCoeffDataPt->m_poleCoeff[a2] = newCoeffs[a2]; in updatePredictorPoleCoefficients()
157 acc2 = PoleCoeffDataPt->m_poleCoeff[a1] << 8; in updatePredictorPoleCoefficients()
158 acc2 -= PoleCoeffDataPt->m_poleCoeff[a1]; in updatePredictorPoleCoefficients()
180 PoleCoeffDataPt->m_poleCoeff[a1] = newCoeffs[a1]; in updatePredictorPoleCoefficients()
DaptXbtenc.c166 encode_dat->m_SubbandData[i].m_PoleCoeffData.m_poleCoeff[0] = 0L; in aptxbtenc_init()
167 encode_dat->m_SubbandData[i].m_PoleCoeffData.m_poleCoeff[1] = 0L; in aptxbtenc_init()
DSubbandFunctionsCommon.h249 int32_t* poleCoeff = SubbandDataPt->m_PoleCoeffData.m_poleCoeff; in performPredictionFiltering()
352 int32_t* poleCoeff = SubbandDataPt->m_PoleCoeffData.m_poleCoeff; in performPredictionFilteringLL()
457 int32_t* poleCoeff = SubbandDataPt->m_PoleCoeffData.m_poleCoeff; in performPredictionFilteringHL()
DAptxParameters.h141 int32_t m_poleCoeff[2]; member