OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IMUL32
(Results
1 - 4
of
4
) sorted by null
/external/libopus/celt/
fixed_c5x.h
36
#undef
IMUL32
37
static OPUS_INLINE long
IMUL32
(long i, long j)
entenc.c
132
_this->val+=_this->rng-
IMUL32
(r,(_ft-_fl));
133
_this->rng=
IMUL32
(r,(_fh-_fl));
135
else _this->rng-=
IMUL32
(r,(_ft-_fh));
143
_this->val+=_this->rng-
IMUL32
(r,((1U<<_bits)-_fl));
144
_this->rng=
IMUL32
(r,(_fh-_fl));
146
else _this->rng-=
IMUL32
(r,((1U<<_bits)-_fh));
168
_this->val+=_this->rng-
IMUL32
(r,_icdf[_s-1]);
169
_this->rng=
IMUL32
(r,_icdf[_s-1]-_icdf[_s]);
171
else _this->rng-=
IMUL32
(r,_icdf[_s]);
entdec.c
155
s=
IMUL32
(_this->ext,_ft-_fh);
157
_this->rng=_fl>0?
IMUL32
(_this->ext,_fh-_fl):_this->rng-s;
189
s=
IMUL32
(r,_icdf[++ret]);
arch.h
70
#define
IMUL32
(a,b) ((a)*(b))
Completed in 689 milliseconds