Searched refs:WebRtcSpl_GetSizeInBits (Results 1 - 25 of 26) sorted by relevance

12

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dmy_corr.c38 scale=WebRtcSpl_GetSizeInBits(max);
H A Dsmooth.c53 scale=WebRtcSpl_GetSizeInBits(maxtot);
67 bitsw00 = WebRtcSpl_GetSizeInBits(w00);
68 bitsw11 = WebRtcSpl_GetSizeInBits(w11);
69 bitsw10 = WebRtcSpl_GetSizeInBits(WEBRTC_SPL_ABS_W32(w10));
150 scale=WebRtcSpl_GetSizeInBits(denom)-15;
184 if (WebRtcSpl_GetSizeInBits(w11_div_w00)+WebRtcSpl_GetSizeInBits(A)>31) {
H A Dframe_classify.c49 scale=WebRtcSpl_GetSizeInBits(WEBRTC_SPL_MUL_16_16(max,max));
66 scale = WebRtcSpl_GetSizeInBits(maxW32) - 20;
H A Ddo_plc.c74 scale3 = (WebRtcSpl_GetSizeInBits(max)<<1) - 25;
94 shiftMax = WebRtcSpl_GetSizeInBits(WEBRTC_SPL_ABS_W32(cross))-15;
105 shift1 = WebRtcSpl_GetSizeInBits(WEBRTC_SPL_ABS_W32(cross_comp))-15;
109 shift2 = WebRtcSpl_GetSizeInBits(ener)-15;
113 shift3 = WebRtcSpl_GetSizeInBits(ener_comp)-15;
H A Dstate_search.c52 scaleRes = WebRtcSpl_GetSizeInBits(max)-12;
H A Denhancer_interface.c120 shifts = WebRtcSpl_GetSizeInBits(WEBRTC_SPL_MUL_16_16(max16, max16)) - 25;
146 corrSh = 15-WebRtcSpl_GetSizeInBits(corrmax[i]);
150 enerSh = 15-WebRtcSpl_GetSizeInBits(ener);
H A Drefiner.c80 scalefact=WebRtcSpl_GetSizeInBits(maxtemp)-15;
H A Dcb_search.c116 scale = WebRtcSpl_GetSizeInBits(WEBRTC_SPL_MUL_16_16(temp1, temp1));
H A Dencode.c157 scale=WebRtcSpl_GetSizeInBits(WEBRTC_SPL_MUL_16_16(max,max));
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dget_scaling_square.c24 int16_t nbits = WebRtcSpl_GetSizeInBits(times);
H A Dauto_correlation.c39 int nbits = WebRtcSpl_GetSizeInBits(in_vector_length);
H A Dsignal_processing_unittest.cc104 EXPECT_EQ(17, WebRtcSpl_GetSizeInBits(a32));
/external/webrtc/src/common_audio/signal_processing/
H A Dget_scaling_square.c22 int nbits = WebRtcSpl_GetSizeInBits(times);
H A Dauto_correlation.c53 int nbits = WebRtcSpl_GetSizeInBits(in_vector_length); // # of bits in the sum loop
H A Dsignal_processing_unittest.cc120 EXPECT_EQ(17, WebRtcSpl_GetSizeInBits(A));
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/include/
H A Dspl_inl.h86 static __inline int16_t WebRtcSpl_GetSizeInBits(uint32_t n) { function
H A Dspl_inl_armv7.h78 static __inline int16_t WebRtcSpl_GetSizeInBits(uint32_t n) { function
H A Dspl_inl_mips.h129 static __inline int16_t WebRtcSpl_GetSizeInBits(uint32_t n) { function
/external/webrtc/src/common_audio/signal_processing/include/
H A Dspl_inl.h81 static __inline WebRtc_Word16 WebRtcSpl_GetSizeInBits(WebRtc_UWord32 n) { function
H A Dspl_inl_armv7.h92 static __inline WebRtc_Word16 WebRtcSpl_GetSizeInBits(WebRtc_UWord32 n) { function
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Darith_routines_logist.c269 WEBRTC_SPL_RSHIFT_W16(WebRtcSpl_GetSizeInBits(envQ8[0]), 1));
H A Dentropy_coding.c342 res = WEBRTC_SPL_LSHIFT_W32(1, WEBRTC_SPL_RSHIFT_W16(WebRtcSpl_GetSizeInBits(in_sqrt), 1));
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Darith_routines_logist.c270 WEBRTC_SPL_RSHIFT_W16(WebRtcSpl_GetSizeInBits(envQ8[0]), 1));
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dentropy_coding.c314 res = 1 << (WebRtcSpl_GetSizeInBits(invARSpec2_Q16[0]) >> 1);
568 res = 1 << (WebRtcSpl_GetSizeInBits(invARSpec2_Q16[0]) >> 1);
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dentropy_coding.c314 res = 1 << (WebRtcSpl_GetSizeInBits(invARSpec2_Q16[0]) >> 1);
568 res = 1 << (WebRtcSpl_GetSizeInBits(invARSpec2_Q16[0]) >> 1);

Completed in 232 milliseconds

12