Home
last modified time | relevance | path

Searched refs:qexp (Results 1 – 4 of 4) sorted by relevance

/external/tremolo/Tremolo/
Dfloor0.c201 ogg_int32_t qexp=0,shift; in vorbis_lsp_to_curve() local
208 lsp_loop_asm(&qi,&pi,&qexp,ilsp,wi,m); in vorbis_lsp_to_curve()
214 qexp= qexp*2-28*((m+1)>>1)+m; in vorbis_lsp_to_curve()
218 qexp= qexp*2-13*m; in vorbis_lsp_to_curve()
227 qi>>=1; qexp++; in vorbis_lsp_to_curve()
229 lsp_norm_asm(&qi,&qexp); in vorbis_lsp_to_curve()
243 qexp+=shift; in vorbis_lsp_to_curve()
256 qexp+=shift; in vorbis_lsp_to_curve()
264 qexp+=shift-14*((m+1)>>1); in vorbis_lsp_to_curve()
268 qexp=qexp*2+m; in vorbis_lsp_to_curve()
[all …]
Dasm_arm.h154 ogg_int32_t qexp=*qexpp; in lsp_loop_asm() local
230 : "+r"(qi),"+r"(pi),"+r"(qexp) in lsp_loop_asm()
236 *qexpp=qexp; in lsp_loop_asm()
242 ogg_int32_t qexp=*qexpp; in lsp_norm_asm() local
256 : "+r"(qi),"+r"(qexp) in lsp_norm_asm()
260 *qexpp=qexp; in lsp_norm_asm()
/external/libvorbis/lib/
Dlsp.c77 int qexp; in vorbis_lsp_to_curve() local
102 q=frexp(p+q,&qexp); in vorbis_lsp_to_curve()
105 vorbis_invsq2explook(qexp+m)- in vorbis_lsp_to_curve()
157 int qexp=0,shift; in vorbis_lsp_to_curve() local
169 qexp+=shift; in vorbis_lsp_to_curve()
182 qexp+=shift; in vorbis_lsp_to_curve()
190 qexp+=shift-14*((m+1)>>1); in vorbis_lsp_to_curve()
194 qexp=qexp*2+m; in vorbis_lsp_to_curve()
207 qexp+=shift-7*m; in vorbis_lsp_to_curve()
211 qexp=qexp*2+m; in vorbis_lsp_to_curve()
[all …]
/external/aac/libSBRenc/src/
Dnf_est.cpp442 INT i, qexp, qtmp; in FDKsbrEnc_InitSbrNoiseFloorEstimate() local
495 exp = fDivNorm((FIXP_DBL)noiseFloorOffset, 3, &qexp); in FDKsbrEnc_InitSbrNoiseFloorEstimate()
496 tmp = fPow(2, DFRACT_BITS-1, exp, qexp, &qtmp); in FDKsbrEnc_InitSbrNoiseFloorEstimate()