Searched refs:WebRtcSpl_CountLeadingZeros64 (Results 1 – 4 of 4) sorted by relevance
43 (64 - 31) - WebRtcSpl_CountLeadingZeros64((max1 * max2) * (uint64_t)dim2); in WebRtcIlbcfix_MyCorr()
57 WebRtcSpl_CountLeadingZeros64((max12 * max12) * (uint64_t)ENH_BLOCKL); in WebRtcIlbcfix_Smooth()
56 static __inline int WebRtcSpl_CountLeadingZeros64(uint64_t n) { in WebRtcSpl_CountLeadingZeros64() function
154 EXPECT_EQ(64, WebRtcSpl_CountLeadingZeros64(0)); in TEST()159 EXPECT_EQ(63 - i, WebRtcSpl_CountLeadingZeros64(single_one)); in TEST()161 EXPECT_EQ(63 - i, WebRtcSpl_CountLeadingZeros64(all_ones)); in TEST()