HomeSort by relevance Sort by last modified time
    Searched refs:opus_uint32 (Results 1 - 25 of 39) 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);
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))
cwrs.c 45 int log2_frac(opus_uint32 val, int frac)
211 static const opus_uint32 CELT_PVQ_U_DATA[1488]={
213 static const opus_uint32 CELT_PVQ_U_DATA[1272]={
413 const opus_uint32 *const CELT_PVQ_U_ROW[15]={
421 const opus_uint32 *const CELT_PVQ_U_ROW[15]={
440 static opus_uint32 icwrs(int _n,const int *_y){
441 opus_uint32 i;
463 static void cwrsi(int _n,int _k,opus_uint32 _i,int *_y){
464 opus_uint32 p;
470 opus_uint32 q
    [all...]
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...]
cwrs.h 39 int log2_frac(opus_uint32 val, int frac);
bands.h 104 opus_int32 total_bits, opus_int32 balance, ec_ctx *ec, int M, int codedBands, opus_uint32 *seed);
108 opus_val16 *prev2logE, int *pulses, opus_uint32 seed);
110 opus_uint32 celt_lcg_rand(opus_uint32 seed);
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 51 const opus_val16 *eBands, opus_val16 *oldEBands, opus_uint32 budget,
mathops.h 44 unsigned isqrt32(opus_uint32 _val);
104 opus_uint32 i;
122 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/celt/tests/
test_unit_cwrs32.c 99 opus_uint32 uu[KMAX+2U];
101 opus_uint32 inc;
102 opus_uint32 nc;
103 opus_uint32 i;
116 opus_uint32 u[KMAX+2U];
120 opus_uint32 v;
121 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/celt/arm/
armcpu.c 52 static inline opus_uint32 opus_cpu_capabilities(void){
53 opus_uint32 flags;
93 opus_uint32 opus_cpu_capabilities(void)
95 opus_uint32 flags = 0;
148 opus_uint32 flags = opus_cpu_capabilities();
  /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 364 opus_uint32 x = (opus_uint32) a32;
365 opus_uint32 r = (opus_uint32) rot;
366 opus_uint32 m = (opus_uint32) -rot;
415 #define silk_ADD32_ovflw(a, b) ((opus_int32)((opus_uint32)(a) + (opus_uint32)(b)))
418 #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/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];

Completed in 243 milliseconds

1 2