Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/embdrv/encoder_for_aptx/src/
DQuantiseDifference.c155 uint32_t tmp_round0; in quantiseDifferenceHL() local
191 tmp_round0 = (uint32_t)acc << 8; in quantiseDifferenceHL()
195 if (tmp_round0 == 0x40000000L) { in quantiseDifferenceHL()
211 tmp_round0 = tmp_acc.s32.l << 8; in quantiseDifferenceHL()
216 if (tmp_round0 == 0x40000000L) { in quantiseDifferenceHL()
248 tmp_round0 = (tmp_reg64.u32.l >> 1) | (tmp_reg64.s32.h << 31); in quantiseDifferenceHL()
252 if (tmp_round0 == 0x40000000L) { in quantiseDifferenceHL()
265 tmp_round0 = (tmp_reg64.u32.l >> 4) | (tmp_reg64.s32.h << 28); in quantiseDifferenceHL()
268 if (tmp_round0 == 0x40000000L) { in quantiseDifferenceHL()
311 uint32_t tmp_round0; in quantiseDifferenceHH() local
[all …]
DQmfConv.c33 int32_t tmp_round0; in AsmQmfConvO() local
142 tmp_round0 = (int32_t)local_acc0 & 0x00FFFFL; in AsmQmfConvO()
146 if (tmp_round0 == 0x004000L) { in AsmQmfConvO()
158 tmp_round0 = (int32_t)local_acc1 & 0x00FFFFL; in AsmQmfConvO()
162 if (tmp_round0 == 0x004000L) { in AsmQmfConvO()
198 int32_t tmp_round0; in AsmQmfConvI() local
307 tmp_round0 = (int32_t)local_acc0; in AsmQmfConvI()
312 if (((tmp_round0 << 8) ^ 0x40000000) == 0) { in AsmQmfConvI()
324 tmp_round0 = (int32_t)local_acc1; in AsmQmfConvI()
328 if (((tmp_round0 << 8) ^ 0x40000000) == 0) { in AsmQmfConvI()
DSubbandFunctionsCommon.h47 uint32_t tmp_round0; in invertQuantisation() local
109 tmp_round0 = tmp_r64.u32.l; in invertQuantisation()
111 if (tmp_round0 >= 0x80000000L) { in invertQuantisation()
147 uint32_t tmp_round0; in invertQuantisationHL() local
208 tmp_round0 = tmp_r64.u32.l; in invertQuantisationHL()
210 if (tmp_round0 >= 0x80000000L) { in invertQuantisationHL()
300 uint32_t tmp_round0; in performPredictionFiltering() local
310 tmp_round0 = acc; in performPredictionFiltering()
312 if (((tmp_round0 << 23) ^ 0x80000000) == 0) { in performPredictionFiltering()
505 uint32_t tmp_round0; in performPredictionFilteringHL() local
[all …]
DSubbandFunctions.h43 int16_t tmp_round0; in updatePredictorPoleCoefficients() local
158 tmp_round0 = (int16_t)acc2 & 0x01FF; in updatePredictorPoleCoefficients()
162 if (tmp_round0 == 0x0080) { in updatePredictorPoleCoefficients()
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptxhd/src/
DQuantiseDifference.c167 uint32_t tmp_round0 = 0; in quantiseDifference_HDHL() local
201 tmp_round0 = (uint32_t)acc << 8; in quantiseDifference_HDHL()
205 if (tmp_round0 == 0x40000000L) { in quantiseDifference_HDHL()
220 tmp_round0 = tmp_acc.s32.l << 8; in quantiseDifference_HDHL()
225 if (tmp_round0 == 0x40000000L) { in quantiseDifference_HDHL()
257 tmp_round0 = (tmp_reg64.u32.l >> 1) | (tmp_reg64.s32.h << 31); in quantiseDifference_HDHL()
261 if (tmp_round0 == 0x40000000L) { in quantiseDifference_HDHL()
274 tmp_round0 = (tmp_reg64.u32.l >> 4) | (tmp_reg64.s32.h << 28); in quantiseDifference_HDHL()
277 if (tmp_round0 == 0x40000000L) { in quantiseDifference_HDHL()
320 uint32_t tmp_round0; in quantiseDifference_HDHH() local
[all …]
DQmfConv.c34 int32_t tmp_round0; in AsmQmfConvO_HD() local
144 tmp_round0 = (int32_t)local_acc0; in AsmQmfConvO_HD()
149 if (((tmp_round0 << 8) ^ 0x40000000) == 0) { in AsmQmfConvO_HD()
162 tmp_round0 = (int32_t)local_acc1; in AsmQmfConvO_HD()
166 if (((tmp_round0 << 8) ^ 0x40000000) == 0) { in AsmQmfConvO_HD()
203 int32_t tmp_round0; in AsmQmfConvI_HD() local
313 tmp_round0 = (int32_t)local_acc0; in AsmQmfConvI_HD()
318 if (((tmp_round0 << 8) ^ 0x40000000) == 0) { in AsmQmfConvI_HD()
331 tmp_round0 = (int32_t)local_acc1; in AsmQmfConvI_HD()
335 if (((tmp_round0 << 8) ^ 0x40000000) == 0) { in AsmQmfConvI_HD()
DSubbandFunctionsCommon.h47 uint32_t tmp_round0; in invertQuantisation() local
107 tmp_round0 = tmp_r64.u32.l; in invertQuantisation()
109 if (tmp_round0 >= 0x80000000L) { in invertQuantisation()
144 uint32_t tmp_round0; in invertQuantisationHL() local
204 tmp_round0 = tmp_r64.u32.l; in invertQuantisationHL()
206 if (tmp_round0 >= 0x80000000L) { in invertQuantisationHL()
295 uint32_t tmp_round0; in performPredictionFiltering() local
307 tmp_round0 = acc; in performPredictionFiltering()
309 if (((tmp_round0 << 23) ^ 0x80000000) == 0) { in performPredictionFiltering()
502 uint32_t tmp_round0; in performPredictionFilteringHL() local
[all …]
DSubbandFunctions.h43 int16_t tmp_round0; in updatePredictorPoleCoefficients() local
158 tmp_round0 = (int16_t)acc2 & 0x01FF; in updatePredictorPoleCoefficients()
162 if (tmp_round0 == 0x0080) { in updatePredictorPoleCoefficients()