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

1 2 3 4 5

  /external/svox/pico/lib/
picosig.h 33 * Pico Sig is the PU that makes the parametric representation produce a speech signal.
34 * The PU receives parametric vectors and translates them into signal vectors.
picopam.h 34 * into parametric representations suitable for signal generation. As such it is the interface
40 * - Colecting the parametric output of the Decision trees into suitable items to be sent to following PU's
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ParametericFilterRepresentation.java 21 * Class to simplify creating representations that use Parametric controllers
  /external/aac/libSBRenc/src/
ps_main.h 171 * \brief Create a parametric stereo encoder instance.
173 * \param phParametricStereo A pointer to a parametric stereo handle to be allocated. Initialized on return.
185 * \brief Initialize a parametric stereo encoder instance.
188 * \param hPsEncConfig Filled parametric stereo configuration structure.
207 * \brief Destroy parametric stereo encoder instance.
211 * \param phParametricStereo Pointer to the parametric stereo handle to be deallocated.
223 * \brief Apply parametric stereo processing.
255 * \brief Write parametric stereo bitstream.
  /frameworks/av/include/media/stagefright/foundation/
AStringUtils.h 25 // similar to strncmp or strcasecmp, but case sensitivity is parametric
  /frameworks/base/core/java/android/animation/
FloatEvaluator.java 27 * calculation is a simple parametric calculation: <code>result = x0 + t * (v1 - v0)</code>,
IntEvaluator.java 27 * calculation is a simple parametric calculation: <code>result = x0 + t * (v1 - v0)</code>,
TypeEvaluator.java 32 * calculation is a simple parametric calculation: <code>result = x0 + t * (x1 - x0)</code>,
PointFEvaluator.java 57 * between the start and end values. The calculation is a simple parametric
RectEvaluator.java 57 * between the start and end values. The calculation is a simple parametric
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
RectFEvaluator.java 31 * between the start and end values. The calculation is a simple parametric
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
CurveFitter.java 30 /** Fitter for parametric univariate real functions y = f(x).
118 * @param f parametric function to fit
PolynomialFitter.java 83 /** Dedicated parametric polynomial class. */
HarmonicFitter.java 109 /** Parametric harmonic function. */
  /system/update_engine/update_manager/
boxed_value.h 30 // isn't a parametric class. The class has a parametric constructor that accepts
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
TTest.java 87 * The validity of the p-value depends on the assumptions of the parametric
117 * The validity of the test depends on the assumptions of the parametric
328 * The validity of the test depends on the assumptions of the parametric
365 * parametric t-test procedure, as discussed
394 * The validity of the test depends on the assumptions of the parametric
433 * parametric t-test procedure, as discussed
473 * The validity of the p-value depends on the assumptions of the parametric
508 * The validity of the p-value depends on the assumptions of the parametric
558 * The validity of the test depends on the assumptions of the parametric
614 * The validity of the test depends on the assumptions of the parametric
    [all...]
TTestImpl.java 111 * The validity of the p-value depends on the assumptions of the parametric
147 * The validity of the test depends on the assumptions of the parametric
395 * The validity of the test depends on the assumptions of the parametric
437 * parametric t-test procedure, as discussed
470 * The validity of the test depends on the assumptions of the parametric
514 * parametric t-test procedure, as discussed
556 * The validity of the p-value depends on the assumptions of the parametric
598 * The validity of the p-value depends on the assumptions of the parametric
656 * The validity of the test depends on the assumptions of the parametric
714 * The validity of the test depends on the assumptions of the parametric
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
I18NMessageTest.java 68 println("\n\n---- Parametric message test ----");
I18NSimpleMessageTest.java 70 println("\n\n---- Parametric message test ----");
  /frameworks/support/transition/ics/android/support/transition/
RectEvaluator.java 59 * between the start and end values. The calculation is a simple parametric
  /external/pdfium/third_party/lcms2-2.6/src/
cmsgamma.c 32 // each segment is evaluated separately. Plug-ins may be used to define new parametric schemes,
45 // The list of supported parametric curves
63 { 1, 2, 3, 4, 5, 6, 7, 8, 108 }, // Parametric curve ID
126 // As a way to install new parametric curves
311 // Parametric Fn using floating point
564 // Unsupported parametric curve. Should never reach here
708 // Parametric curves
723 cmsSignalError(ContextID, cmsERROR_UNKNOWN_EXTENSION, "Invalid parametric curve type %d", Type);
    [all...]
  /external/aac/libSBRdec/src/
psdec.h 318 scalFilterBankValues( HANDLE_PS_DEC h_ps_d, /* parametric stereo decoder handle */
331 rescalFilterBankValues( HANDLE_PS_DEC h_ps_d, /* parametric stereo decoder handle */
344 ApplyPsSlot( HANDLE_PS_DEC h_ps_d, /* parametric stereo decoder handle */
  /external/aac/libSYS/include/
FDK_audio.h 180 AOT_ER_PARA = 27, /**< Error Resilient(ER) Parametric object */
182 AOT_PS = 29, /**< PS, Parametric Stereo (includes SBR) */
487 #define CAPF_SBR_PS_MPEG 0x00000020 /**< Support flag for MPEG Parametric Stereo. */
488 #define CAPF_SBR_PS_DRM 0x00000040 /**< Support flag for DRM Parametric Stereo. */
  /external/skia/src/utils/
SkPatchGrid.h 121 * of the parametric coordinates of the coons patch.
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_Private.h 48 #include "LVPSA_Private.h" /* Parametric Spectrum Analyzer */

Completed in 3431 milliseconds

1 2 3 4 5