Searched refs:invQ (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptx/src/ |
D | SubbandFunctionsCommon.h | 41 int32_t invQ; in invertQuantisation() local 64 invQ = iqdata_pt->thresholdTablePtr_sl1[index]; in invertQuantisation() 66 invQ = -invQ; in invertQuantisation() 73 tmp_r64.s32.h += invQ >> 1; in invertQuantisation() 86 invQ = acc; in invertQuantisation() 93 tmp_acc = ((int64_t)invQ * iqdata_pt->delta); in invertQuantisation() 97 invQ = ssat24(acc); in invertQuantisation() 135 iqdata_pt->invQ = invQ; in invertQuantisation() 142 int32_t invQ; in invertQuantisationHL() local 165 invQ = iqdata_pt->thresholdTablePtr_sl1[index]; in invertQuantisationHL() [all …]
|
D | ProcessSubband.c | 28 updatePredictorPoleCoefficients(iqDataPt->invQ, in processSubband() 33 performPredictionFiltering(iqDataPt->invQ, SubbandDataPt); in processSubband() 43 updatePredictorPoleCoefficients(iqDataPt->invQ, in processSubbandLL() 48 performPredictionFilteringLL(iqDataPt->invQ, SubbandDataPt); in processSubbandLL() 58 updatePredictorPoleCoefficients(iqDataPt->invQ, in processSubbandHL() 63 performPredictionFilteringHL(iqDataPt->invQ, SubbandDataPt); in processSubbandHL()
|
D | SubbandFunctions.h | 34 const int32_t invQ, const int32_t prevZfiltOutput, in updatePredictorPoleCoefficients() argument 63 adaptSum = invQ + prevZfiltOutput; in updatePredictorPoleCoefficients()
|
D | AptxParameters.h | 211 int32_t invQ; member
|
D | aptXbtenc.c | 130 encode_dat->m_SubbandData[i].m_iqdata.invQ = 0; in aptxbtenc_init()
|
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptxhd/src/ |
D | SubbandFunctionsCommon.h | 43 int32_t invQ; in invertQuantisation() local 65 invQ = iqdata_pt->thresholdTablePtr_sl1[index]; in invertQuantisation() 67 invQ = -invQ; in invertQuantisation() 74 tmp_r64.s32.h += invQ >> 1; in invertQuantisation() 87 invQ = acc; in invertQuantisation() 93 tmp_acc = ((int64_t)invQ * iqdata_pt->delta); in invertQuantisation() 97 invQ = ssat24(acc); in invertQuantisation() 135 iqdata_pt->invQ = invQ; in invertQuantisation() 141 int32_t invQ; in invertQuantisationHL() local 163 invQ = iqdata_pt->thresholdTablePtr_sl1[index]; in invertQuantisationHL() [all …]
|
D | ProcessSubband.c | 28 updatePredictorPoleCoefficients(iqDataPt->invQ, in processSubband_HD() 33 performPredictionFiltering(iqDataPt->invQ, SubbandDataPt); in processSubband_HD() 44 updatePredictorPoleCoefficients(iqDataPt->invQ, in processSubband_HDLL() 49 performPredictionFilteringLL(iqDataPt->invQ, SubbandDataPt); in processSubband_HDLL() 60 updatePredictorPoleCoefficients(iqDataPt->invQ, in processSubband_HDHL() 65 performPredictionFilteringHL(iqDataPt->invQ, SubbandDataPt); in processSubband_HDHL()
|
D | SubbandFunctions.h | 34 const int32_t invQ, const int32_t prevZfiltOutput, in updatePredictorPoleCoefficients() argument 63 adaptSum = invQ + prevZfiltOutput; in updatePredictorPoleCoefficients()
|
D | AptxParameters.h | 208 int32_t invQ; member
|
D | aptXHDbtenc.c | 117 encode_dat->m_SubbandData[i].m_iqdata.invQ = 0; in aptxhdbtenc_init()
|