Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/x86/
Davg_intrin_avx2.c150 const __m256i coeff2 = _mm256_loadu_si256((const __m256i *)(t_coeff + 128)); in hadamard_16x16_avx2() local
195 const __m256i coeff2 = _mm256_loadu_si256((const __m256i *)(t_coeff + 128)); in aom_hadamard_lp_16x16_avx2() local
236 const __m256i coeff2 = _mm256_loadu_si256((const __m256i *)(t_coeff + 512)); in aom_hadamard_32x32_avx2() local
392 __m256i coeff2 = _mm256_loadu_si256((const __m256i *)(t_coeff + 128)); in aom_highbd_hadamard_16x16_avx2() local
433 __m256i coeff2 = _mm256_loadu_si256((const __m256i *)(t_coeff + 512)); in aom_highbd_hadamard_32x32_avx2() local
Davg_intrin_sse2.c328 __m128i coeff2 = _mm_load_si128((const __m128i *)(t_coeff + 128)); in hadamard_16x16_sse2() local
388 __m128i coeff2 = _mm_load_si128((const __m128i *)(t_coeff + 512)); in aom_hadamard_32x32_sse2() local
Dadaptive_quantize_avx2.c41 const __m256i coeff2 = _mm256_load_si256((__m256i *)(coeff_ptr + 8)); in load_coefficients_avx2() local
Dquantize_x86.h130 const __m128i coeff2 = _mm_load_si128((__m128i *)(coeff_ptr + 4)); in load_coefficients() local
/external/libvpx/libvpx/vpx_dsp/x86/
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
356 const __m256i coeff2 = _mm256_loadu_si256((const __m256i *)(t_coeff + 128)); in hadamard_16x16_avx2() local
414 const __m256i coeff2 = _mm256_loadu_si256((const __m256i *)(t_coeff + 512)); in vpx_hadamard_32x32_avx2() local
Davg_intrin_sse2.c349 __m128i coeff2 = _mm_load_si128((const __m128i *)(t_coeff + 128)); in hadamard_16x16_sse2() local
413 __m128i coeff2 = _mm_load_si128((const __m128i *)(t_coeff + 512)); in vpx_hadamard_32x32_sse2() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
DMidpointStepInterpolator.java87 final double coeff2 = oneMinusThetaH * (1.0 + theta); in computeInterpolatedStateAndDerivatives() local
DThreeEighthesStepInterpolator.java94 final double coeff2 = 3 * s * (1 + theta - fourTheta2); in computeInterpolatedStateAndDerivatives() local
DGillStepInterpolator.java103 final double coeff2 = c23 * TWO_MINUS_SQRT_2; in computeInterpolatedStateAndDerivatives() local
/external/libvpx/libvpx/vp8/encoder/mips/msa/
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
/external/libvpx/libvpx/vp9/encoder/ppc/
Dvp9_quantize_vsx.c94 int16x8_t coeff2, qcoeff2, dqcoeff2, eob2, scan2; in vp9_quantize_fp_vsx() local
235 int16x8_t coeff2, abs_coeff2, qcoeff2, dqcoeff2, eob2, scan2; in vp9_quantize_fp_32x32_vsx() local
/external/libvpx/libvpx/vpx_dsp/ppc/
Dquantize_vsx.c153 int16x8_t coeff2, coeff2_abs, qcoeff2, dqcoeff2, eob2; in vpx_quantize_b_vsx() local
261 int16x8_t coeff2, coeff2_abs, qcoeff2, eob2; in vpx_quantize_b_32x32_vsx() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
DLevenbergMarquardtOptimizer.java401 double coeff2 = lmPar * lmNorm * lmNorm / pc2; in doOptimize() local
/external/libvpx/libvpx/vpx_dsp/mips/
Dfwd_txfm_msa.c40 v8i16 coeff2 = { in fdct8x16_1d_column() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/
DLevenbergMarquardtEstimator.java400 double coeff2 = lmPar * lmNorm * lmNorm / pc2; in estimate() local
/external/libvpx/libvpx/vp8/common/mips/msa/
Dvp8_macros_msa.h1706 #define DPADD_SH3_SH(in0, in1, in2, coeff0, coeff1, coeff2) \ argument
/external/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...