Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_dct32x32_impl_sse2.h115 __m128i step3[32]; in FDCT32x32_2D() local
630 step3[0] = ADD_EPI16(step2[(8 - 1)], step2[0]); in FDCT32x32_2D()
631 step3[1] = ADD_EPI16(step2[(8 - 2)], step2[1]); in FDCT32x32_2D()
632 step3[2] = ADD_EPI16(step2[(8 - 3)], step2[2]); in FDCT32x32_2D()
633 step3[3] = ADD_EPI16(step2[(8 - 4)], step2[3]); in FDCT32x32_2D()
634 step3[4] = SUB_EPI16(step2[(8 - 5)], step2[4]); in FDCT32x32_2D()
635 step3[5] = SUB_EPI16(step2[(8 - 6)], step2[5]); in FDCT32x32_2D()
636 step3[6] = SUB_EPI16(step2[(8 - 7)], step2[6]); in FDCT32x32_2D()
637 step3[7] = SUB_EPI16(step2[(8 - 8)], step2[7]); in FDCT32x32_2D()
639 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.apache.lucene.analysis_1.9.1.v20100518-1140.jar ... step1 () private boolean step2 () private void step3 () private void step4 () private void step5 ...
Dorg.apache.lucene_1.9.1.v20100518-1140.jar ... ch private final void step2 () private final void step3 () private final void step4 () private final ...
/external/opencv/cxcore/src/
Dcxcmp.cpp123 const arrtype* src3, int step3, \
127 step3 /= sizeof(src3[0]); step /= sizeof(dst[0]); \
130 src3 += step3, dst += step ) \
Dcxmatmul.cpp572 const void* src2, size_t step2, const void* src3, size_t step3,
/external/opencv/cxcore/include/
Dcxmisc.h820 void* arr3, int step3,