Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/libvpx/vpx_dsp/x86/
H A Davg_intrin_avx2.c151 __m256i coeff2 = _mm256_loadu_si256((const __m256i *)(t_coeff + 128)); in vpx_highbd_hadamard_16x16_avx2() local
192 __m256i coeff2 = _mm256_loadu_si256((const __m256i *)(t_coeff + 512)); in vpx_highbd_hadamard_32x32_avx2() local
364 const __m256i coeff2 = _mm256_loadu_si256((const __m256i *)(t_coeff + 128)); in hadamard_16x16_avx2() local
428 const __m256i coeff2 = _mm256_loadu_si256((const __m256i *)(t_coeff + 512)); in vpx_hadamard_32x32_avx2() local
H A Davg_intrin_sse2.c357 __m128i coeff2 = _mm_load_si128((const __m128i *)(t_coeff + 128)); in hadamard_16x16_sse2() local
427 __m128i coeff2 = _mm_load_si128((const __m128i *)(t_coeff + 512)); in vpx_hadamard_32x32_sse2() local
H A Dquantize_avx2.c60 const __m256i coeff2 = _mm256_loadu_si256((const __m256i *)(coeff_ptr + 8)); in load_coefficients_avx2() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/
H A DMidpointStepInterpolator.java96 final double coeff2 = theta * theta * h; in computeInterpolatedStateAndDerivatives() local
105 final double coeff2 = oneMinusThetaH * (1.0 + theta); in computeInterpolatedStateAndDerivatives() local
H A DMidpointFieldStepInterpolator.java104 final T coeff2 = theta.multiply(thetaH); in computeInterpolatedStateAndDerivatives() local
109 final T coeff2 = oneMinusThetaH.multiply(theta.add(1)).negate(); in computeInterpolatedStateAndDerivatives() local
H A DThreeEighthesStepInterpolator.java110 final double coeff2 = 3 * s * (5 * theta - fourTheta2); in computeInterpolatedStateAndDerivatives() local
128 final double coeff2 = 3 * s * (1 + theta - fourTheta2); in computeInterpolatedStateAndDerivatives() local
H A DGillStepInterpolator.java117 final double coeff2 = c23 * ONE_MINUS_INV_SQRT_2; in computeInterpolatedStateAndDerivatives() local
134 final double coeff2 = c23 * ONE_MINUS_INV_SQRT_2; in computeInterpolatedStateAndDerivatives() local
H A DThreeEighthesFieldStepInterpolator.java118 final T coeff2 = s.multiply(theta.multiply(5).subtract(fourTheta2)).multiply(3); in computeInterpolatedStateAndDerivatives() local
128 final T coeff2 = s.multiply(thetaPlus1.subtract(fourTheta2)).multiply(3); in computeInterpolatedStateAndDerivatives() local
H A DLutherStepInterpolator.java135 final double coeff2 = 0; in computeInterpolatedStateAndDerivatives() local
158 final double coeff2 = 0; in computeInterpolatedStateAndDerivatives() local
H A DGillFieldStepInterpolator.java128 final T coeff2 = c23.multiply(one_minus_inv_sqrt_2); in computeInterpolatedStateAndDerivatives() local
137 final T coeff2 = c23.multiply(one_minus_inv_sqrt_2); in computeInterpolatedStateAndDerivatives() local
H A DLutherFieldStepInterpolator.java198 final T coeff2 = time.getField().getZero(); in computeInterpolatedStateAndDerivatives() local
210 final T coeff2 = time.getField().getZero(); in computeInterpolatedStateAndDerivatives() local
H A DDormandPrince54FieldStepInterpolator.java148 final T coeff2 = f1.multiply(a72). in computeInterpolatedStateAndDerivatives() local
201 final T coeff2 = f1.multiply(a72). in computeInterpolatedStateAndDerivatives() local
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Davg_intrin_avx2.c160 const __m256i coeff2 = _mm256_loadu_si256((const __m256i *)(t_coeff + 128)); in hadamard_16x16_avx2() local
206 const __m256i coeff2 = _mm256_loadu_si256((const __m256i *)(t_coeff + 128)); in aom_hadamard_lp_16x16_avx2() local
253 const __m256i coeff2 = _mm256_loadu_si256((const __m256i *)(t_coeff + 512)); in aom_hadamard_32x32_avx2() local
432 __m256i coeff2 = _mm256_loadu_si256((const __m256i *)(t_coeff + 128)); in aom_highbd_hadamard_16x16_avx2() local
473 __m256i coeff2 = _mm256_loadu_si256((const __m256i *)(t_coeff + 512)); in aom_highbd_hadamard_32x32_avx2() local
H A Davg_intrin_sse2.c415 __m128i coeff2 = _mm_load_si128((const __m128i *)(t_coeff + 128)); in aom_hadamard_lp_16x16_sse2() local
463 __m128i coeff2 = _mm_load_si128((const __m128i *)(t_coeff + 128)); in hadamard_16x16_sse2() local
533 __m128i coeff2 = _mm_load_si128((const __m128i *)(t_coeff + 512)); in aom_hadamard_32x32_sse2() local
H A Dadaptive_quantize_avx2.c41 const __m256i coeff2 = _mm256_load_si256((__m256i *)(coeff_ptr + 8)); in load_coefficients_avx2() local
H A Dquantize_x86.h130 const __m128i coeff2 = _mm_load_si128((__m128i *)(coeff_ptr + 4)); in load_coefficients() local
/aosp_15_r20/external/libvpx/vp8/encoder/mips/msa/
H A Dencodeopt_msa.c47 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
/aosp_15_r20/external/libvpx/vp9/encoder/ppc/
H A Dvp9_quantize_vsx.c91 int16x8_t coeff2, qcoeff2, dqcoeff2, eob2, scan2; in vp9_quantize_fp_vsx() local
230 int16x8_t coeff2, abs_coeff2, qcoeff2, dqcoeff2, eob2, scan2; in vp9_quantize_fp_32x32_vsx() local
/aosp_15_r20/external/libvpx/vpx_dsp/ppc/
H A Dquantize_vsx.c150 int16x8_t coeff2, coeff2_abs, qcoeff2, dqcoeff2, eob2; in vpx_quantize_b_vsx() local
257 int16x8_t coeff2, coeff2_abs, qcoeff2, eob2; in vpx_quantize_b_32x32_vsx() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
H A DMidpointStepInterpolator.java87 final double coeff2 = oneMinusThetaH * (1.0 + theta); in computeInterpolatedStateAndDerivatives() local
H A DThreeEighthesStepInterpolator.java94 final double coeff2 = 3 * s * (1 + theta - fourTheta2); in computeInterpolatedStateAndDerivatives() local
H A DGillStepInterpolator.java103 final double coeff2 = c23 * TWO_MINUS_SQRT_2; in computeInterpolatedStateAndDerivatives() local
/aosp_15_r20/frameworks/base/libs/hwui/utils/
H A DBlur.cpp78 float coeff2 = -1.0f / (2.0f * sigma * sigma); in generateGaussianWeights() local
/aosp_15_r20/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_metrics.h42 double one_plus_r2s,half_dfu_dx,half_dfu_dy,coeff,coeff2,coeff3; in db_CauchyDerivative() local
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
H A DLevenbergMarquardtOptimizer.java401 double coeff2 = lmPar * lmNorm * lmNorm / pc2; in doOptimize() local

123