/aosp_15_r20/external/libvpx/vp8/encoder/mips/msa/ |
H A D | encodeopt_msa.c | 18 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
|
/aosp_15_r20/external/libvpx/vpx_dsp/x86/ |
H A D | avg_intrin_avx2.c | 150 __m256i coeff1 = _mm256_loadu_si256((const __m256i *)(t_coeff + 64)); in vpx_highbd_hadamard_16x16_avx2() local 191 __m256i coeff1 = _mm256_loadu_si256((const __m256i *)(t_coeff + 256)); in vpx_highbd_hadamard_32x32_avx2() local 363 const __m256i coeff1 = _mm256_loadu_si256((const __m256i *)(t_coeff + 64)); in hadamard_16x16_avx2() local 427 const __m256i coeff1 = _mm256_loadu_si256((const __m256i *)(t_coeff + 256)); in vpx_hadamard_32x32_avx2() local
|
H A D | quantize_ssse3.c | 32 __m128i coeff0, coeff1; in vpx_quantize_b_ssse3() local 118 __m128i coeff0, coeff1; in vpx_quantize_b_32x32_ssse3() local
|
H A D | quantize_avx.c | 36 __m128i coeff0, coeff1; in vpx_quantize_b_avx() local 152 __m128i coeff0, coeff1; in vpx_quantize_b_32x32_avx() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/loongarch/ |
H A D | quantize_lsx.c | 63 static INLINE __m128i scan_for_eob(__m128i coeff0, __m128i coeff1, in scan_for_eob() 104 __m128i coeff0, coeff1; in vpx_quantize_b_lsx() local 180 __m128i coeff0, coeff1, qcoeff0, qcoeff1, cmp_mask0, cmp_mask1; in vpx_quantize_b_32x32_lsx() local
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ode/nonstiff/ |
H A D | MidpointStepInterpolator.java | 95 final double coeff1 = theta * oneMinusThetaH; in computeInterpolatedStateAndDerivatives() local 104 final double coeff1 = oneMinusThetaH * theta; in computeInterpolatedStateAndDerivatives() local
|
H A D | ClassicalRungeKuttaStepInterpolator.java | 105 final double coeff1 = s * ( 6 - 9 * theta + fourTheta2); in computeInterpolatedStateAndDerivatives() local 120 final double coeff1 = s * ((-fourTheta + 5) * theta - 1); in computeInterpolatedStateAndDerivatives() local
|
H A D | MidpointFieldStepInterpolator.java | 103 final T coeff1 = theta.multiply(oneMinusThetaH); in computeInterpolatedStateAndDerivatives() local 108 final T coeff1 = oneMinusThetaH.multiply(theta); in computeInterpolatedStateAndDerivatives() local
|
H A D | ThreeEighthesStepInterpolator.java | 109 final double coeff1 = s * (8 - 15 * theta + 2 * fourTheta2); in computeInterpolatedStateAndDerivatives() local 127 final double coeff1 = s * (1 - 7 * theta + 2 * fourTheta2); in computeInterpolatedStateAndDerivatives() local
|
H A D | GillStepInterpolator.java | 116 final double coeff1 = s * (6 - 9 * theta + fourTheta2); in computeInterpolatedStateAndDerivatives() local 133 final double coeff1 = s * (1 - 5 * theta + fourTheta2); in computeInterpolatedStateAndDerivatives() local
|
H A D | ThreeEighthesFieldStepInterpolator.java | 117 … final T coeff1 = s.multiply(fourTheta2.multiply(2).subtract(theta.multiply(15)).add(8)); in computeInterpolatedStateAndDerivatives() local 127 … final T coeff1 = s.multiply(fourTheta2.multiply(2).subtract(theta.multiply(7)).add(1)); in computeInterpolatedStateAndDerivatives() local
|
H A D | ClassicalRungeKuttaFieldStepInterpolator.java | 117 final T coeff1 = s.multiply(fourTheta2.subtract(theta.multiply(9)).add(6)); in computeInterpolatedStateAndDerivatives() local 125 … final T coeff1 = s.multiply(theta.multiply(fourTheta.negate().add(5)).subtract(1)); in computeInterpolatedStateAndDerivatives() local
|
H A D | LutherStepInterpolator.java | 134 …final double coeff1 = 1 + theta * ( -27 / 5.0 + theta * ( 12 … in computeInterpolatedStateAndDerivatives() local 157 …final double coeff1 = -1 / 20.0 + theta * ( 19 / 20.0 + theta * ( -89 … in computeInterpolatedStateAndDerivatives() local
|
H A D | GillFieldStepInterpolator.java | 127 final T coeff1 = s.multiply(fourTheta2.subtract(theta.multiply(9)).add(6)); in computeInterpolatedStateAndDerivatives() local 136 final T coeff1 = s.multiply(fourTheta2.subtract(theta.multiply(5)).add(1)); in computeInterpolatedStateAndDerivatives() local
|
H A D | LutherFieldStepInterpolator.java | 197 …final T coeff1 = s.multiply(theta.multiply(theta.multiply(theta.multiply(theta.multiply( 21 … in computeInterpolatedStateAndDerivatives() local 209 …final T coeff1 = s.multiply(theta.multiply(theta.multiply(theta.multiply(theta.multiply( -21 … in computeInterpolatedStateAndDerivatives() local
|
H A D | DormandPrince54FieldStepInterpolator.java | 147 final T coeff1 = time.getField().getZero(); in computeInterpolatedStateAndDerivatives() local 200 final T coeff1 = time.getField().getZero(); in computeInterpolatedStateAndDerivatives() local
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | avg_intrin_avx2.c | 159 const __m256i coeff1 = _mm256_loadu_si256((const __m256i *)(t_coeff + 64)); in hadamard_16x16_avx2() local 205 const __m256i coeff1 = _mm256_loadu_si256((const __m256i *)(t_coeff + 64)); in aom_hadamard_lp_16x16_avx2() local 252 const __m256i coeff1 = _mm256_loadu_si256((const __m256i *)(t_coeff + 256)); in aom_hadamard_32x32_avx2() local 431 __m256i coeff1 = _mm256_loadu_si256((const __m256i *)(t_coeff + 64)); in aom_highbd_hadamard_16x16_avx2() local 472 __m256i coeff1 = _mm256_loadu_si256((const __m256i *)(t_coeff + 256)); in aom_highbd_hadamard_32x32_avx2() local
|
H A D | highbd_adaptive_quantize_avx2.c | 99 __m256i coeff1, in highbd_store_coefficients_avx2() 118 __m256i coeff0, qcoeff0, coeff1, qcoeff1; in aom_highbd_quantize_b_adaptive_avx2() local 287 __m256i coeff0, qcoeff0, coeff1, qcoeff1; in aom_highbd_quantize_b_32x32_adaptive_avx2() local
|
H A D | adaptive_quantize_sse2.c | 32 __m128i coeff0, coeff1, coeff0_sign, coeff1_sign; in aom_quantize_b_adaptive_sse2() local 235 __m128i coeff0, coeff1, coeff0_sign, coeff1_sign; in aom_quantize_b_32x32_adaptive_sse2() local 443 __m128i coeff0, coeff1, coeff0_sign, coeff1_sign; in aom_quantize_b_64x64_adaptive_sse2() local
|
H A D | aom_quantize_avx.c | 43 __m128i coeff0, coeff1; in aom_quantize_b_avx() local 163 __m128i coeff0, coeff1; in aom_quantize_b_32x32_avx() local
|
H A D | highbd_adaptive_quantize_sse2.c | 109 __m128i coeff0, coeff1, coeff0_sign, coeff1_sign; in aom_highbd_quantize_b_adaptive_sse2() local 318 __m128i coeff0, coeff1, coeff0_sign, coeff1_sign; in aom_highbd_quantize_b_32x32_adaptive_sse2() local 534 __m128i coeff0, coeff1, coeff0_sign, coeff1_sign; in aom_highbd_quantize_b_64x64_adaptive_sse2() local
|
H A D | quantize_x86.h | 98 static inline __m128i scan_for_eob(__m128i *coeff0, __m128i *coeff1, in scan_for_eob() 129 const __m128i coeff1 = _mm_load_si128((__m128i *)(coeff_ptr)); in load_coefficients() local
|
H A D | avg_intrin_sse2.c | 414 __m128i coeff1 = _mm_load_si128((const __m128i *)(t_coeff + 64)); in aom_hadamard_lp_16x16_sse2() local 462 __m128i coeff1 = _mm_load_si128((const __m128i *)(t_coeff + 64)); in hadamard_16x16_sse2() local 532 __m128i coeff1 = _mm_load_si128((const __m128i *)(t_coeff + 256)); in aom_hadamard_32x32_sse2() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/x86/ |
H A D | vp9_quantize_ssse3.c | 33 __m128i coeff0, coeff1; in vp9_quantize_fp_ssse3() local 134 __m128i coeff0, coeff1; in vp9_quantize_fp_32x32_ssse3() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/ppc/ |
H A D | vp9_quantize_vsx.c | 53 int16x8_t coeff1 = vec_vsx_ld(16, coeff_ptr); in vp9_quantize_fp_vsx() local 186 int16x8_t coeff1 = vec_vsx_ld(16, coeff_ptr); in vp9_quantize_fp_32x32_vsx() local
|