HomeSort by relevance Sort by last modified time
    Searched full:qexp (Results 1 - 7 of 7) sorted by null

  /external/tremolo/Tremolo/
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...]
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;
  /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 441 INT i, qexp, qtmp; local
494 exp = fDivNorm((FIXP_DBL)noiseFloorOffset, 3, &qexp);
495 tmp = fPow(2, DFRACT_BITS-1, exp, qexp, &qtmp);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/
libmpfr.a     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/
libmpfr.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/
libmpfr.a     [all...]

Completed in 390 milliseconds