HomeSort by relevance Sort by last modified time
    Searched refs:SPEC (Results 1 - 8 of 8) sorted by null

  /external/aac/libAACdec/src/
overlapadd.h 102 #define SPEC(ptr,w,gl) ((ptr)+((w)*(gl)))
stereo.cpp 173 leftSpectrum = SPEC(pAacDecoderChannelInfo[L]->pSpectralCoefficient, window, pAacDecoderChannelInfo[L]->granuleLength);
174 rightSpectrum = SPEC(pAacDecoderChannelInfo[R]->pSpectralCoefficient, window, pAacDecoderChannelInfo[R]->granuleLength);
248 leftSpectrum = SPEC(pAacDecoderChannelInfo[L]->pSpectralCoefficient, window, pAacDecoderChannelInfo[L]->granuleLength);
249 rightSpectrum = SPEC(pAacDecoderChannelInfo[R]->pSpectralCoefficient, window, pAacDecoderChannelInfo[R]->granuleLength);
block.cpp 233 FIXP_DBL *pSpectrum = SPEC(pSpectralCoefficient, window, pAacDecoderChannelInfo->granuleLength);
444 FIXP_DBL *pSpectralCoefficient = SPEC(pAacDecoderChannelInfo->pSpectralCoefficient, window, pAacDecoderChannelInfo->granuleLength) + BandOffsets[band];
552 FIXP_DBL *mdctSpectrum = SPEC(pSpectralCoefficient, window, pAacDecoderChannelInfo->granuleLength);
aacdec_pns.cpp 252 * \param spec pointer to were the noise values will be written to.
257 static int GenerateRandomVector (FIXP_DBL *RESTRICT spec,
263 FIXP_DBL *RESTRICT ptr = spec;
283 spec[i] = fMult(spec[i], invNrg_m);
292 static void ScaleBand (FIXP_DBL *RESTRICT spec, int size, int scaleFactor, int specScale, int noise_e, int out_of_phase)
314 spec [i] = fMultDiv2 (spec [i], sfMatissa) << shift;
319 spec [i] = fMultDiv2 (spec [i], sfMatissa) >> shift
    [all...]
aacdec_tns.cpp 216 static void CTns_Filter (FIXP_DBL *spec, int size, int inc, FIXP_TCC coeff [], int order)
238 maxVal = fixMax(maxVal,fixp_abs(spec[i]));
250 pSpec = &spec[size - 1];
252 pSpec = &spec[0];
350 FIXP_DBL *pSpectrum = SPEC(pSpectralCoefficient, window, granuleLength);
aacdec_hcr.cpp 644 pOut = SPEC(pQuantizedSpectralCoefficientsBase, window, pAacDecoderChannelInfo->granuleLength);
668 pBak = SPEC(pQuantizedSpectralCoefficientsBase, window, pAacDecoderChannelInfo->granuleLength);
    [all...]
  /external/chromium_org/chrome/installer/linux/rpm/
build.sh 17 rm -f "${SPEC}"
26 process_template "${SCRIPTDIR}/chrome.spec.template" "${SPEC}"
160 "${SPEC}"
269 SPEC="${TMPFILEDIR}/chrome.spec"
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
webkitdirs.pm 39 use File::Spec;
166 my $devnull = File::Spec->devnull();
446 $configurationProductDir = File::Spec->catdir($baseProductDir, configurationForVisualStudio(), "bin");
877 my $qmakepath = File::Spec->catfile(sourceDir(), "Tools", "qmake");
880 my $file = File::Spec->catfile(sourceDir(), "WebKit.pro");
909 my $devnull = File::Spec->devnull();
1014 my $stageLib = File::Spec->catdir($stageDir, $cpuDir, "lib");
1015 my $stageUsrLib = File::Spec->catdir($stageDir, $cpuDir, "usr", "lib");
1016 my $stageInc = File::Spec->catdir($stageDir, "usr", "include");
1025 $ccCommand = File::Spec->catfile($qnxHost, "usr", "bin", "qcc")
    [all...]

Completed in 117 milliseconds