Home
last modified time | relevance | path

Searched refs:step3 (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_dct32x32_impl_sse2.h117 __m128i step3[32]; in FDCT32x32_2D() local
632 step3[0] = ADD_EPI16(step2[(8 - 1)], step2[0]); in FDCT32x32_2D()
633 step3[1] = ADD_EPI16(step2[(8 - 2)], step2[1]); in FDCT32x32_2D()
634 step3[2] = ADD_EPI16(step2[(8 - 3)], step2[2]); in FDCT32x32_2D()
635 step3[3] = ADD_EPI16(step2[(8 - 4)], step2[3]); in FDCT32x32_2D()
636 step3[4] = SUB_EPI16(step2[(8 - 5)], step2[4]); in FDCT32x32_2D()
637 step3[5] = SUB_EPI16(step2[(8 - 6)], step2[5]); in FDCT32x32_2D()
638 step3[6] = SUB_EPI16(step2[(8 - 7)], step2[6]); in FDCT32x32_2D()
639 step3[7] = SUB_EPI16(step2[(8 - 8)], step2[7]); in FDCT32x32_2D()
641 overflow = check_epi16_overflow_x8(&step3[0], &step3[1], &step3[2], in FDCT32x32_2D()
[all …]
Dfwd_dct32x32_impl_avx2.h102 __m256i step3[32]; in FDCT32x32_2D_AVX2() local
584 step3[0] = _mm256_add_epi16(step2[(8 - 1)], step2[0]); in FDCT32x32_2D_AVX2()
585 step3[1] = _mm256_add_epi16(step2[(8 - 2)], step2[1]); in FDCT32x32_2D_AVX2()
586 step3[2] = _mm256_add_epi16(step2[(8 - 3)], step2[2]); in FDCT32x32_2D_AVX2()
587 step3[3] = _mm256_add_epi16(step2[(8 - 4)], step2[3]); in FDCT32x32_2D_AVX2()
588 step3[4] = _mm256_sub_epi16(step2[(8 - 5)], step2[4]); in FDCT32x32_2D_AVX2()
589 step3[5] = _mm256_sub_epi16(step2[(8 - 6)], step2[5]); in FDCT32x32_2D_AVX2()
590 step3[6] = _mm256_sub_epi16(step2[(8 - 7)], step2[6]); in FDCT32x32_2D_AVX2()
591 step3[7] = _mm256_sub_epi16(step2[(8 - 8)], step2[7]); in FDCT32x32_2D_AVX2()
632 step3[10] = _mm256_packs_epi32(s3_10_6, s3_10_7); in FDCT32x32_2D_AVX2()
[all …]
/external/autotest/frontend/afe/doctests/
D003_misc_rpc_features.txt21 job.next_step('step3')
35 def step3():
51 job.next_step('step3')
64 def step3():
77 job.next_step('step3')
90 def step3():
/external/libvpx/libvpx/vpx_dsp/
Dfwd_txfm.c199 tran_high_t step3[8]; // canbe16 in vpx_fdct16x16_c() local
309 step3[0] = step1[0] + step2[3]; in vpx_fdct16x16_c()
310 step3[1] = step1[1] + step2[2]; in vpx_fdct16x16_c()
311 step3[2] = step1[1] - step2[2]; in vpx_fdct16x16_c()
312 step3[3] = step1[0] - step2[3]; in vpx_fdct16x16_c()
313 step3[4] = step1[7] - step2[4]; in vpx_fdct16x16_c()
314 step3[5] = step1[6] - step2[5]; in vpx_fdct16x16_c()
315 step3[6] = step1[6] + step2[5]; in vpx_fdct16x16_c()
316 step3[7] = step1[7] + step2[4]; in vpx_fdct16x16_c()
318 temp1 = step3[1] * -cospi_8_64 + step3[6] * cospi_24_64; in vpx_fdct16x16_c()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c97 tran_high_t step3[8]; // canbe16 in fdct16() local
184 step3[0] = step1[0] + step2[3]; in fdct16()
185 step3[1] = step1[1] + step2[2]; in fdct16()
186 step3[2] = step1[1] - step2[2]; in fdct16()
187 step3[3] = step1[0] - step2[3]; in fdct16()
188 step3[4] = step1[7] - step2[4]; in fdct16()
189 step3[5] = step1[6] - step2[5]; in fdct16()
190 step3[6] = step1[6] + step2[5]; in fdct16()
191 step3[7] = step1[7] + step2[4]; in fdct16()
194 temp1 = step3[1] * -cospi_8_64 + step3[6] * cospi_24_64; in fdct16()
[all …]
/external/autotest/client/tests/error_skip_step/
Dcontrol30 job.next_step('step3')
33 def step3():
/external/testng/src/test/java/test/dependent/
DSampleDependentMethods4.java23 public void step3() { in step3() method in SampleDependentMethods4
/external/libvpx/libvpx/vpx_dsp/mips/
Dfwd_dct32x32_msa.c17 v8i16 step0, step1, step2, step3; in fdct8x32_1d_column_load_butterfly() local
31 step3, in4, in5, in6, in7); in fdct8x32_1d_column_load_butterfly()
34 ST_SH4(step0, step1, step2, step3, temp_buff, 8); in fdct8x32_1d_column_load_butterfly()
49 step3, in4, in5, in6, in7); in fdct8x32_1d_column_load_butterfly()
52 ST_SH4(step0, step1, step2, step3, temp_buff + (8 * 8), 8); in fdct8x32_1d_column_load_butterfly()
257 v8i16 step0, step1, step2, step3, step4, step5, step6, step7; in fdct8x32_1d_row_load_butterfly() local
266 in12, in13, in14, in15, step0, step1, step2, step3, step4, step5, in fdct8x32_1d_row_load_butterfly()
268 ST_SH8(step0, step1, step2, step3, step4, step5, step6, step7, output, 8); in fdct8x32_1d_row_load_butterfly()
279 in12, in13, in14, in15, step0, step1, step2, step3, step4, step5, in fdct8x32_1d_row_load_butterfly()
281 ST_SH8(step0, step1, step2, step3, step4, step5, step6, step7, in fdct8x32_1d_row_load_butterfly()
/external/mesa3d/src/compiler/nir/
Dnir_opt_algebraic.py506step3 = ('ior', ('ishl', ('iand', step2, 0x0f0f0f0f), 4), ('ushr', ('iand', step2, 0xf0f0f0f0), 4))
507 …step4 = ('ior', ('ishl', ('iand', step3, 0x33333333), 2), ('ushr', ('iand', step3, 0xcccccccc), 2))
/external/libvpx/libvpx/vpx_dsp/ppc/
Dinv_txfm_vsx.c298 step3 = in6; \
305 STEP8_0(step1, step3, in2, in3, cospi24_v, cospi8_v); \
315 step3 = vec_sub(in0, in3); \
324 in3 = vec_add(step3, step4); \
325 in4 = vec_sub(step3, step4); \
334 int16x8_t step0, step1, step2, step3, step4, step5, step6, step7; in vpx_idct8_vsx() local