Home
last modified time | relevance | path

Searched defs:coeff2 (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/opts/
DSkBitmapProcState_arm_neon.cpp112 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolveHorizontally_neon() local
152 int16x4_t coeff0, coeff1, coeff2; in convolveHorizontally_neon() local
403 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolve4RowsHorizontally_neon() local
440 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolve4RowsHorizontally_neon() local
/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dencodeopt_msa.c50 v8i16 coeff, coeff0, coeff1, coeff2, coeff3, coeff4; in vp8_mbblock_error_msa() local
119 v8i16 coeff, coeff0, coeff1, coeff2, coeff3, coeff4; in vp8_mbuverror_msa() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DMidpointStepInterpolator.java87 final double coeff2 = oneMinusThetaH * (1.0 + theta); in computeInterpolatedStateAndDerivatives() local
DThreeEighthesStepInterpolator.java94 final double coeff2 = 3 * s * (1 + theta - fourTheta2); in computeInterpolatedStateAndDerivatives() local
DGillStepInterpolator.java103 final double coeff2 = c23 * TWO_MINUS_SQRT_2; in computeInterpolatedStateAndDerivatives() local
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_avg_intrin_sse2.c259 __m128i coeff2 = _mm_load_si128((const __m128i *)(coeff + 128)); in vp9_hadamard_16x16_sse2() local
/external/libvpx/libvpx/vpx_dsp/mips/
Dfwd_txfm_msa.c25 v8i16 coeff2 = { -cospi_2_64, -cospi_10_64, -cospi_18_64, -cospi_26_64, in fdct8x16_1d_column() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
DLevenbergMarquardtOptimizer.java401 double coeff2 = lmPar * lmNorm * lmNorm / pc2; in doOptimize() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
DLevenbergMarquardtEstimator.java400 double coeff2 = lmPar * lmNorm * lmNorm / pc2; in estimate() local
/external/opencv3/modules/features2d/src/
Dbrisk.cpp1932 int coeff2 = 3 * (tmp1 - ((s_0_1 + s_2_1) << 1) + s_1_0 + s_1_2); in subpixel2D() local
/external/libvpx/libvpx/vp8/common/mips/msa/
Dvp8_macros_msa.h1729 #define DPADD_SH3_SH(in0, in1, in2, coeff0, coeff1, coeff2) \ argument