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

1 2

  /external/chromium_org/third_party/opus/src/celt/
entcode.h 38 typedef opus_uint32 ec_window;
59 opus_uint32 storage;
61 opus_uint32 end_offs;
70 opus_uint32 offs;
72 opus_uint32 rng;
76 opus_uint32 val;
79 opus_uint32 ext;
86 static inline opus_uint32 ec_range_bytes(ec_ctx *_this){
114 opus_uint32 ec_tell_frac(ec_ctx *_this);
entdec.h 36 void ec_dec_init(ec_dec *_this,unsigned char *_buf,opus_uint32 _storage);
90 opus_uint32 ec_dec_uint(ec_dec *_this,opus_uint32 _ft);
98 opus_uint32 ec_dec_bits(ec_dec *_this,unsigned _ftb);
cwrs.c 45 int log2_frac(opus_uint32 val, int frac)
79 static const opus_uint32 INV_TABLE[53]={
100 static inline opus_uint32 imusdiv32odd(opus_uint32 _a,opus_uint32 _b,
101 opus_uint32 _c,int _d){
113 static inline opus_uint32 imusdiv32even(opus_uint32 _a,opus_uint32 _b,
114 opus_uint32 _c,int _d)
    [all...]
entenc.h 36 void ec_enc_init(ec_enc *_this,unsigned char *_buf,opus_uint32 _size);
71 void ec_enc_uint(ec_enc *_this,opus_uint32 _fl,opus_uint32 _ft);
77 void ec_enc_bits(ec_enc *_this,opus_uint32 _fl,unsigned _ftb);
103 void ec_enc_shrink(ec_enc *_this,opus_uint32 _size);
entcode.c 41 int ec_ilog(opus_uint32 _v){
65 opus_uint32 ec_tell_frac(ec_ctx *_this){
66 opus_uint32 nbits;
67 opus_uint32 r;
mfrngcod.h 43 # define EC_CODE_TOP (((opus_uint32)1U)<<(EC_CODE_BITS-1))
entdec.c 119 void ec_dec_init(ec_dec *_this,unsigned char *_buf,opus_uint32 _storage){
154 opus_uint32 s;
163 opus_uint32 r;
164 opus_uint32 d;
165 opus_uint32 s;
178 opus_uint32 r;
179 opus_uint32 d;
180 opus_uint32 s;
181 opus_uint32 t;
198 opus_uint32 ec_dec_uint(ec_dec *_this,opus_uint32 _ft)
    [all...]
bands.h 87 opus_int32 total_bits, opus_int32 balance, ec_ctx *ec, int M, int codedBands, opus_uint32 *seed);
91 opus_val16 *prev2logE, int *pulses, opus_uint32 seed);
93 opus_uint32 celt_lcg_rand(opus_uint32 seed);
cwrs.h 39 int log2_frac(opus_uint32 val, int frac);
entenc.c 112 void ec_enc_init(ec_enc *_this,unsigned char *_buf,opus_uint32 _size){
129 opus_uint32 r;
140 opus_uint32 r;
152 opus_uint32 r;
153 opus_uint32 s;
154 opus_uint32 l;
165 opus_uint32 r;
175 void ec_enc_uint(ec_enc *_this,opus_uint32 _fl,opus_uint32 _ft){
188 ec_enc_bits(_this,_fl&(((opus_uint32)1<<ftb)-1U),ftb)
    [all...]
ecintrin.h 84 int ec_ilog(opus_uint32 _v);
mathops.c 42 unsigned isqrt32(opus_uint32 _val){
54 opus_uint32 t;
55 t=(((opus_uint32)g<<1)+b)<<bshift;
quant_bands.h 45 const opus_val16 *eBands, opus_val16 *oldEBands, opus_uint32 budget,
mathops.h 44 unsigned isqrt32(opus_uint32 _val);
69 opus_uint32 i;
87 opus_uint32 i;
  /external/chromium_org/third_party/opus/src/include/
opus_types.h 43 typedef uint32_t opus_uint32; typedef
49 typedef _G_uint32_t opus_uint32; typedef
56 typedef unsigned int opus_uint32; typedef
59 typedef unsigned int opus_uint32; typedef
65 typedef unsigned __int32 opus_uint32; typedef
76 typedef UInt32 opus_uint32; typedef
84 typedef u_int32_t opus_uint32; typedef
93 typedef u_int32_t opus_uint32; typedef
101 typedef unsigned int opus_uint32; typedef
109 typedef unsigned int opus_uint32; typedef
115 typedef unsigned opus_uint32; typedef
125 typedef unsigned int opus_uint32; typedef
132 typedef unsigned long opus_uint32; typedef
139 typedef unsigned int opus_uint32; typedef
147 typedef unsigned int opus_uint32; typedef
    [all...]
  /external/chromium_org/third_party/opus/src/silk/
sum_sqr_shift.c 54 nrg = (opus_int32)silk_RSHIFT_uint( (opus_uint32)nrg, 2 );
62 nrg = (opus_int32)silk_ADD_RSHIFT_uint( nrg, (opus_uint32)nrg_tmp, shft );
65 nrg = (opus_int32)silk_RSHIFT_uint( (opus_uint32)nrg, 2 );
77 nrg = silk_RSHIFT_uint( (opus_uint32)nrg, 2 );
macros.h 71 #define silk_ADD_SAT32(a, b) ((((opus_uint32)(a) + (opus_uint32)(b)) & 0x80000000) == 0 ? \
75 #define silk_SUB_SAT32(a, b) ((((opus_uint32)(a)-(opus_uint32)(b)) & 0x80000000) == 0 ? \
SigProc_FIX.h 370 opus_uint32 x = (opus_uint32) a32;
371 opus_uint32 r = (opus_uint32) rot;
372 opus_uint32 m = (opus_uint32) -rot;
421 #define silk_ADD32_ovflw(a, b) ((opus_int32)((opus_uint32)(a) + (opus_uint32)(b)))
424 #define silk_SUB32_ovflw(a, b) ((opus_int32)((opus_uint32)(a) - (opus_uint32)(b))
    [all...]
MacroCount.h 62 static inline opus_uint32 silk_MUL_uint(opus_uint32 a32, opus_uint32 b32){
63 opus_uint32 ret;
77 static inline opus_int32 silk_MLA_uint(opus_uint32 a32, opus_uint32 b32, opus_uint32 c32){
78 opus_uint32 ret;
364 static inline opus_uint32 silk_LSHIFT_uint(opus_uint32 a, opus_int32 shift)
    [all...]
MacroDebug.h 152 res = ((((opus_uint32)(a32) + (opus_uint32)(b32)) & 0x80000000) == 0 ? \
213 res = ((((opus_uint32)(a32)-(opus_uint32)(b32)) & 0x80000000) == 0 ? \
274 static inline opus_uint32 silk_MUL_uint_(opus_uint32 a32, opus_uint32 b32, char *file, int line){
275 opus_uint32 ret;
304 static inline opus_int32 silk_MLA_uint_(opus_uint32 a32, opus_uint32 b32, opus_uint32 c32, char *file, int line)
    [all...]
  /external/chromium_org/third_party/opus/src/tests/
test_opus_common.h 56 static opus_uint32 Rz, Rw;
57 static inline opus_uint32 fast_rand(void)
63 static opus_uint32 iseed;
  /external/chromium_org/third_party/opus/src/celt/tests/
test_unit_cwrs32.c 100 opus_uint32 uu[KMAX+2U];
101 opus_uint32 inc;
102 opus_uint32 nc;
103 opus_uint32 i;
111 opus_uint32 u[KMAX+2U];
115 opus_uint32 v;
116 opus_uint32 ii;
test_unit_laplace.c 47 opus_uint32 ft = 32768 - LAPLACE_MINP*(2*LAPLACE_NMIN+1);
  /external/chromium_org/third_party/opus/src/src/
repacketizer_demo.c 44 static void int_to_char(opus_uint32 i, unsigned char ch[4])
52 static opus_uint32 char_to_int(unsigned char ch[4])
54 return ((opus_uint32)ch[0]<<24) | ((opus_uint32)ch[1]<<16)
55 | ((opus_uint32)ch[2]<< 8) | (opus_uint32)ch[3];
opus_demo.c 66 static void int_to_char(opus_uint32 i, unsigned char ch[4])
74 static opus_uint32 char_to_int(unsigned char ch[4])
76 return ((opus_uint32)ch[0]<<24) | ((opus_uint32)ch[1]<<16)
77 | ((opus_uint32)ch[2]<< 8) | (opus_uint32)ch[3];
228 opus_uint32 enc_final_range[2];
229 opus_uint32 dec_final_range;

Completed in 420 milliseconds

1 2