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

1 2 3 4 5

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DcTrackerTest.java 127 private DcTracker mDct;
147 mDct = new DcTracker(mPhone);
417 mDct.removeCallbacksAndMessages(null);
418 mDct = null;
459 assertEquals(apnSetting, mDct.getActiveApnString(PhoneConstants.APN_TYPE_DEFAULT));
460 assertArrayEquals(new String[]{PhoneConstants.APN_TYPE_DEFAULT}, mDct.getActiveApnTypes());
462 assertEquals(DctConstants.State.CONNECTED, mDct.getOverallState());
463 assertEquals(DctConstants.State.CONNECTED, mDct.getState(PhoneConstants.APN_TYPE_DEFAULT));
465 LinkProperties linkProperties = mDct.getLinkProperties(PhoneConstants.APN_TYPE_DEFAULT);
479 return (boolean) method.invoke(mDct, dataConnectionReasons)
    [all...]
  /external/libopus/celt/dump_modes/
dump_modes_arm_ne10.c 81 for(k=0;k<=mode->mdct.maxshift;k++) {
83 cfg = (NE10_FFT_CFG_TYPE_T)mode->mdct.kfft[k]->arch_fft->priv;
87 mode->mdct.kfft[k]->nfft, (NE10_MAXFACTORS * 2));
95 for(k=0;k<=mode->mdct.maxshift;k++) {
97 cfg = (NE10_FFT_CFG_TYPE_T)mode->mdct.kfft[k]->arch_fft->priv;
101 NE10_FFT_CPX_TYPE_T_STR, mode->mdct.kfft[k]->nfft,
102 mode->mdct.kfft[k]->nfft);
103 for(j=0;j<mode->mdct.kfft[k]->nfft;j++) {
115 for(k=0;k<=mode->mdct.maxshift;k++) {
117 cfg = (NE10_FFT_CFG_TYPE_T)mode->mdct.kfft[k]->arch_fft->priv
    [all...]
dump_modes.c 152 mode->Fs, mdctSize, mode->mdct.kfft[0]->nfft);
153 for (j=0;j<mode->mdct.kfft[0]->nfft;j++)
154 fprintf (file, "{" WORD16 ", " WORD16 "},%c", mode->mdct.kfft[0]->twiddles[j].r, mode->mdct.kfft[0]->twiddles[j].i,(j+3)%2==0?'\n':' ');
161 for (k=0;k<=mode->mdct.maxshift;k++)
163 fprintf(file, "#ifndef FFT_BITREV%d\n", mode->mdct.kfft[k]->nfft);
164 fprintf(file, "#define FFT_BITREV%d\n", mode->mdct.kfft[k]->nfft);
166 mode->mdct.kfft[k]->nfft, mode->mdct.kfft[k]->nfft);
167 for (j=0;j<mode->mdct.kfft[k]->nfft;j++
    [all...]
Makefile 13 ../mdct.c \
  /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/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:__anon24526
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 $
  /external/libopus/celt/arm/
mdct_arm.h 5 @brief ARM Neon Intrinsic optimizations for mdct using NE10 library
37 #include "mdct.h"
40 /** Compute a forward MDCT and scale by 4/N, trashes the input array */
  /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
64 /** Compute a forward MDCT and scale by 4/N, trashes the input array */
70 /** Compute a backward MDCT (no scaling) and performs weighted overlap-add
modes.h 36 #include "mdct.h"
70 mdct_lookup mdct; member in struct:OpusCustomMode
  /external/libopus/
celt_sources.mk 12 celt/mdct.c \
celt_headers.mk 21 celt/mdct.h \
  /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);
277 mDct.sendRestartRadio();
278 } else if (mDct.isPermanentFailure(failCause)) {
372 mDct.sendStopNetStatPoll(DctConstants.Activity.DORMANT);
380 mDct.sendStartNetStatPoll(DctConstants.Activity.NONE);
391 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/tremolo/
Android.bp 17 "Tremolo/mdct.c",
  /external/libldac/src/
mdct_ldac.c 20 Subfunction: Process MDCT Core
98 Process MDCT

Completed in 568 milliseconds

1 2 3 4 5