/packages/modules/Bluetooth/system/embdrv/encoder_for_aptxhd/src/ |
D | ProcessSubband.c | 22 void processSubband_HD(const int32_t qCode, const int32_t ditherVal, in processSubband_HD() argument 25 invertQuantisation(qCode, ditherVal, iqDataPt); in processSubband_HD() 37 void processSubband_HDLL(const int32_t qCode, const int32_t ditherVal, in processSubband_HDLL() argument 41 invertQuantisation(qCode, ditherVal, iqDataPt); in processSubband_HDLL() 53 void processSubband_HDHL(const int32_t qCode, const int32_t ditherVal, in processSubband_HDHL() argument 57 invertQuantisationHL(qCode, ditherVal, iqDataPt); in processSubband_HDHL()
|
D | Quantiser.h | 31 void quantiseDifference_HDLL(const int32_t diffSignal, const int32_t ditherVal, 33 void quantiseDifference_HDHL(const int32_t diffSignal, const int32_t ditherVal, 35 void quantiseDifference_HDLH(const int32_t diffSignal, const int32_t ditherVal, 37 void quantiseDifference_HDHH(const int32_t diffSignal, const int32_t ditherVal,
|
D | QuantiseDifference.c | 156 void quantiseDifference_HDHL(const int32_t diffSignal, const int32_t ditherVal, in quantiseDifference_HDHL() argument 202 tmp_acc.s64 = ((int64_t)ditherVal * (int64_t)ditherVal); in quantiseDifference_HDHL() 254 tmp_reg64.s64 = ((int64_t)ditherVal * (int64_t)threshDiff); in quantiseDifference_HDHL() 311 void quantiseDifference_HDHH(const int32_t diffSignal, const int32_t ditherVal, in quantiseDifference_HDHH() argument 357 tmp_acc.s64 = ((int64_t)ditherVal * (int64_t)ditherVal); in quantiseDifference_HDHH() 410 tmp_reg64.s64 = ((int64_t)ditherVal * (int64_t)threshDiff); in quantiseDifference_HDHH() 466 void quantiseDifference_HDLL(const int32_t diffSignal, const int32_t ditherVal, in quantiseDifference_HDLL() argument 513 tmp_acc.s64 = ((int64_t)ditherVal * (int64_t)ditherVal); in quantiseDifference_HDLL() 567 tmp_reg64.s64 = ((int64_t)ditherVal * (int64_t)threshDiff); in quantiseDifference_HDLL() 672 void quantiseDifference_HDLH(const int32_t diffSignal, const int32_t ditherVal, in quantiseDifference_HDLH() argument [all …]
|
D | SubbandFunctionsCommon.h | 30 void processSubband_HD(const int32_t qCode, const int32_t ditherVal, 32 void processSubband_HDLL(const int32_t qCode, const int32_t ditherVal, 35 void processSubband_HDHL(const int32_t qCode, const int32_t ditherVal, 41 const int32_t ditherVal, in invertQuantisation() argument 73 tmp_r64.s64 = ((int64_t)ditherVal * iqdata_pt->ditherTablePtr_sf1[index]); in invertQuantisation() 139 const int32_t ditherVal, in invertQuantisationHL() argument 171 tmp_r64.s64 = ((int64_t)ditherVal * iqdata_pt->ditherTablePtr_sf1[index]); in invertQuantisationHL()
|
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptx/src/ |
D | ProcessSubband.c | 22 void processSubband(const int32_t qCode, const int32_t ditherVal, in processSubband() argument 25 invertQuantisation(qCode, ditherVal, iqDataPt); in processSubband() 37 void processSubbandLL(const int32_t qCode, const int32_t ditherVal, in processSubbandLL() argument 40 invertQuantisation(qCode, ditherVal, iqDataPt); in processSubbandLL() 52 void processSubbandHL(const int32_t qCode, const int32_t ditherVal, in processSubbandHL() argument 55 invertQuantisationHL(qCode, ditherVal, iqDataPt); in processSubbandHL()
|
D | QuantiseDifference.c | 145 void quantiseDifferenceHL(const int32_t diffSignal, const int32_t ditherVal, in quantiseDifferenceHL() argument 191 tmp_acc.s64 = ((int64_t)ditherVal * (int64_t)ditherVal); in quantiseDifferenceHL() 245 tmp_reg64.s64 = ((int64_t)ditherVal * (int64_t)threshDiff); in quantiseDifferenceHL() 302 void quantiseDifferenceHH(const int32_t diffSignal, const int32_t ditherVal, in quantiseDifferenceHH() argument 349 tmp_acc.s64 = ((int64_t)ditherVal * (int64_t)ditherVal); in quantiseDifferenceHH() 403 tmp_reg64.s64 = ((int64_t)ditherVal * (int64_t)threshDiff); in quantiseDifferenceHH() 459 void quantiseDifferenceLL(const int32_t diffSignal, const int32_t ditherVal, in quantiseDifferenceLL() argument 505 tmp_acc.s64 = ((int64_t)ditherVal * (int64_t)ditherVal); in quantiseDifferenceLL() 560 tmp_reg64.s64 = ((int64_t)ditherVal * (int64_t)threshDiff); in quantiseDifferenceLL() 617 void quantiseDifferenceLH(const int32_t diffSignal, const int32_t ditherVal, in quantiseDifferenceLH() argument [all …]
|
D | Quantiser.h | 31 void quantiseDifferenceLL(const int32_t diffSignal, const int32_t ditherVal, 33 void quantiseDifferenceHL(const int32_t diffSignal, const int32_t ditherVal, 35 void quantiseDifferenceLH(const int32_t diffSignal, const int32_t ditherVal, 37 void quantiseDifferenceHH(const int32_t diffSignal, const int32_t ditherVal,
|
D | SubbandFunctionsCommon.h | 30 void processSubband(const int32_t qCode, const int32_t ditherVal, 32 void processSubbandLL(const int32_t qCode, const int32_t ditherVal, 34 void processSubbandHL(const int32_t qCode, const int32_t ditherVal, 39 const int32_t ditherVal, in invertQuantisation() argument 72 tmp_r64.s64 = ((int64_t)ditherVal * iqdata_pt->ditherTablePtr_sf1[index]); in invertQuantisation() 140 const int32_t ditherVal, in invertQuantisationHL() argument 173 tmp_r64.s64 = ((int64_t)ditherVal * iqdata_pt->ditherTablePtr_sf1[index]); in invertQuantisationHL()
|