Home
last modified time | relevance | path

Searched refs:WebRtcSpl_GetSizeInBits (Results 1 – 19 of 19) sorted by relevance

/external/webrtc/modules/audio_coding/codecs/ilbc/
Dsmooth.c70 bitsw00 = WebRtcSpl_GetSizeInBits(w00); in WebRtcIlbcfix_Smooth()
71 bitsw11 = WebRtcSpl_GetSizeInBits(w11); in WebRtcIlbcfix_Smooth()
72 bitsw10 = WebRtcSpl_GetSizeInBits(WEBRTC_SPL_ABS_W32(w10)); in WebRtcIlbcfix_Smooth()
149 scale=WebRtcSpl_GetSizeInBits(denom)-15; in WebRtcIlbcfix_Smooth()
183 if (WebRtcSpl_GetSizeInBits(w11_div_w00)+WebRtcSpl_GetSizeInBits(A)>31) { in WebRtcIlbcfix_Smooth()
Ddo_plc.c77 scale3 = (WebRtcSpl_GetSizeInBits(max)<<1) - 25; in WebRtcIlbcfix_DoThePlc()
97 shiftMax = WebRtcSpl_GetSizeInBits(WEBRTC_SPL_ABS_W32(cross))-15; in WebRtcIlbcfix_DoThePlc()
109 shift1 = WebRtcSpl_GetSizeInBits(WEBRTC_SPL_ABS_W32(cross_comp))-15; in WebRtcIlbcfix_DoThePlc()
114 shift2 = WebRtcSpl_GetSizeInBits(ener)-15; in WebRtcIlbcfix_DoThePlc()
117 shift3 = WebRtcSpl_GetSizeInBits(ener_comp)-15; in WebRtcIlbcfix_DoThePlc()
Dframe_classify.c49 scale = WebRtcSpl_GetSizeInBits((uint32_t)(max * max)); in WebRtcIlbcfix_FrameClassify()
66 scale = WebRtcSpl_GetSizeInBits(maxW32) - 20; in WebRtcIlbcfix_FrameClassify()
Denhancer_interface.c123 shifts = WebRtcSpl_GetSizeInBits((uint32_t)(max16 * max16)) - 25; in WebRtcIlbcfix_EnhancerInterface()
147 corrSh = 15-WebRtcSpl_GetSizeInBits(corrmax[i]); in WebRtcIlbcfix_EnhancerInterface()
151 enerSh = 15-WebRtcSpl_GetSizeInBits(ener); in WebRtcIlbcfix_EnhancerInterface()
Dstate_search.c52 scaleRes = WebRtcSpl_GetSizeInBits(max)-12; in WebRtcIlbcfix_StateSearch()
Drefiner.c79 scalefact = WebRtcSpl_GetSizeInBits(maxtemp) - 15; in WebRtcIlbcfix_Refiner()
Dcb_search.c120 scale = WebRtcSpl_GetSizeInBits((uint32_t)(temp1 * temp1)); in WebRtcIlbcfix_CbSearch()
Dencode.c161 scale = WebRtcSpl_GetSizeInBits((uint32_t)(max * max)); in WebRtcIlbcfix_EncodeImpl()
/external/webrtc/common_audio/signal_processing/
Dget_scaling_square.c24 int16_t nbits = WebRtcSpl_GetSizeInBits((uint32_t)times); in WebRtcSpl_GetScalingSquare()
Dauto_correlation.c36 int nbits = WebRtcSpl_GetSizeInBits((uint32_t)in_vector_length); in WebRtcSpl_AutoCorrelation()
Dsignal_processing_unittest.cc96 EXPECT_EQ(17, WebRtcSpl_GetSizeInBits(a32)); in TEST()
/external/webrtc/common_audio/
Dreal_fourier.cc29 return WebRtcSpl_GetSizeInBits(static_cast<uint32_t>(length - 1)); in FftOrder()
/external/webrtc/common_audio/signal_processing/include/
Dspl_inl.h123 static __inline int16_t WebRtcSpl_GetSizeInBits(uint32_t n) { in WebRtcSpl_GetSizeInBits() function
Dspl_inl_armv7.h79 static __inline int16_t WebRtcSpl_GetSizeInBits(uint32_t n) { in WebRtcSpl_GetSizeInBits() function
Dspl_inl_mips.h116 static __inline int16_t WebRtcSpl_GetSizeInBits(uint32_t n) { in WebRtcSpl_GetSizeInBits() function
/external/webrtc/modules/audio_coding/codecs/isac/fix/source/
Darith_routines_logist.c267 res = 1 << (WebRtcSpl_GetSizeInBits(envQ8[0]) >> 1); in WebRtcIsacfix_DecLogisticMulti2()
Dentropy_coding.c355 res = 1 << (WebRtcSpl_GetSizeInBits(in_sqrt) >> 1); in CalcRootInvArSpec()
/external/webrtc/modules/audio_coding/neteq/
Dexpand.cc692 std::max(0, 2 * WebRtcSpl_GetSizeInBits(unvoiced_max_abs) - 24); in AnalyzeSignal()
/external/webrtc/modules/audio_coding/codecs/isac/main/source/
Dentropy_coding.c309 res = 1 << (WebRtcSpl_GetSizeInBits(invARSpec2_Q16[0]) >> 1); in WebRtcIsac_DecodeSpec()
563 res = 1 << (WebRtcSpl_GetSizeInBits(invARSpec2_Q16[0]) >> 1); in WebRtcIsac_EncodeSpec()