forked from len0rd/rockbox
Sync libopus to upstream release 1.1
Change-Id: I9fea7460fc33f60faff961b3389dd97b5191463c
This commit is contained in:
parent
d0918b98fa
commit
e3c2ed7a71
97 changed files with 977 additions and 578 deletions
|
@ -8,7 +8,7 @@ this list of conditions and the following disclaimer.
|
|||
- Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
- Neither the name of Internet Society, IETF or IETF Trust, nor the
|
||||
- Neither the name of Internet Society, IETF or IETF Trust, nor the
|
||||
names of specific contributors, may be used to endorse or promote
|
||||
products derived from this software without specific prior written
|
||||
permission.
|
||||
|
@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
|
||||
/* shell coder; pulse-subframe length is hardcoded */
|
||||
|
||||
static inline void combine_pulses(
|
||||
static OPUS_INLINE void combine_pulses(
|
||||
opus_int *out, /* O combined pulses vector [len] */
|
||||
const opus_int *in, /* I input vector [2 * len] */
|
||||
const opus_int len /* I number of OUTPUT samples */
|
||||
|
@ -46,7 +46,7 @@ static inline void combine_pulses(
|
|||
}
|
||||
|
||||
#if 0
|
||||
static inline void encode_split(
|
||||
static OPUS_INLINE void encode_split(
|
||||
ec_enc *psRangeEnc, /* I/O compressor data structure */
|
||||
const opus_int p_child1, /* I pulse amplitude of first child subframe */
|
||||
const opus_int p, /* I pulse amplitude of current subframe */
|
||||
|
@ -59,7 +59,7 @@ static inline void encode_split(
|
|||
}
|
||||
#endif
|
||||
|
||||
static inline void decode_split(
|
||||
static OPUS_INLINE void decode_split(
|
||||
opus_int *p_child1, /* O pulse amplitude of first child subframe */
|
||||
opus_int *p_child2, /* O pulse amplitude of second child subframe */
|
||||
ec_dec *psRangeDec, /* I/O Compressor data structure */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue