Searched refs:thresholdTablePtr_sl1 (Results 1 – 8 of 8) sorted by relevance
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptx/src/ |
D | QuantiseDifference.c | 225 acc += qdata_pt->thresholdTablePtr_sl1[index + 1] >> 1; in quantiseDifferenceHL() 227 acc += qdata_pt->thresholdTablePtr_sl1[index] >> 1; in quantiseDifferenceHL() 232 threshDiff = qdata_pt->thresholdTablePtr_sl1[index + 1] - qdata_pt->thresholdTablePtr_sl1[index]; in quantiseDifferenceHL() 328 index = BsearchHH(absDiffSignalShifted, delta, qdata_pt->thresholdTablePtr_sl1); in quantiseDifferenceHH() 381 acc += qdata_pt->thresholdTablePtr_sl1[index + 1] >> 1; in quantiseDifferenceHH() 383 acc += qdata_pt->thresholdTablePtr_sl1[index] >> 1; in quantiseDifferenceHH() 388 threshDiff = qdata_pt->thresholdTablePtr_sl1[index + 1] - qdata_pt->thresholdTablePtr_sl1[index]; in quantiseDifferenceHH() 482 index = BsearchLL(absDiffSignalShifted, delta, qdata_pt->thresholdTablePtr_sl1); in quantiseDifferenceLL() 536 acc += qdata_pt->thresholdTablePtr_sl1[index + 1] >> 1; in quantiseDifferenceLL() 538 acc += qdata_pt->thresholdTablePtr_sl1[index] >> 1; in quantiseDifferenceLL() [all …]
|
D | AptxParameters.h | 179 const int32_t* thresholdTablePtr_sl1; member 198 const int32_t* thresholdTablePtr_sl1; member
|
D | aptXbtenc.c | 102 encode_dat->m_qdata[i].thresholdTablePtr_sl1 = subbandParameters[i].threshTable_sl1; in aptxbtenc_init() 112 encode_dat->m_SubbandData[i].m_iqdata.thresholdTablePtr_sl1 = in aptxbtenc_init()
|
D | SubbandFunctionsCommon.h | 63 invQ = iqdata_pt->thresholdTablePtr_sl1[index]; in invertQuantisation() 163 invQ = iqdata_pt->thresholdTablePtr_sl1[index]; in invertQuantisationHL()
|
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptxhd/src/ |
D | QuantiseDifference.c | 183 index = BsearchHL(absDiffSignalShifted, delta, qdata_pt->thresholdTablePtr_sl1); in quantiseDifference_HDHL() 231 acc += qdata_pt->thresholdTablePtr_sl1[index + 1] >> 1; in quantiseDifference_HDHL() 233 acc += qdata_pt->thresholdTablePtr_sl1[index] >> 1; in quantiseDifference_HDHL() 241 threshDiff = qdata_pt->thresholdTablePtr_sl1[index + 1] - qdata_pt->thresholdTablePtr_sl1[index]; in quantiseDifference_HDHL() 336 index = BsearchHH(absDiffSignalShifted, delta, qdata_pt->thresholdTablePtr_sl1); in quantiseDifference_HDHH() 385 acc += qdata_pt->thresholdTablePtr_sl1[index + 1] >> 1; in quantiseDifference_HDHH() 387 acc += qdata_pt->thresholdTablePtr_sl1[index] >> 1; in quantiseDifference_HDHH() 395 threshDiff = qdata_pt->thresholdTablePtr_sl1[index + 1] - qdata_pt->thresholdTablePtr_sl1[index]; in quantiseDifference_HDHH() 489 index = BsearchLL(absDiffSignalShifted, delta, qdata_pt->thresholdTablePtr_sl1); in quantiseDifference_HDLL() 540 acc += qdata_pt->thresholdTablePtr_sl1[index + 1] >> 1; in quantiseDifference_HDLL() [all …]
|
D | AptxParameters.h | 174 const int32_t* thresholdTablePtr_sl1; member 194 const int32_t* thresholdTablePtr_sl1; member
|
D | aptXHDbtenc.c | 89 encode_dat->m_qdata[i].thresholdTablePtr_sl1 = subbandParameters[i].threshTable_sl1; in aptxhdbtenc_init() 99 encode_dat->m_SubbandData[i].m_iqdata.thresholdTablePtr_sl1 = in aptxhdbtenc_init()
|
D | SubbandFunctionsCommon.h | 62 invQ = iqdata_pt->thresholdTablePtr_sl1[index]; in invertQuantisation() 159 invQ = iqdata_pt->thresholdTablePtr_sl1[index]; in invertQuantisationHL()
|