Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/embdrv/encoder_for_aptx/src/
DQuantiseDifference.c229 acc += qdata_pt->thresholdTablePtr_sl1[index + 1] >> 1; in quantiseDifferenceHL()
231 acc += qdata_pt->thresholdTablePtr_sl1[index] >> 1; in quantiseDifferenceHL()
236 threshDiff = qdata_pt->thresholdTablePtr_sl1[index + 1] - in quantiseDifferenceHL()
237 qdata_pt->thresholdTablePtr_sl1[index]; in quantiseDifferenceHL()
334 BsearchHH(absDiffSignalShifted, delta, qdata_pt->thresholdTablePtr_sl1); in quantiseDifferenceHH()
387 acc += qdata_pt->thresholdTablePtr_sl1[index + 1] >> 1; in quantiseDifferenceHH()
389 acc += qdata_pt->thresholdTablePtr_sl1[index] >> 1; in quantiseDifferenceHH()
394 threshDiff = qdata_pt->thresholdTablePtr_sl1[index + 1] - in quantiseDifferenceHH()
395 qdata_pt->thresholdTablePtr_sl1[index]; in quantiseDifferenceHH()
490 BsearchLL(absDiffSignalShifted, delta, qdata_pt->thresholdTablePtr_sl1); in quantiseDifferenceLL()
[all …]
DAptxParameters.h179 const int32_t* thresholdTablePtr_sl1; member
198 const int32_t* thresholdTablePtr_sl1; member
DaptXbtenc.c105 encode_dat->m_qdata[i].thresholdTablePtr_sl1 = in aptxbtenc_init()
118 encode_dat->m_SubbandData[i].m_iqdata.thresholdTablePtr_sl1 = in aptxbtenc_init()
DSubbandFunctionsCommon.h64 invQ = iqdata_pt->thresholdTablePtr_sl1[index]; in invertQuantisation()
165 invQ = iqdata_pt->thresholdTablePtr_sl1[index]; in invertQuantisationHL()
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptxhd/src/
DQuantiseDifference.c187 BsearchHL(absDiffSignalShifted, delta, qdata_pt->thresholdTablePtr_sl1); in quantiseDifference_HDHL()
235 acc += qdata_pt->thresholdTablePtr_sl1[index + 1] >> 1; in quantiseDifference_HDHL()
237 acc += qdata_pt->thresholdTablePtr_sl1[index] >> 1; in quantiseDifference_HDHL()
245 threshDiff = qdata_pt->thresholdTablePtr_sl1[index + 1] - in quantiseDifference_HDHL()
246 qdata_pt->thresholdTablePtr_sl1[index]; in quantiseDifference_HDHL()
342 BsearchHH(absDiffSignalShifted, delta, qdata_pt->thresholdTablePtr_sl1); in quantiseDifference_HDHH()
391 acc += qdata_pt->thresholdTablePtr_sl1[index + 1] >> 1; in quantiseDifference_HDHH()
393 acc += qdata_pt->thresholdTablePtr_sl1[index] >> 1; in quantiseDifference_HDHH()
401 threshDiff = qdata_pt->thresholdTablePtr_sl1[index + 1] - in quantiseDifference_HDHH()
402 qdata_pt->thresholdTablePtr_sl1[index]; in quantiseDifference_HDHH()
[all …]
DAptxParameters.h174 const int32_t* thresholdTablePtr_sl1; member
194 const int32_t* thresholdTablePtr_sl1; member
DaptXHDbtenc.c92 encode_dat->m_qdata[i].thresholdTablePtr_sl1 = in aptxhdbtenc_init()
105 encode_dat->m_SubbandData[i].m_iqdata.thresholdTablePtr_sl1 = in aptxhdbtenc_init()
DSubbandFunctionsCommon.h65 invQ = iqdata_pt->thresholdTablePtr_sl1[index]; in invertQuantisation()
163 invQ = iqdata_pt->thresholdTablePtr_sl1[index]; in invertQuantisationHL()