Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/libvpx/vp8/encoder/mips/msa/
H A 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
/aosp_15_r20/external/libvpx/vpx_dsp/x86/
H A Davg_intrin_avx2.c150 __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 Dquantize_ssse3.c32 __m128i coeff0, coeff1; in vpx_quantize_b_ssse3() local
118 __m128i coeff0, coeff1; in vpx_quantize_b_32x32_ssse3() local
H A Dquantize_avx.c36 __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 Dquantize_lsx.c63 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 DMidpointStepInterpolator.java95 final double coeff1 = theta * oneMinusThetaH; in computeInterpolatedStateAndDerivatives() local
104 final double coeff1 = oneMinusThetaH * theta; in computeInterpolatedStateAndDerivatives() local
H A DClassicalRungeKuttaStepInterpolator.java105 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 DMidpointFieldStepInterpolator.java103 final T coeff1 = theta.multiply(oneMinusThetaH); in computeInterpolatedStateAndDerivatives() local
108 final T coeff1 = oneMinusThetaH.multiply(theta); in computeInterpolatedStateAndDerivatives() local
H A DThreeEighthesStepInterpolator.java109 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 DGillStepInterpolator.java116 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 DThreeEighthesFieldStepInterpolator.java117 … 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 DClassicalRungeKuttaFieldStepInterpolator.java117 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 DLutherStepInterpolator.java134 …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 DGillFieldStepInterpolator.java127 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 DLutherFieldStepInterpolator.java197 …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 DDormandPrince54FieldStepInterpolator.java147 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 Davg_intrin_avx2.c159 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 Dhighbd_adaptive_quantize_avx2.c99 __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 Dadaptive_quantize_sse2.c32 __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 Daom_quantize_avx.c43 __m128i coeff0, coeff1; in aom_quantize_b_avx() local
163 __m128i coeff0, coeff1; in aom_quantize_b_32x32_avx() local
H A Dhighbd_adaptive_quantize_sse2.c109 __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 Dquantize_x86.h98 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 Davg_intrin_sse2.c414 __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 Dvp9_quantize_ssse3.c33 __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 Dvp9_quantize_vsx.c53 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

1234