HomeSort by relevance Sort by last modified time
    Searched full:mdct (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DcTrackerTest.java 115 private DcTracker mDct;
135 mDct = new DcTracker(mPhone);
348 mDct.removeCallbacksAndMessages(null);
349 mDct = null;
381 assertEquals(apnSetting, mDct.getActiveApnString(PhoneConstants.APN_TYPE_DEFAULT));
382 assertArrayEquals(new String[]{PhoneConstants.APN_TYPE_DEFAULT}, mDct.getActiveApnTypes());
383 assertTrue(mDct.getAnyDataEnabled());
385 assertEquals(DctConstants.State.CONNECTED, mDct.getOverallState());
386 assertEquals(DctConstants.State.CONNECTED, mDct.getState(PhoneConstants.APN_TYPE_DEFAULT));
388 LinkProperties linkProperties = mDct.getLinkProperties(PhoneConstants.APN_TYPE_DEFAULT)
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
psy_data.h 51 Word16 *mdctDelayBuffer; /* mdct delay buffer [BLOCK_SWITCHING_OFFSET]*/
53 Word16 mdctScalenm1; /* scale of last block's mdct (PreEchoControl) */
62 Word32 *mdctSpectrum; /* mdct spectrum [FRAME_LEN_LONG] */
63 Word16 mdctScale; /* scale of mdct */
transform.h 19 Content: MDCT Transform functions
  /external/libvorbis/
todo.txt 16 to MDCT domain data, additional low level framing capability)
Android.mk 21 lib/mdct.c \
  /external/libopus/celt/
mdct.h 29 /* This is a simple MDCT implementation that uses a N/4 complex FFT
38 MDCT implementation in FFMPEG, but has differences in signs, ordering
59 /** Compute a forward MDCT and scale by 4/N, trashes the input array */
64 /** Compute a backward MDCT (no scaling) and performs weighted overlap-add
modes.h 36 #include "mdct.h"
78 mdct_lookup mdct; member in struct:OpusCustomMode
  /external/libopus/
celt_sources.mk 12 celt/mdct.c \
celt_headers.mk 21 celt/mdct.h \
  /external/aac/libFDK/include/
mdct.h 87 Description: MDCT routines
111 * \brief MDCT persistent data
131 * \brief Initialize as valid MDCT handle
133 * \param hMdct handle of an allocated MDCT handle.
143 * \brief perform MDCT transform (time domain to frequency domain) with given parameters.
145 * \param hMdct handle of an allocated MDCT handle.
146 * \param spectrum pointer to where the resulting MDCT spectrum will be stored into.
180 * \brief drain buffered output samples into given buffer. Changes the MDCT state.
190 * \brief Copy overlap time domain data to given buffer. Does not change the MDCT state.
200 * \brief Adapt MDCT parameters for non-matching window slopes
    [all...]
  /external/libvorbis/lib/
envelope.h 21 #include "mdct.h"
58 mdct_lookup mdct; member in struct:__anon16387
Makefile.am 9 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\
psy.h 139 float *mdct,
148 float **mdct,
mdct.h 14 last mod: $Id: mdct.h 16227 2009-07-08 06:58:46Z xiphmont $
psy.c 164 the MDCT/FFT will actually give us; we want the curve applied
777 float *mdct,
795 the relative compensation of the MDCT.
802 val = val - logmdct[i]; /* val == mdct line value relative to floor in dB */
805 /* mdct value is > -17.2 dB below floor */
809 -0.00 dB boost if mdct value is -17.2dB (relative to floor)
810 -0.77 dB boost if mdct value is 0dB (relative to floor)
811 -1.64 dB boost if mdct value is +17.2dB (relative to floor)
816 /* mdct value is <= -17.2 dB below floor */
820 +0.00 dB atten if mdct value is -17.2dB (relative to floor
    [all...]
psytune.c 32 #include "mdct.h"
330 float *mdct=pcm[i]; local
331 float *logmdct=mdct+framesize/2;
335 /* fft and mdct transforms */
351 mdct_forward(&m_look,pcm[i],mdct);
353 logmdct[j]=todB(mdct+j);
355 analysis("mdct",frameno+i,logmdct,framesize/2,1,0);
363 float *mdct=pcm[i]; local
364 float *logmdct=mdct+framesize/2;
390 mdct,
    [all...]
envelope.c 29 #include "mdct.h"
45 mdct_init(&e->mdct,n);
78 mdct_clear(&e->mdct);
120 mdct_forward(&ve->mdct,vec,vec);
122 /*_analysis_output_always("mdct",seq2,vec,n/2,0,1,0); */
149 the MDCT results in all real coefficients, but it still *behaves*
  /external/tremolo/
Android.mk 13 Tremolo/mdct.c \
  /external/libvorbis/doc/
vorbis.html 83 <li><a href="mdct.html">Time domain segmentation and MDCT transform</a></li>
85 <li><a href="residuals.html">MDCT-domain fine structure</a></li>
171 <li><a href="mdct.html">Time domain segmentation and MDCT transform</a>:
173 short-time vectors and transformation using the MDCT</li>
175 doamin psychoacoustics, and the MDCT-domain noise, masking and resolution
177 <li><a href="residuals.html">MDCT-domain fine structure</a>: Production,
178 quantization and massaging of MDCT-spectrum fine structure</li>
01-introduction.tex 166 type 0, the MDCT, in Vorbis I) and a mapping number. The mapping
302 \item inverse monolithic transform of audio spectrum vector, always an MDCT in Vorbis I
310 MDCT to store the right-hand transform data of a partial MDCT for a
348 Vorbis uses an overlapping transform, namely the MDCT, to blend one
350 artifacts. The MDCT output of one frame is windowed according to MDCT
382 A description of valid window functions for use with an inverse MDCT
479 \paragraph{inverse monolithic transform (MDCT)}
482 inverse Modified Discrete Cosine Transform (MDCT). A detaile
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcController.java 53 private DcTracker mDct;
95 mDct = dct;
266 if (mDct.isCleanupRequired.get()) {
268 mDct.isCleanupRequired.set(false);
276 mDct.sendRestartRadio();
277 } else if (mDct.isPermanentFail(failCause)) {
371 mDct.sendStopNetStatPoll(DctConstants.Activity.DORMANT);
379 mDct.sendStartNetStatPoll(DctConstants.Activity.NONE);
390 mDct.sendCleanUpConnection(true, apnContext);
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
band_nrg.c 30 * description: Calc sfb-bandwise mdct-energies for left and right channel
57 * description: Calc sfb-bandwise mdct-energies for left add or minus right channel
transform.c 19 Content: MDCT Transform functionss
276 * description: prepare MDCT process for next FFT compute
311 * description: post MDCT process after next FFT for MDCT
354 * description: the long block mdct, include long_start block, end_long block
372 * description: the short block mdct
390 * description: the mdct delay buffer has a size of 1600,
397 static void shiftMdctDelayBuffer(Word16 *mdctDelayBuffer, /*! start of mdct delay buffer */
496 /* add windows and pre add for mdct to last buffer*/
510 /* add windows and pre add for mdct to new buffer*
    [all...]
  /external/aac/libAACenc/src/
transform.cpp 87 The module FDKaacLdEnc_MdctTransform will perform the MDCT.
88 The MDCT supports the sine window and
89 the zero padded window. The algorithm of the MDCT
121 See FDK_tools/doc/intern/mdct.tex for more detail. */
128 * MDCT scale:
164 /* Taken from FDK_tools/src/mdct.cpp Derive NR and NL */
  /external/tremolo/Tremolo/
mapping0.c 45 #include "mdct.h"
249 //_analysis_output("mdct",seq+j,vb->pcm[j],-24,n/2,0,1);
252 /* only MDCT right now.... */

Completed in 4701 milliseconds

1 2 3 4