Home
last modified time | relevance | path

Searched refs:coeff3 (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dencodeopt_msa.c50 v8i16 coeff, coeff0, coeff1, coeff2, coeff3, coeff4; in vp8_mbblock_error_msa() local
78 coeff3 = LD_SH(coeff_ptr); in vp8_mbblock_error_msa()
96 ILVRL_H2_SH(coeff3, dq_coeff3, coeff0, coeff1); in vp8_mbblock_error_msa()
119 v8i16 coeff, coeff0, coeff1, coeff2, coeff3, coeff4; in vp8_mbuverror_msa() local
140 coeff3 = LD_SH(coeff_ptr); in vp8_mbuverror_msa()
160 ILVRL_H2_SH(coeff3, dq_coeff3, coeff0, coeff1); in vp8_mbuverror_msa()
/external/skia/src/opts/
DSkBitmapProcState_arm_neon.cpp112 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolveHorizontally_neon() local
117 coeff3 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask3)); in convolveHorizontally_neon()
132 int32x4_t p3 = vmull_s16(p3_src, coeff3); in convolveHorizontally_neon()
403 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolve4RowsHorizontally_neon() local
409 coeff3 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask3)); in convolve4RowsHorizontally_neon()
423 p3 = vmull_s16(vget_high_s16(p23_16), coeff3); \ in convolve4RowsHorizontally_neon()
440 int16x4_t coeffs, coeff0, coeff1, coeff2, coeff3; in convolve4RowsHorizontally_neon() local
446 coeff3 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask3)); in convolve4RowsHorizontally_neon()
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DThreeEighthesStepInterpolator.java95 final double coeff3 = 3 * s * (1 + theta); in computeInterpolatedStateAndDerivatives() local
108 currentState[i] - coeff1 * yDot1 - coeff2 * yDot2 - coeff3 * yDot3 - coeff4 * yDot4; in computeInterpolatedStateAndDerivatives()
DGillStepInterpolator.java104 final double coeff3 = c23 * TWO_PLUS_SQRT_2; in computeInterpolatedStateAndDerivatives() local
118 currentState[i] - coeff1 * yDot1 - coeff2 * yDot2 - coeff3 * yDot3 - coeff4 * yDot4; in computeInterpolatedStateAndDerivatives()
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_avg_intrin_sse2.c260 __m128i coeff3 = _mm_load_si128((const __m128i *)(coeff + 192)); in vp9_hadamard_16x16_sse2() local
264 __m128i b2 = _mm_add_epi16(coeff2, coeff3); in vp9_hadamard_16x16_sse2()
265 __m128i b3 = _mm_sub_epi16(coeff2, coeff3); in vp9_hadamard_16x16_sse2()
278 coeff3 = _mm_sub_epi16(b1, b3); in vp9_hadamard_16x16_sse2()
280 _mm_store_si128((__m128i *)(coeff + 192), coeff3); in vp9_hadamard_16x16_sse2()
/external/opencv3/modules/features2d/src/
Dbrisk.cpp1936 int coeff3 = -3 * (tmp3 + s_0_1 - s_2_1); in subpixel2D() local
1954 int tmp_max = coeff3 + coeff4 + coeff5; in subpixel2D()
1958 int tmp = -coeff3 + coeff4 - coeff5; in subpixel2D()
1965 tmp = coeff3 - coeff4 - coeff5; in subpixel2D()
1972 tmp = -coeff3 - coeff4 + coeff5; in subpixel2D()
1983 delta_x = float(2 * coeff2 * coeff3 - coeff4 * coeff5) / float(-H_det); in subpixel2D()
1984 delta_y = float(2 * coeff1 * coeff4 - coeff3 * coeff5) / float(-H_det); in subpixel2D()
2024 delta_x2 = -float(coeff3 + coeff5) / float(2 * coeff1); in subpixel2D()
2033 delta_x2 = -float(coeff3 - coeff5) / float(2 * coeff1); in subpixel2D()
2040 …float max1 = (coeff1 * delta_x1 * delta_x1 + coeff2 * delta_y1 * delta_y1 + coeff3 * delta_x1 + co… in subpixel2D()
[all …]