HomeSort by relevance Sort by last modified time
    Searched refs:IMUL32 (Results 1 - 3 of 3) sorted by null

  /external/libopus/celt/
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 38 milliseconds