Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dencodeopt_msa.c18 v8i16 coeff, dq_coeff, coeff0, coeff1; in vp8_block_error_msa() local
47 v8i16 coeff, coeff0, coeff1, coeff2, coeff3, coeff4; in vp8_mbblock_error_msa() local
113 v8i16 coeff, coeff0, coeff1, coeff2, coeff3, coeff4; in vp8_mbuverror_msa() local
Dquantize_msa.c24 v8i16 coeff0, coeff1, z0, z1; in fast_quantize_b_msa() local
93 v8i16 coeff0, coeff1, z0, z1; in exact_regular_quantize_b_msa() local
Ddenoising_msa.c33 v16u8 coeff0, coeff1; in vp8_denoiser_filter_msa() local
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_quantize_sse2.c42 __m128i coeff0, coeff1; in vp9_quantize_fp_sse2() local
117 __m128i coeff0, coeff1; in vp9_quantize_fp_sse2() local
Dvp9_dct_ssse3.c294 __m128i coeff0, coeff1; in vp9_fdct8x8_quant_ssse3() local
369 __m128i coeff0, coeff1; in vp9_fdct8x8_quant_ssse3() local
Dvp9_dct_intrin_sse2.c461 __m128i coeff0, coeff1; in vp9_fdct8x8_quant_sse2() local
535 __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/libvpx/libvpx/vpx_dsp/x86/
Dquantize_sse2.c39 __m128i coeff0, coeff1; in vpx_quantize_b_sse2() local
130 __m128i coeff0, coeff1; in vpx_quantize_b_sse2() local
Davg_intrin_sse2.c260 __m128i coeff1 = load_tran_low(coeff + 64); in vpx_hadamard_16x16_sse2() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
DLevenbergMarquardtOptimizer.java395 double coeff1 = 0; in doOptimize() 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/estimation/
DLevenbergMarquardtEstimator.java394 double coeff1 = 0; in estimate() local
/external/webp/src/dsp/
Denc_msa.c234 v8i16 coeff0, coeff1; in CollectHistogram() local
/external/libvpx/libvpx/vp8/common/mips/msa/
Dvp8_macros_msa.h1706 #define DPADD_SH3_SH(in0, in1, in2, coeff0, coeff1, coeff2) \ argument