Searched refs:factQ19 (Results 1 – 2 of 2) sorted by relevance
41 int16_t factQ19, sh; in WebRtcIsacfix_Time2SpecC() local44 factQ19 = 16921; // 0.5/sqrt(240) in Q19 is round(.5/sqrt(240)*(2^19)) = 16921 in WebRtcIsacfix_Time2SpecC()51 tmpreQ16[k] = (WEBRTC_SPL_MUL_16_32_RSFT16(factQ19, xrQ16) + 4) >> 3; in WebRtcIsacfix_Time2SpecC()52 tmpimQ16[k] = (WEBRTC_SPL_MUL_16_32_RSFT16(factQ19, xiQ16) + 4) >> 3; in WebRtcIsacfix_Time2SpecC()
364 int factQ19 = 31727 << 16; in PostShiftAndDivideAndDemodulateNeon() local365 int32x4_t fact = vdupq_n_s32(factQ19); in PostShiftAndDivideAndDemodulateNeon()