HomeSort by relevance Sort by last modified time
    Searched refs:OPUS_INLINE (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/libopus/celt/
cpu_support.h 65 static OPUS_INLINE int opus_select_arch(void)
os_support.h 47 static OPUS_INLINE void *opus_alloc (size_t size)
55 static OPUS_INLINE void *opus_alloc_scratch (size_t size)
64 static OPUS_INLINE void opus_free (void *ptr)
entcode.h 93 static OPUS_INLINE opus_uint32 ec_range_bytes(ec_ctx *_this){
97 static OPUS_INLINE unsigned char *ec_get_buffer(ec_ctx *_this){
101 static OPUS_INLINE int ec_get_error(ec_ctx *_this){
111 static OPUS_INLINE int ec_tell(ec_ctx *_this){
124 static OPUS_INLINE opus_uint32 celt_udiv(opus_uint32 n, opus_uint32 d) {
140 static OPUS_INLINE opus_int32 celt_sudiv(opus_int32 n, opus_int32 d) {
rate.h 48 static OPUS_INLINE int get_pulses(int i)
53 static OPUS_INLINE int bits2pulses(const CELTMode *m, int band, int LM, int bits)
80 static OPUS_INLINE int pulses2bits(const CELTMode *m, int band, int LM, int pulses)
mathops.h 47 static OPUS_INLINE opus_val32 celt_maxabs16(const opus_val16 *x, int len)
63 static OPUS_INLINE opus_val32 celt_maxabs32(const opus_val32 *x, int len)
98 static OPUS_INLINE float celt_log2(float x)
116 static OPUS_INLINE float celt_exp2(float x)
148 static OPUS_INLINE opus_int16 celt_ilog2(opus_int32 x)
157 static OPUS_INLINE opus_int16 celt_zlog2(opus_val32 x)
169 static OPUS_INLINE opus_val16 celt_log2(opus_val32 x)
195 static OPUS_INLINE opus_val32 celt_exp2_frac(opus_val16 x)
202 static OPUS_INLINE opus_val32 celt_exp2(opus_val16 x)
228 static OPUS_INLINE opus_val16 celt_atan01(opus_val16 x
    [all...]
fixed_debug.h 62 static OPUS_INLINE short NEG16(int x)
83 static OPUS_INLINE int NEG32(opus_int64 x)
106 static OPUS_INLINE short EXTRACT16_(int x, char *file, int line)
122 static OPUS_INLINE int EXTEND32_(int x, char *file, int line)
138 static OPUS_INLINE short SHR16_(int a, int shift, char *file, int line)
160 static OPUS_INLINE short SHL16_(int a, int shift, char *file, int line)
182 static OPUS_INLINE int SHR32(opus_int64 a, int shift)
204 static OPUS_INLINE int SHL32_(opus_int64 a, int shift, char *file, int line)
237 static OPUS_INLINE short ADD16_(int a, int b, char *file, int line)
260 static OPUS_INLINE short SUB16_(int a, int b, char *file, int line
    [all...]
fixed_c5x.h 37 static OPUS_INLINE long IMUL32(long i, long j)
  /external/libopus/celt/arm/
fixed_armv5e.h 37 static OPUS_INLINE opus_val32 MULT16_32_Q16_armv5e(opus_val16 a, opus_val32 b)
53 static OPUS_INLINE opus_val32 MULT16_32_Q15_armv5e(opus_val16 a, opus_val32 b)
71 static OPUS_INLINE opus_val32 MAC16_32_Q15_armv5e(opus_val32 c, opus_val16 a,
88 static OPUS_INLINE opus_val32 MAC16_32_Q16_armv5e(opus_val32 c, opus_val16 a,
104 static OPUS_INLINE opus_val32 MAC16_16_armv5e(opus_val32 c, opus_val16 a,
120 static OPUS_INLINE opus_val32 MULT16_16_armv5e(opus_val16 a, opus_val16 b)
136 static OPUS_INLINE opus_val16 SIG2WORD16_armv6(opus_val32 x)
fixed_armv4.h 32 static OPUS_INLINE opus_val32 MULT16_32_Q16_armv4(opus_val16 a, opus_val32 b)
49 static OPUS_INLINE opus_val32 MULT16_32_Q15_armv4(opus_val16 a, opus_val32 b)
  /external/libopus/silk/
MacroCount.h 37 static OPUS_INLINE opus_int64 silk_SaveCount(){
41 static OPUS_INLINE opus_int64 silk_SaveResetCount(){
49 static OPUS_INLINE silk_PrintCount(){
54 static OPUS_INLINE opus_int32 silk_MUL(opus_int32 a32, opus_int32 b32){
62 static OPUS_INLINE opus_uint32 silk_MUL_uint(opus_uint32 a32, opus_uint32 b32){
69 static OPUS_INLINE opus_int32 silk_MLA(opus_int32 a32, opus_int32 b32, opus_int32 c32){
77 static OPUS_INLINE opus_int32 silk_MLA_uint(opus_uint32 a32, opus_uint32 b32, opus_uint32 c32){
85 static OPUS_INLINE opus_int32 silk_SMULWB(opus_int32 a32, opus_int32 b32){
92 static OPUS_INLINE opus_int32 silk_SMLAWB(opus_int32 a32, opus_int32 b32, opus_int32 c32){
100 static OPUS_INLINE opus_int32 silk_SMULWT(opus_int32 a32, opus_int32 b32)
    [all...]
Inlines.h 29 * \brief silk_Inlines.h defines OPUS_INLINE signal processing functions.
41 static OPUS_INLINE opus_int32 silk_CLZ64( opus_int64 in )
56 static OPUS_INLINE void silk_CLZ_FRAC(
71 static OPUS_INLINE opus_int32 silk_SQRT_APPROX( opus_int32 x )
97 static OPUS_INLINE opus_int32 silk_DIV32_varQ( /* O returns a good approximation of "(a32 << Qres) / b32" */
143 static OPUS_INLINE opus_int32 silk_INVERSE32_varQ( /* O returns a good approximation of "(1 << Qres) / b32" */
MacroDebug.h 39 static OPUS_INLINE opus_int16 silk_ADD16_(opus_int16 a, opus_int16 b, char *file, int line){
55 static OPUS_INLINE opus_int32 silk_ADD32_(opus_int32 a, opus_int32 b, char *file, int line){
71 static OPUS_INLINE opus_int64 silk_ADD64_(opus_int64 a, opus_int64 b, char *file, int line){
87 static OPUS_INLINE opus_int16 silk_SUB16_(opus_int16 a, opus_int16 b, char *file, int line){
103 static OPUS_INLINE opus_int32 silk_SUB32_(opus_int32 a, opus_int32 b, char *file, int line){
119 static OPUS_INLINE opus_int64 silk_SUB64_(opus_int64 a, opus_int64 b, char *file, int line){
135 static OPUS_INLINE opus_int16 silk_ADD_SAT16_( opus_int16 a16, opus_int16 b16, char *file, int line) {
150 static OPUS_INLINE opus_int32 silk_ADD_SAT32_(opus_int32 a32, opus_int32 b32, char *file, int line){
167 static OPUS_INLINE opus_int64 silk_ADD_SAT64_( opus_int64 a64, opus_int64 b64, char *file, int line) {
196 static OPUS_INLINE opus_int16 silk_SUB_SAT16_( opus_int16 a16, opus_int16 b16, char *file, int line )
    [all...]
typedef.h 67 static OPUS_INLINE void _silk_fatal(const char *str, const char *file, int line)
shell_coder.c 36 static OPUS_INLINE void combine_pulses(
48 static OPUS_INLINE void encode_split(
60 static OPUS_INLINE void decode_split(
NSQ.h 35 static OPUS_INLINE opus_int32 silk_noise_shape_quantizer_short_prediction_c(const opus_int32 *buf32, const opus_int16 *coef16, opus_int order)
67 static OPUS_INLINE opus_int32 silk_NSQ_noise_shape_feedback_loop_c(const opus_int32 *data0, opus_int32 *data1, const opus_int16 *coef, opus_int order)
  /external/libopus/silk/arm/
macros_armv5e.h 34 static OPUS_INLINE opus_int32 silk_SMULWB_armv5e(opus_int32 a, opus_int16 b)
49 static OPUS_INLINE opus_int32 silk_SMLAWB_armv5e(opus_int32 a, opus_int32 b,
65 static OPUS_INLINE opus_int32 silk_SMULWT_armv5e(opus_int32 a, opus_int32 b)
80 static OPUS_INLINE opus_int32 silk_SMLAWT_armv5e(opus_int32 a, opus_int32 b,
96 static OPUS_INLINE opus_int32 silk_SMULBB_armv5e(opus_int32 a, opus_int32 b)
111 static OPUS_INLINE opus_int32 silk_SMLABB_armv5e(opus_int32 a, opus_int32 b,
127 static OPUS_INLINE opus_int32 silk_SMULBT_armv5e(opus_int32 a, opus_int32 b)
142 static OPUS_INLINE opus_int32 silk_SMLABT_armv5e(opus_int32 a, opus_int32 b,
158 static OPUS_INLINE opus_int32 silk_ADD_SAT32_armv5e(opus_int32 a, opus_int32 b)
172 static OPUS_INLINE opus_int32 silk_SUB_SAT32_armv5e(opus_int32 a, opus_int32 b
    [all...]
SigProc_FIX_armv5e.h 33 static OPUS_INLINE opus_int32 silk_SMULTT_armv5e(opus_int32 a, opus_int32 b)
47 static OPUS_INLINE opus_int32 silk_SMLATT_armv5e(opus_int32 a, opus_int32 b,
SigProc_FIX_armv4.h 33 static OPUS_INLINE opus_int32 silk_MLA_armv4(opus_int32 a, opus_int32 b,
macros_armv4.h 33 static OPUS_INLINE opus_int32 silk_SMULWB_armv4(opus_int32 a, opus_int16 b)
53 static OPUS_INLINE opus_int32 silk_SMULWT_armv4(opus_int32 a, opus_int32 b)
73 static OPUS_INLINE opus_int32 silk_SMULWW_armv4(opus_int32 a, opus_int32 b)
88 static OPUS_INLINE opus_int32 silk_SMLAWW_armv4(opus_int32 a, opus_int32 b,
  /external/libopus/tests/
test_opus_common.h 28 static OPUS_INLINE void deb2_impl(unsigned char *_t,unsigned char **_p,int _k,int _x,int _y)
44 static OPUS_INLINE void debruijn2(int _k, unsigned char *_res)
57 static OPUS_INLINE opus_uint32 fast_rand(void)
68 static OPUS_INLINE void _test_failed(const char *file, int line)
  /external/libopus/silk/float/
SigProc_FLP.h 157 static OPUS_INLINE silk_float silk_sigmoid( silk_float x )
163 static OPUS_INLINE opus_int32 silk_float2int( silk_float x )
169 static OPUS_INLINE void silk_float2short_array(
182 static OPUS_INLINE void silk_short2float_array(
195 static OPUS_INLINE silk_float silk_log2( double x )
solve_LS_FLP.c 40 static OPUS_INLINE void silk_LDL_FLP(
51 static OPUS_INLINE void silk_SolveWithLowerTriangularWdiagOnes_FLP(
62 static OPUS_INLINE void silk_SolveWithUpperTriangularFromLowerWdiagOnes_FLP(
112 static OPUS_INLINE void silk_SolveWithUpperTriangularFromLowerWdiagOnes_FLP(
134 static OPUS_INLINE void silk_SolveWithLowerTriangularWdiagOnes_FLP(
156 static OPUS_INLINE void silk_LDL_FLP(
LPC_analysis_filter_FLP.c 43 static OPUS_INLINE void silk_LPC_analysis_filter16_FLP(
81 static OPUS_INLINE void silk_LPC_analysis_filter12_FLP(
115 static OPUS_INLINE void silk_LPC_analysis_filter10_FLP(
147 static OPUS_INLINE void silk_LPC_analysis_filter8_FLP(
177 static OPUS_INLINE void silk_LPC_analysis_filter6_FLP(
  /external/libopus/silk/fixed/
solve_LS_FIX.c 46 static OPUS_INLINE void silk_LDL_factorize_FIX(
54 static OPUS_INLINE void silk_LS_SolveFirst_FIX(
62 static OPUS_INLINE void silk_LS_SolveLast_FIX(
69 static OPUS_INLINE void silk_LS_divide_Q16_FIX(
116 static OPUS_INLINE void silk_LDL_factorize_FIX(
188 static OPUS_INLINE void silk_LS_divide_Q16_FIX(
208 static OPUS_INLINE void silk_LS_SolveFirst_FIX(
230 static OPUS_INLINE void silk_LS_SolveLast_FIX(
  /external/libopus/src/
mlp.c 42 static OPUS_INLINE opus_val16 tansig_approx(opus_val32 _x) /* Q19 */
68 static OPUS_INLINE float tansig_approx(float x)

Completed in 89 milliseconds

1 2 3