Home
last modified time | relevance | path

Searched defs:coeff1 (Results 1 – 19 of 19) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dencodeopt_msa.c19 v8i16 coeff, dq_coeff, coeff0, coeff1; in vp8_block_error_msa() local
50 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
Dquantize_msa.c27 v8i16 coeff0, coeff1, z0, z1; in fast_quantize_b_msa() local
107 v8i16 coeff0, coeff1, z0, z1; in exact_regular_quantize_b_msa() local
Ddenoising_msa.c35 v16u8 coeff0, coeff1; in vp8_denoiser_filter_msa() local
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_quantize_sse2.c43 __m128i coeff0, coeff1; in vp9_quantize_fp_sse2() local
118 __m128i coeff0, coeff1; in vp9_quantize_fp_sse2() local
Dvp9_dct_ssse3.c302 __m128i coeff0, coeff1; in vp9_fdct8x8_quant_ssse3() local
377 __m128i coeff0, coeff1; in vp9_fdct8x8_quant_ssse3() local
Dvp9_avg_intrin_sse2.c258 __m128i coeff1 = _mm_load_si128((const __m128i *)(coeff + 64)); in vp9_hadamard_16x16_sse2() local
Dvp9_dct_sse2.c468 __m128i coeff0, coeff1; in vp9_fdct8x8_quant_sse2() local
542 __m128i coeff0, coeff1; in vp9_fdct8x8_quant_sse2() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DMidpointStepInterpolator.java86 final double coeff1 = oneMinusThetaH * theta; in computeInterpolatedStateAndDerivatives() local
DClassicalRungeKuttaStepInterpolator.java92 final double coeff1 = s * ((-fourTheta + 5) * theta - 1); in computeInterpolatedStateAndDerivatives() local
DThreeEighthesStepInterpolator.java93 final double coeff1 = s * (1 - 7 * theta + 2 * fourTheta2); in computeInterpolatedStateAndDerivatives() local
DGillStepInterpolator.java102 final double coeff1 = soMt * (1 - fourTheta); in computeInterpolatedStateAndDerivatives() local
/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/vpx_dsp/x86/
Dquantize_sse2.c64 __m128i coeff0, coeff1; in vpx_quantize_b_sse2() local
155 __m128i coeff0, coeff1; in vpx_quantize_b_sse2() local
/external/libvpx/libvpx/vpx_dsp/mips/
Dfwd_txfm_msa.c23 v8i16 coeff1 = { cospi_2_64, cospi_30_64, cospi_14_64, cospi_18_64, in fdct8x16_1d_column() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
DLevenbergMarquardtOptimizer.java395 double coeff1 = 0; in doOptimize() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
DLevenbergMarquardtEstimator.java394 double coeff1 = 0; in estimate() local
/external/opencv3/modules/imgproc/src/
Dphasecorr.cpp584 double coeff0 = 2.0 * CV_PI / (double)(cols - 1), coeff1 = 2.0f * CV_PI / (double)(rows - 1); in createHanningWindow() local
/external/opencv3/modules/features2d/src/
Dbrisk.cpp1931 int coeff1 = 3 * (tmp1 + s_0_1 - ((s_1_0 + s_1_2) << 1) + s_2_1); 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