/external/tremolo/Tremolo/ |
asm_arm.h | 154 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;
|
floor0.c | 201 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/ |
lsp.c | 77 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*2+m [all...] |
/external/aac/libSBRenc/src/ |
nf_est.cpp | 442 INT i, qexp, qtmp; local 495 exp = fDivNorm((FIXP_DBL)noiseFloorOffset, 3, &qexp); 496 tmp = fPow(2, DFRACT_BITS-1, exp, qexp, &qtmp);
|