Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/embdrv/encoder_for_aptx/src/
DSubbandFunctionsCommon.h49 uint32_t tmp_round1; in invertQuantisation() local
77 tmp_round1 = tmp_r64.s32.h & 0x00000001L; in invertQuantisation()
81 if (tmp_round1 == 0 && tmp_r64.s32.l == (int32_t)0x80000000L) { in invertQuantisation()
111 tmp_round1 = (int32_t)(tmp_r64.u64 >> 1); in invertQuantisation()
115 if (tmp_round1 == 0x40000000L) { in invertQuantisation()
150 uint32_t tmp_round1; in invertQuantisationHL() local
178 tmp_round1 = tmp_r64.s32.h & 0x00000001L; in invertQuantisationHL()
182 if (tmp_round1 == 0 && tmp_r64.u32.l == 0x80000000L) { in invertQuantisationHL()
211 tmp_round1 = (int32_t)(tmp_r64.u64 >> 1); in invertQuantisationHL()
215 if (tmp_round1 == 0x40000000L) { in invertQuantisationHL()
/packages/modules/Bluetooth/system/embdrv/encoder_for_aptxhd/src/
DSubbandFunctionsCommon.h51 uint32_t tmp_round1; in invertQuantisation() local
78 tmp_round1 = tmp_r64.s32.h & 0x00000001L; in invertQuantisation()
82 if (tmp_round1 == 0 && tmp_r64.s32.l == (int32_t)0x80000000L) { in invertQuantisation()
111 tmp_round1 = (int32_t)(tmp_r64.u64 >> 1); in invertQuantisation()
115 if (tmp_round1 == 0x40000000L) { in invertQuantisation()
149 uint32_t tmp_round1; in invertQuantisationHL() local
176 tmp_round1 = tmp_r64.s32.h & 0x00000001L; in invertQuantisationHL()
180 if (tmp_round1 == 0 && tmp_r64.u32.l == 0x80000000L) { in invertQuantisationHL()
209 tmp_round1 = (int32_t)(tmp_r64.u64 >> 1); in invertQuantisationHL()
213 if (tmp_round1 == 0x40000000L) { in invertQuantisationHL()