base->rtc_base: Update .c, .mm and .java files.
TBR=kwiberg@webrtc.org BUG=webrtc:7634 Review-Url: https://codereview.webrtc.org/2974613003 Cr-Commit-Position: refs/heads/master@{#18926}
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
|
||||
#include "defines.h"
|
||||
#include "constants.h"
|
||||
#include "webrtc/base/sanitizer.h"
|
||||
#include "webrtc/rtc_base/sanitizer.h"
|
||||
#include "webrtc/common_audio/signal_processing/include/signal_processing_library.h"
|
||||
|
||||
/*----------------------------------------------------------------*
|
||||
|
||||
@ -29,7 +29,7 @@
|
||||
#include "index_conv_enc.h"
|
||||
#include "pack_bits.h"
|
||||
#include "hp_input.h"
|
||||
#include "webrtc/base/checks.h"
|
||||
#include "webrtc/rtc_base/checks.h"
|
||||
|
||||
#ifdef SPLIT_10MS
|
||||
#include "unpack_bits.h"
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
#include "encode.h"
|
||||
#include "init_decode.h"
|
||||
#include "decode.h"
|
||||
#include "webrtc/base/checks.h"
|
||||
#include "webrtc/rtc_base/checks.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
int16_t WebRtcIlbcfix_EncoderAssign(IlbcEncoderInstance** iLBC_encinst,
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
#include "bandwidth_estimator.h"
|
||||
|
||||
#include "settings.h"
|
||||
#include "webrtc/base/checks.h"
|
||||
#include "webrtc/rtc_base/checks.h"
|
||||
|
||||
/* array of quantization levels for bottle neck info; Matlab code: */
|
||||
/* sprintf('%4.1ff, ', logspace(log10(5000), log10(40000), 12)) */
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "webrtc/base/checks.h"
|
||||
#include "webrtc/rtc_base/checks.h"
|
||||
#include "webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
#include "lpc_tables.h"
|
||||
#include "settings.h"
|
||||
#include "signal_processing_library.h"
|
||||
#include "webrtc/base/sanitizer.h"
|
||||
#include "webrtc/rtc_base/sanitizer.h"
|
||||
|
||||
/*
|
||||
* Eenumerations for arguments to functions WebRtcIsacfix_MatrixProduct1()
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
#include <stddef.h>
|
||||
|
||||
#include "signal_processing_library.h"
|
||||
#include "webrtc/base/checks.h"
|
||||
#include "webrtc/rtc_base/checks.h"
|
||||
|
||||
void WebRtcIsacfix_MatrixProduct1Neon(const int16_t matrix0[],
|
||||
const int32_t matrix1[],
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
#include "codec.h"
|
||||
#include "filterbank_tables.h"
|
||||
#include "settings.h"
|
||||
#include "webrtc/base/checks.h"
|
||||
#include "webrtc/rtc_base/checks.h"
|
||||
|
||||
// Declare a function pointer.
|
||||
AllpassFilter2FixDec16 WebRtcIsacfix_AllpassFilter2FixDec16;
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
|
||||
#include <arm_neon.h>
|
||||
|
||||
#include "webrtc/base/checks.h"
|
||||
#include "webrtc/rtc_base/checks.h"
|
||||
|
||||
void WebRtcIsacfix_AllpassFilter2FixDec16Neon(
|
||||
int16_t* data_ch1, // Input and output in channel 1, in Q0
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
#include "webrtc/base/checks.h"
|
||||
#include "webrtc/rtc_base/checks.h"
|
||||
#include "webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h"
|
||||
|
||||
// Autocorrelation function in fixed point.
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
#include <arm_neon.h>
|
||||
|
||||
#include "webrtc/base/checks.h"
|
||||
#include "webrtc/rtc_base/checks.h"
|
||||
#include "webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h"
|
||||
|
||||
// Autocorrelation function in fixed point.
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "webrtc/base/checks.h"
|
||||
#include "webrtc/rtc_base/checks.h"
|
||||
#include "webrtc/modules/audio_coding/codecs/isac/fix/source/bandwidth_estimator.h"
|
||||
#include "webrtc/modules/audio_coding/codecs/isac/fix/source/codec.h"
|
||||
#include "webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.h"
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
#include "codec.h"
|
||||
#include "settings.h"
|
||||
#include "webrtc/base/sanitizer.h"
|
||||
#include "webrtc/rtc_base/sanitizer.h"
|
||||
|
||||
#define LATTICE_MUL_32_32_RSFT16(a32a, a32b, b32) \
|
||||
((int32_t)(WEBRTC_SPL_MUL(a32a, b32) + (WEBRTC_SPL_MUL_16_32_RSFT16(a32b, b32))))
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
#include "webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator.h"
|
||||
#include "webrtc/common_audio/signal_processing/include/signal_processing_library.h"
|
||||
#include "webrtc/base/compile_assert_c.h"
|
||||
#include "webrtc/rtc_base/compile_assert_c.h"
|
||||
|
||||
/* log2[0.2, 0.5, 0.98] in Q8 */
|
||||
static const int16_t kLogLagWinQ8[3] = {
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
#endif
|
||||
|
||||
#include "webrtc/common_audio/signal_processing/include/signal_processing_library.h"
|
||||
#include "webrtc/base/compile_assert_c.h"
|
||||
#include "webrtc/rtc_base/compile_assert_c.h"
|
||||
|
||||
extern int32_t WebRtcIsacfix_Log2Q8(uint32_t x);
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
#include "webrtc/modules/audio_coding/codecs/isac/fix/source/pitch_estimator.h"
|
||||
#include "webrtc/common_audio/signal_processing/include/signal_processing_library.h"
|
||||
#include "webrtc/base/compile_assert_c.h"
|
||||
#include "webrtc/rtc_base/compile_assert_c.h"
|
||||
|
||||
extern int32_t WebRtcIsacfix_Log2Q8(uint32_t x);
|
||||
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
#include "webrtc/common_audio/signal_processing/include/signal_processing_library.h"
|
||||
#include "webrtc/modules/audio_coding/codecs/isac/fix/source/settings.h"
|
||||
#include "webrtc/modules/audio_coding/codecs/isac/fix/source/structs.h"
|
||||
#include "webrtc/base/compile_assert_c.h"
|
||||
#include "webrtc/rtc_base/compile_assert_c.h"
|
||||
|
||||
// Number of segments in a pitch subframe.
|
||||
static const int kSegments = 5;
|
||||
|
||||
@ -19,7 +19,7 @@
|
||||
#include "bandwidth_estimator.h"
|
||||
#include "settings.h"
|
||||
#include "isac.h"
|
||||
#include "webrtc/base/checks.h"
|
||||
#include "webrtc/rtc_base/checks.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "webrtc/base/checks.h"
|
||||
#include "webrtc/rtc_base/checks.h"
|
||||
#include "webrtc/common_audio/signal_processing/include/signal_processing_library.h"
|
||||
#include "webrtc/modules/audio_coding/codecs/isac/main/source/bandwidth_estimator.h"
|
||||
#include "webrtc/modules/audio_coding/codecs/isac/main/source/codec.h"
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
|
||||
#include "os_specific_inline.h"
|
||||
|
||||
#include "webrtc/base/compile_assert_c.h"
|
||||
#include "webrtc/rtc_base/compile_assert_c.h"
|
||||
|
||||
/*
|
||||
* We are implementing the following filters;
|
||||
|
||||
@ -28,7 +28,7 @@
|
||||
/* include API */
|
||||
#include "isac.h"
|
||||
#include "utility.h"
|
||||
#include "webrtc/base/format_macros.h"
|
||||
#include "webrtc/rtc_base/format_macros.h"
|
||||
|
||||
/* max number of samples per frame (= 60 ms frame) */
|
||||
#define MAX_FRAMESAMPLES_SWB 1920
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
#include "webrtc/modules/audio_coding/codecs/opus/opus_interface.h"
|
||||
|
||||
#include "webrtc/base/checks.h"
|
||||
#include "webrtc/rtc_base/checks.h"
|
||||
#include "webrtc/modules/audio_coding/codecs/opus/opus_inst.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
Reference in New Issue
Block a user