Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/x86/
Davg_intrin_avx2.c151 const __m256i coeff3 = _mm256_loadu_si256((const __m256i *)(t_coeff + 192)); in hadamard_16x16_avx2() local
155 __m256i b2 = _mm256_add_epi16(coeff2, coeff3); in hadamard_16x16_avx2()
156 __m256i b3 = _mm256_sub_epi16(coeff2, coeff3); in hadamard_16x16_avx2()
196 const __m256i coeff3 = _mm256_loadu_si256((const __m256i *)(t_coeff + 192)); in aom_hadamard_lp_16x16_avx2() local
200 __m256i b2 = _mm256_add_epi16(coeff2, coeff3); in aom_hadamard_lp_16x16_avx2()
201 __m256i b3 = _mm256_sub_epi16(coeff2, coeff3); in aom_hadamard_lp_16x16_avx2()
237 const __m256i coeff3 = _mm256_loadu_si256((const __m256i *)(t_coeff + 768)); in aom_hadamard_32x32_avx2() local
241 __m256i b2 = _mm256_add_epi16(coeff2, coeff3); in aom_hadamard_32x32_avx2()
242 __m256i b3 = _mm256_sub_epi16(coeff2, coeff3); in aom_hadamard_32x32_avx2()
393 __m256i coeff3 = _mm256_loadu_si256((const __m256i *)(t_coeff + 192)); in aom_highbd_hadamard_16x16_avx2() local
[all …]
Davg_intrin_sse2.c329 __m128i coeff3 = _mm_load_si128((const __m128i *)(t_coeff + 192)); in hadamard_16x16_sse2() local
333 __m128i b2 = _mm_add_epi16(coeff2, coeff3); in hadamard_16x16_sse2()
334 __m128i b3 = _mm_sub_epi16(coeff2, coeff3); in hadamard_16x16_sse2()
344 coeff3 = _mm_sub_epi16(b1, b3); in hadamard_16x16_sse2()
350 store_tran_low(coeff3, coeff + 192); in hadamard_16x16_sse2()
356 _mm_store_si128((__m128i *)(coeff16 + 192), coeff3); in hadamard_16x16_sse2()
389 __m128i coeff3 = _mm_load_si128((const __m128i *)(t_coeff + 768)); in aom_hadamard_32x32_sse2() local
393 __m128i b2 = _mm_add_epi16(coeff2, coeff3); in aom_hadamard_32x32_sse2()
394 __m128i b3 = _mm_sub_epi16(coeff2, coeff3); in aom_hadamard_32x32_sse2()
407 coeff3 = _mm_sub_epi16(b1, b3); in aom_hadamard_32x32_sse2()
[all …]
/external/libvpx/libvpx/vpx_dsp/x86/
Davg_intrin_avx2.c152 __m256i coeff3 = _mm256_loadu_si256((const __m256i *)(t_coeff + 192)); in vpx_highbd_hadamard_16x16_avx2() local
156 __m256i b2 = _mm256_add_epi32(coeff2, coeff3); in vpx_highbd_hadamard_16x16_avx2()
157 __m256i b3 = _mm256_sub_epi32(coeff2, coeff3); in vpx_highbd_hadamard_16x16_avx2()
167 coeff3 = _mm256_sub_epi32(b1, b3); in vpx_highbd_hadamard_16x16_avx2()
172 _mm256_storeu_si256((__m256i *)(coeff + 192), coeff3); in vpx_highbd_hadamard_16x16_avx2()
193 __m256i coeff3 = _mm256_loadu_si256((const __m256i *)(t_coeff + 768)); in vpx_highbd_hadamard_32x32_avx2() local
197 __m256i b2 = _mm256_add_epi32(coeff2, coeff3); in vpx_highbd_hadamard_32x32_avx2()
198 __m256i b3 = _mm256_sub_epi32(coeff2, coeff3); in vpx_highbd_hadamard_32x32_avx2()
208 coeff3 = _mm256_sub_epi32(b1, b3); in vpx_highbd_hadamard_32x32_avx2()
213 _mm256_storeu_si256((__m256i *)(coeff + 768), coeff3); in vpx_highbd_hadamard_32x32_avx2()
[all …]
Davg_intrin_sse2.c350 __m128i coeff3 = _mm_load_si128((const __m128i *)(t_coeff + 192)); in hadamard_16x16_sse2() local
354 __m128i b2 = _mm_add_epi16(coeff2, coeff3); in hadamard_16x16_sse2()
355 __m128i b3 = _mm_sub_epi16(coeff2, coeff3); in hadamard_16x16_sse2()
365 coeff3 = _mm_sub_epi16(b1, b3); in hadamard_16x16_sse2()
371 store_tran_low(coeff3, coeff + 192); in hadamard_16x16_sse2()
377 _mm_store_si128((__m128i *)(coeff16 + 192), coeff3); in hadamard_16x16_sse2()
414 __m128i coeff3 = _mm_load_si128((const __m128i *)(t_coeff + 768)); in vpx_hadamard_32x32_sse2() local
418 __m128i b2 = _mm_add_epi16(coeff2, coeff3); in vpx_hadamard_32x32_sse2()
419 __m128i b3 = _mm_sub_epi16(coeff2, coeff3); in vpx_hadamard_32x32_sse2()
432 coeff3 = _mm_sub_epi16(b1, b3); in vpx_hadamard_32x32_sse2()
[all …]
/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dencodeopt_msa.c47 v8i16 coeff, coeff0, coeff1, coeff2, coeff3, coeff4; in vp8_mbblock_error_msa() local
73 coeff3 = LD_SH(coeff_ptr); in vp8_mbblock_error_msa()
91 ILVRL_H2_SH(coeff3, dq_coeff3, coeff0, coeff1); in vp8_mbblock_error_msa()
113 v8i16 coeff, coeff0, coeff1, coeff2, coeff3, coeff4; in vp8_mbuverror_msa() local
133 coeff3 = LD_SH(coeff_ptr); in vp8_mbuverror_msa()
153 ILVRL_H2_SH(coeff3, dq_coeff3, coeff0, coeff1); in vp8_mbuverror_msa()
/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/conscrypt/benchmark-android/
Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...