Searched refs:tmp_reg64 (Results 1 – 2 of 2) sorted by relevance
155 reg64_t tmp_reg64; in quantiseDifferenceHL() local245 tmp_reg64.s64 = ((int64_t)ditherVal * (int64_t)threshDiff); in quantiseDifferenceHL()247 tmp_reg64.s32.h += acc; in quantiseDifferenceHL()248 acc = tmp_reg64.s32.h; in quantiseDifferenceHL()250 if (tmp_reg64.u32.l >= 0x80000000) { in quantiseDifferenceHL()253 tmp_round0 = (tmp_reg64.u32.l >> 1) | (tmp_reg64.s32.h << 31); in quantiseDifferenceHL()268 tmp_reg64.s64 = ((int64_t)acc * (int64_t)_delta); in quantiseDifferenceHL()269 tmp_reg64.s32.h += absDiffSignal; in quantiseDifferenceHL()270 tmp_round0 = (tmp_reg64.u32.l >> 4) | (tmp_reg64.s32.h << 28); in quantiseDifferenceHL()271 acc = tmp_reg64.s32.h + (1 << 2); in quantiseDifferenceHL()[all …]
166 reg64_t tmp_reg64; in quantiseDifference_HDHL() local254 tmp_reg64.s64 = ((int64_t)ditherVal * (int64_t)threshDiff); in quantiseDifference_HDHL()256 tmp_reg64.s32.h += acc; in quantiseDifference_HDHL()257 acc = tmp_reg64.s32.h; in quantiseDifference_HDHL()259 if (tmp_reg64.u32.l >= 0x80000000) { in quantiseDifference_HDHL()262 tmp_round0 = (tmp_reg64.u32.l >> 1) | (tmp_reg64.s32.h << 31); in quantiseDifference_HDHL()277 tmp_reg64.s64 = ((int64_t)acc * (int64_t)_delta); in quantiseDifference_HDHL()278 tmp_reg64.s32.h += absDiffSignal; in quantiseDifference_HDHL()279 tmp_round0 = (tmp_reg64.u32.l >> 4) | (tmp_reg64.s32.h << 28); in quantiseDifference_HDHL()280 acc = tmp_reg64.s32.h + (1 << 2); in quantiseDifference_HDHL()[all …]