Home
last modified time | relevance | path

Searched refs:threshDiff (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/embdrv/encoder_for_aptx/src/
DQuantiseDifference.c153 int32_t threshDiff; in quantiseDifferenceHL() local
236 threshDiff = qdata_pt->thresholdTablePtr_sl1[index + 1] - in quantiseDifferenceHL()
243 threshDiff = -threshDiff; in quantiseDifferenceHL()
245 tmp_reg64.s64 = ((int64_t)ditherVal * (int64_t)threshDiff); in quantiseDifferenceHL()
310 int32_t threshDiff; in quantiseDifferenceHH() local
394 threshDiff = qdata_pt->thresholdTablePtr_sl1[index + 1] - in quantiseDifferenceHH()
401 threshDiff = -threshDiff; in quantiseDifferenceHH()
403 tmp_reg64.s64 = ((int64_t)ditherVal * (int64_t)threshDiff); in quantiseDifferenceHH()
467 int32_t threshDiff; in quantiseDifferenceLL() local
551 threshDiff = qdata_pt->thresholdTablePtr_sl1[index + 1] - in quantiseDifferenceLL()
[all …]
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptxhd/src/
DQuantiseDifference.c164 int32_t threshDiff = 0; in quantiseDifference_HDHL() local
245 threshDiff = qdata_pt->thresholdTablePtr_sl1[index + 1] - in quantiseDifference_HDHL()
252 threshDiff = -threshDiff; in quantiseDifference_HDHL()
254 tmp_reg64.s64 = ((int64_t)ditherVal * (int64_t)threshDiff); in quantiseDifference_HDHL()
319 int32_t threshDiff; in quantiseDifference_HDHH() local
401 threshDiff = qdata_pt->thresholdTablePtr_sl1[index + 1] - in quantiseDifference_HDHH()
408 threshDiff = -threshDiff; in quantiseDifference_HDHH()
410 tmp_reg64.s64 = ((int64_t)ditherVal * (int64_t)threshDiff); in quantiseDifference_HDHH()
474 int32_t threshDiff; in quantiseDifference_HDLL() local
557 threshDiff = qdata_pt->thresholdTablePtr_sl1[index + 1] - in quantiseDifference_HDLL()
[all …]