Searched defs:qexp (Results 1 - 4 of 4) sorted by relevance

/external/tremolo/Tremolo/
H A Dasm_arm.h154 ogg_int32_t qexp=*qexpp; local
204 //qexp+=shift;
230 : "+r"(qi),"+r"(pi),"+r"(qexp)
236 *qexpp=qexp;
242 ogg_int32_t qexp=*qexpp; local
256 : "+r"(qi),"+r"(qexp)
260 *qexpp=qexp;
H A Dfloor0.c201 ogg_int32_t qexp=0,shift; local
208 lsp_loop_asm(&qi,&pi,&qexp,ilsp,wi,m);
214 qexp= qexp*2-28*((m+1)>>1)+m;
218 qexp= qexp*2-13*m;
227 qi>>=1; qexp++;
229 lsp_norm_asm(&qi,&qexp);
243 qexp+=shift;
249 /* pi,qi normalized collectively, both tracked using qexp */
[all...]
/external/libvorbis/lib/
H A Dlsp.c77 int qexp; local
102 q=frexp(p+q,&qexp);
105 vorbis_invsq2explook(qexp+m)-
157 int qexp=0,shift; local
169 qexp+=shift;
175 /* pi,qi normalized collectively, both tracked using qexp */
182 qexp+=shift;
190 qexp+=shift-14*((m+1)>>1);
194 qexp=qexp*
[all...]
/external/aac/libSBRenc/src/
H A Dnf_est.cpp441 INT i, qexp, qtmp; local
492 exp = fDivNorm((FIXP_DBL)noiseFloorOffset, 3, &qexp);
493 tmp = fPow(2, DFRACT_BITS-1, exp, qexp, &qtmp);

Completed in 191 milliseconds