- initial import
This commit is contained in:
37
src/libs/webrtc/ilbcfix/abs_quant_loop.h
Normal file
37
src/libs/webrtc/ilbcfix/abs_quant_loop.h
Normal file
@@ -0,0 +1,37 @@
|
||||
/*
|
||||
* Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by a BSD-style license
|
||||
* that can be found in the LICENSE file in the root of the source
|
||||
* tree. An additional intellectual property rights grant can be found
|
||||
* in the file PATENTS. All contributing project authors may
|
||||
* be found in the AUTHORS file in the root of the source tree.
|
||||
*/
|
||||
|
||||
/******************************************************************
|
||||
|
||||
iLBC Speech Coder ANSI-C Source Code
|
||||
|
||||
WebRtcIlbcfix_AbsQuantLoop.h
|
||||
|
||||
******************************************************************/
|
||||
|
||||
#ifndef WEBRTC_MODULES_AUDIO_CODING_CODECS_ILBC_MAIN_SOURCE_ABS_QUANT_LOOP_H_
|
||||
#define WEBRTC_MODULES_AUDIO_CODING_CODECS_ILBC_MAIN_SOURCE_ABS_QUANT_LOOP_H_
|
||||
|
||||
#include "defines.h"
|
||||
|
||||
/*----------------------------------------------------------------*
|
||||
* predictive noise shaping encoding of scaled start state
|
||||
* (subrutine for WebRtcIlbcfix_StateSearch)
|
||||
*---------------------------------------------------------------*/
|
||||
|
||||
void WebRtcIlbcfix_AbsQuantLoop(
|
||||
WebRtc_Word16 *syntOutIN,
|
||||
WebRtc_Word16 *in_weightedIN,
|
||||
WebRtc_Word16 *weightDenumIN,
|
||||
WebRtc_Word16 *quantLenIN,
|
||||
WebRtc_Word16 *idxVecIN
|
||||
);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user