/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/ |
my_corr.c | 38 scale=WebRtcSpl_GetSizeInBits(max);
|
smooth.c | 53 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) {
|
frame_classify.c | 49 scale=WebRtcSpl_GetSizeInBits(WEBRTC_SPL_MUL_16_16(max,max)); 66 scale = WebRtcSpl_GetSizeInBits(maxW32) - 20;
|
do_plc.c | 74 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;
|
state_search.c | 52 scaleRes = WebRtcSpl_GetSizeInBits(max)-12;
|
enhancer_interface.c | 119 shifts = WebRtcSpl_GetSizeInBits(WEBRTC_SPL_MUL_16_16(max16, max16)) - 25; 145 corrSh = 15-WebRtcSpl_GetSizeInBits(corrmax[i]); 149 enerSh = 15-WebRtcSpl_GetSizeInBits(ener);
|
refiner.c | 80 scalefact=WebRtcSpl_GetSizeInBits(maxtemp)-15;
|
cb_search.c | 116 scale = WebRtcSpl_GetSizeInBits(WEBRTC_SPL_MUL_16_16(temp1, temp1));
|
encode.c | 155 scale=WebRtcSpl_GetSizeInBits(WEBRTC_SPL_MUL_16_16(max,max));
|
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/ |
get_scaling_square.c | 22 int nbits = WebRtcSpl_GetSizeInBits(times);
|
auto_correlation.c | 39 int nbits = WebRtcSpl_GetSizeInBits(in_vector_length);
|
signal_processing_unittest.cc | 126 EXPECT_EQ(17, WebRtcSpl_GetSizeInBits(a32));
|
/external/webrtc/src/common_audio/signal_processing/ |
get_scaling_square.c | 22 int nbits = WebRtcSpl_GetSizeInBits(times);
|
auto_correlation.c | 53 int nbits = WebRtcSpl_GetSizeInBits(in_vector_length); // # of bits in the sum loop
|
signal_processing_unittest.cc | 120 EXPECT_EQ(17, WebRtcSpl_GetSizeInBits(A));
|
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/include/ |
spl_inl.h | 48 static __inline int16_t WebRtcSpl_GetSizeInBits(uint32_t n) {
|
spl_inl_armv7.h | 108 static __inline int16_t WebRtcSpl_GetSizeInBits(uint32_t n) {
|
spl_inl_mips.h | 185 static __inline int16_t WebRtcSpl_GetSizeInBits(uint32_t n) {
|
/external/webrtc/src/common_audio/signal_processing/include/ |
spl_inl.h | 81 static __inline WebRtc_Word16 WebRtcSpl_GetSizeInBits(WebRtc_UWord32 n) {
|
spl_inl_armv7.h | 92 static __inline WebRtc_Word16 WebRtcSpl_GetSizeInBits(WebRtc_UWord32 n) {
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
arith_routines_logist.c | 269 WEBRTC_SPL_RSHIFT_W16(WebRtcSpl_GetSizeInBits(envQ8[0]), 1));
|
entropy_coding.c | 342 res = WEBRTC_SPL_LSHIFT_W32(1, WEBRTC_SPL_RSHIFT_W16(WebRtcSpl_GetSizeInBits(in_sqrt), 1)); [all...] |
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
arith_routines_logist.c | 270 WEBRTC_SPL_RSHIFT_W16(WebRtcSpl_GetSizeInBits(envQ8[0]), 1));
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/ |
entropy_coding.c | 314 res = 1 << (WebRtcSpl_GetSizeInBits(invARSpec2_Q16[0]) >> 1); 568 res = 1 << (WebRtcSpl_GetSizeInBits(invARSpec2_Q16[0]) >> 1); [all...] |
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/ |
entropy_coding.c | 314 res = 1 << (WebRtcSpl_GetSizeInBits(invARSpec2_Q16[0]) >> 1); 568 res = 1 << (WebRtcSpl_GetSizeInBits(invARSpec2_Q16[0]) >> 1); [all...] |