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.c159 uint32_t tmp_round0; in quantiseDifferenceHL() local
195 tmp_round0 = (uint32_t)acc << 8; in quantiseDifferenceHL()
199 if (tmp_round0 == 0x40000000L) { in quantiseDifferenceHL()
215 tmp_round0 = tmp_acc.s32.l << 8; in quantiseDifferenceHL()
220 if (tmp_round0 == 0x40000000L) { in quantiseDifferenceHL()
253 tmp_round0 = (tmp_reg64.u32.l >> 1) | (tmp_reg64.s32.h << 31); in quantiseDifferenceHL()
257 if (tmp_round0 == 0x40000000L) { in quantiseDifferenceHL()
270 tmp_round0 = (tmp_reg64.u32.l >> 4) | (tmp_reg64.s32.h << 28); in quantiseDifferenceHL()
273 if (tmp_round0 == 0x40000000L) { in quantiseDifferenceHL()
316 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.h48 uint32_t tmp_round0; in invertQuantisation() local
110 tmp_round0 = tmp_r64.u32.l; in invertQuantisation()
112 if (tmp_round0 >= 0x80000000L) { in invertQuantisation()
149 uint32_t tmp_round0; in invertQuantisationHL() local
210 tmp_round0 = tmp_r64.u32.l; in invertQuantisationHL()
212 if (tmp_round0 >= 0x80000000L) { in invertQuantisationHL()
304 uint32_t tmp_round0; in performPredictionFiltering() local
314 tmp_round0 = acc; in performPredictionFiltering()
316 if (((tmp_round0 << 23) ^ 0x80000000) == 0) { in performPredictionFiltering()
513 uint32_t tmp_round0; in performPredictionFilteringHL() local
[all …]
DSubbandFunctions.h44 int16_t tmp_round0; in updatePredictorPoleCoefficients() local
162 tmp_round0 = (int16_t)acc2 & 0x01FF; in updatePredictorPoleCoefficients()
166 if (tmp_round0 == 0x0080) { in updatePredictorPoleCoefficients()
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptxhd/src/
DQuantiseDifference.c170 uint32_t tmp_round0 = 0; in quantiseDifference_HDHL() local
205 tmp_round0 = (uint32_t)acc << 8; in quantiseDifference_HDHL()
209 if (tmp_round0 == 0x40000000L) { in quantiseDifference_HDHL()
224 tmp_round0 = tmp_acc.s32.l << 8; in quantiseDifference_HDHL()
229 if (tmp_round0 == 0x40000000L) { in quantiseDifference_HDHL()
262 tmp_round0 = (tmp_reg64.u32.l >> 1) | (tmp_reg64.s32.h << 31); in quantiseDifference_HDHL()
266 if (tmp_round0 == 0x40000000L) { in quantiseDifference_HDHL()
279 tmp_round0 = (tmp_reg64.u32.l >> 4) | (tmp_reg64.s32.h << 28); in quantiseDifference_HDHL()
282 if (tmp_round0 == 0x40000000L) { in quantiseDifference_HDHL()
325 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.h50 uint32_t tmp_round0; in invertQuantisation() local
110 tmp_round0 = tmp_r64.u32.l; in invertQuantisation()
112 if (tmp_round0 >= 0x80000000L) { in invertQuantisation()
148 uint32_t tmp_round0; in invertQuantisationHL() local
208 tmp_round0 = tmp_r64.u32.l; in invertQuantisationHL()
210 if (tmp_round0 >= 0x80000000L) { in invertQuantisationHL()
301 uint32_t tmp_round0; in performPredictionFiltering() local
313 tmp_round0 = acc; in performPredictionFiltering()
315 if (((tmp_round0 << 23) ^ 0x80000000) == 0) { in performPredictionFiltering()
512 uint32_t tmp_round0; in performPredictionFilteringHL() local
[all …]
DSubbandFunctions.h44 int16_t tmp_round0; in updatePredictorPoleCoefficients() local
162 tmp_round0 = (int16_t)acc2 & 0x01FF; in updatePredictorPoleCoefficients()
166 if (tmp_round0 == 0x0080) { in updatePredictorPoleCoefficients()