Home
last modified time | relevance | path

Searched refs:mdct (Results 1 – 24 of 24) sorted by relevance

/external/libvorbis/lib/
Dpsytune.c330 float *mdct=pcm[i]; in main() local
331 float *logmdct=mdct+framesize/2; in main()
351 mdct_forward(&m_look,pcm[i],mdct); in main()
353 logmdct[j]=todB(mdct+j); in main()
363 float *mdct=pcm[i]; in main() local
364 float *logmdct=mdct+framesize/2; in main()
390 mdct, in main()
401 mdct, in main()
Dpsy.h139 float *mdct,
148 float **mdct,
DMakefile.am9 libvorbis_la_SOURCES = mdct.c smallft.c block.c envelope.c window.c lsp.c \
15 masking.h os.h mdct.h smallft.h highlevel.h\
Dmapping0.c381 float *mdct =gmdct[i]; in mapping0_forward() local
393 logmdct[j]=todB(mdct+j) + .345; /* + .345 is a hack; the original in mapping0_forward()
476 mdct, in mapping0_forward()
523 mdct, in mapping0_forward()
548 mdct, in mapping0_forward()
Dpsy.c777 float *mdct, in _vp_offset_and_mix() argument
824 mdct[i] *= de; in _vp_offset_and_mix()
917 static void flag_lossless(int limit, float prepoint, float postpoint, float *mdct, in flag_lossless() argument
922 float r = fabs(mdct[j])/floor[j]; in flag_lossless()
1011 float **mdct, in _vp_couple_quantize_normalize() argument
1079 flag_lossless(limit,prepoint,postpoint,&mdct[k][i],floor[k],flag[k],i,jn); in _vp_couple_quantize_normalize()
1082 quant[k][j] = raw[k][j] = mdct[k][i+j]*mdct[k][i+j]; in _vp_couple_quantize_normalize()
1083 if(mdct[k][i+j]<0.f) raw[k][j]*=-1.f; in _vp_couple_quantize_normalize()
Denvelope.h58 mdct_lookup mdct; member
Denvelope.c45 mdct_init(&e->mdct,n); in _ve_envelope_init()
78 mdct_clear(&e->mdct); in _ve_envelope_clear()
120 mdct_forward(&ve->mdct,vec,vec); in _ve_amp()
Dfloor1.c421 static int accumulate_fit(const float *flr,const float *mdct, in accumulate_fit() argument
436 if(mdct[i]+info->twofitatten>=flr[i]){ in accumulate_fit()
532 const float *mdct, in inspect_error() argument
551 if(mdct[x]+info->twofitatten>=mask[x]){ in inspect_error()
568 if(mdct[x]+info->twofitatten>=mask[x]){ in inspect_error()
DMakefile.in60 am_libvorbis_la_OBJECTS = mdct.lo smallft.lo block.lo envelope.lo \
272 libvorbis_la_SOURCES = mdct.c smallft.c block.c envelope.c window.c lsp.c \
278 masking.h os.h mdct.h smallft.h highlevel.h\
413 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mdct.Plo@am__quote@
/external/libvorbis/macosx/Vorbis.xcodeproj/
Dproject.pbxproj10 …738835F40B18FF50005C7A69 /* mdct.c in Sources */ = {isa = PBXBuildFile; fileRef = F5D8F63803389C83…
70 …F5D8F63803389C830112CE8F /* mdct.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.…
71 …F5D8F63903389C830112CE8F /* mdct.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.…
190 F5D8F63803389C830112CE8F /* mdct.c */,
191 F5D8F63903389C830112CE8F /* mdct.h */,
335 738835F40B18FF50005C7A69 /* mdct.c in Sources */,
/external/libopus/celt/
Dmodes.h78 mdct_lookup mdct; member
Dmodes.c391 if (clt_mdct_init(&mode->mdct, 2*mode->shortMdctSize*mode->nbShortMdcts, in opus_custom_mode_create()
434 clt_mdct_clear(&mode->mdct); in opus_custom_mode_destroy()
Dcelt_decoder.c282 … clt_mdct_backward(&mode->mdct, &X[b+c*N*B], out_mem[c]+N*b, mode->window, overlap, shift, B); in compute_inv_mdcts()
Dcelt_encoder.c441 …clt_mdct_forward(&mode->mdct, in+c*(B*N+overlap)+b*N, &out[b+c*N*B], mode->window, overlap, shift,… in compute_mdcts()
/external/libopus/
Dcelt_sources.mk12 celt/mdct.c \
Dcelt_headers.mk21 celt/mdct.h \
DAndroid.mk20 celt/mdct.c \
DMakefile.in153 celt/laplace.c celt/mathops.c celt/mdct.c celt/modes.c \
233 celt/mathops.lo celt/mdct.lo celt/modes.lo celt/pitch.lo \
721 celt/mdct.c celt/modes.c celt/pitch.c celt/celt_lpc.c \
862 celt/mdct.h \
1105 celt/mdct.lo: celt/$(am__dirstamp) celt/$(DEPDIR)/$(am__dirstamp)
1547 -rm -f celt/mdct.$(OBJEXT)
1548 -rm -f celt/mdct.lo
1875 @AMDEP_TRUE@@am__include@ @am__quote@celt/$(DEPDIR)/mdct.Plo@am__quote@
/external/tremolo/
DAndroid.mk13 Tremolo/mdct.c \
/external/libvorbis/
DAndroid.mk21 lib/mdct.c \
Dconfigure.ac10 AC_CONFIG_SRCDIR([lib/mdct.c])
/external/libvorbis/symbian/
Dvorbis.mmp39 SOURCE lookup.c lpc.c lsp.c mapping0.c mdct.c psy.c registry.c res0.c sharedbook.c
/external/libopus/src/
Danalysis.c234 kfft = celt_mode->mdct.kfft[0]; in tonality_analysis()
Dopus_multistream_encoder.c260 … clt_mdct_forward(&celt_mode->mdct, in, freq, celt_mode->window, overlap, celt_mode->maxLM-LM, 1); in surround_analysis()