Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/x86/
Dfwd_dct32x32_impl_sse2.h120 __m128i step3[32]; in FDCT32x32_2D() local
638 step3[0] = ADD_EPI16(step2[(8 - 1)], step2[0]); in FDCT32x32_2D()
639 step3[1] = ADD_EPI16(step2[(8 - 2)], step2[1]); in FDCT32x32_2D()
640 step3[2] = ADD_EPI16(step2[(8 - 3)], step2[2]); in FDCT32x32_2D()
641 step3[3] = ADD_EPI16(step2[(8 - 4)], step2[3]); in FDCT32x32_2D()
642 step3[4] = SUB_EPI16(step2[(8 - 5)], step2[4]); in FDCT32x32_2D()
643 step3[5] = SUB_EPI16(step2[(8 - 6)], step2[5]); in FDCT32x32_2D()
644 step3[6] = SUB_EPI16(step2[(8 - 7)], step2[6]); in FDCT32x32_2D()
645 step3[7] = SUB_EPI16(step2[(8 - 8)], step2[7]); in FDCT32x32_2D()
647 overflow = check_epi16_overflow_x8(&step3[0], &step3[1], &step3[2], in FDCT32x32_2D()
[all …]
Dfwd_dct32x32_impl_avx2.h100 __m256i step3[32]; in FDCT32x32_2D_AVX2() local
542 step3[0] = _mm256_add_epi16(step2[(8 - 1)], step2[0]); in FDCT32x32_2D_AVX2()
543 step3[1] = _mm256_add_epi16(step2[(8 - 2)], step2[1]); in FDCT32x32_2D_AVX2()
544 step3[2] = _mm256_add_epi16(step2[(8 - 3)], step2[2]); in FDCT32x32_2D_AVX2()
545 step3[3] = _mm256_add_epi16(step2[(8 - 4)], step2[3]); in FDCT32x32_2D_AVX2()
546 step3[4] = _mm256_sub_epi16(step2[(8 - 5)], step2[4]); in FDCT32x32_2D_AVX2()
547 step3[5] = _mm256_sub_epi16(step2[(8 - 6)], step2[5]); in FDCT32x32_2D_AVX2()
548 step3[6] = _mm256_sub_epi16(step2[(8 - 7)], step2[6]); in FDCT32x32_2D_AVX2()
549 step3[7] = _mm256_sub_epi16(step2[(8 - 8)], step2[7]); in FDCT32x32_2D_AVX2()
582 step3[10] = _mm256_packs_epi32(s3_10_6, s3_10_7); in FDCT32x32_2D_AVX2()
[all …]
/external/libvpx/libvpx/vpx_dsp/
Dfwd_txfm.c205 tran_high_t step3[8]; // canbe16 in vpx_fdct16x16_c() local
313 step3[0] = step1[0] + step2[3]; in vpx_fdct16x16_c()
314 step3[1] = step1[1] + step2[2]; in vpx_fdct16x16_c()
315 step3[2] = step1[1] - step2[2]; in vpx_fdct16x16_c()
316 step3[3] = step1[0] - step2[3]; in vpx_fdct16x16_c()
317 step3[4] = step1[7] - step2[4]; in vpx_fdct16x16_c()
318 step3[5] = step1[6] - step2[5]; in vpx_fdct16x16_c()
319 step3[6] = step1[6] + step2[5]; in vpx_fdct16x16_c()
320 step3[7] = step1[7] + step2[4]; in vpx_fdct16x16_c()
322 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/libvpx/libvpx/vpx_dsp/arm/
Didct32x32_add_neon.asm489 ;step3[17] = dct_const_round_shift(temp1);
490 ;step3[30] = dct_const_round_shift(temp2);
524 ;step3[29] = dct_const_round_shift(temp1);
525 ;step3[18] = dct_const_round_shift(temp2);
604 ;step3[21] = dct_const_round_shift(temp1);
605 ;step3[26] = dct_const_round_shift(temp2);
639 ;step3[25] = dct_const_round_shift(temp1);
640 ;step3[22] = dct_const_round_shift(temp2);
656 ;step3[16] = step1b[16][i] + step1b[23][i];
657 ;step3[17] = step1b[17][i] + step1b[22][i];
[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/autotest/frontend/afe/doctests/
D003_misc_rpc_features.txt21 job.next_step('step3')
33 def step3():
49 job.next_step('step3')
60 def step3():
73 job.next_step('step3')
84 def step3():
/external/libvpx/libvpx/vpx_dsp/mips/
Dfwd_dct32x32_msa.c17 v8i16 step0, step1, step2, step3; in fdct8x32_1d_column_load_butterfly() local
31 step0, step1, step2, 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 step0, step1, step2, 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
267 step0, step1, step2, step3, step4, step5, step6, step7, in fdct8x32_1d_row_load_butterfly()
269 ST_SH8(step0, step1, step2, step3, step4, step5, step6, step7, output, 8); in fdct8x32_1d_row_load_butterfly()
281 step0, step1, step2, step3, step4, step5, step6, step7, in fdct8x32_1d_row_load_butterfly()
283 ST_SH8(step0, step1, step2, step3, step4, step5, step6, step7, in fdct8x32_1d_row_load_butterfly()
/external/opencv3/modules/core/src/
Darithm.cpp5448 const T* src3, size_t step3, uchar* dst, size_t step, in inRange_() argument
5453 step3 /= sizeof(src3[0]); in inRange_()
5457 for( ; size.height--; src1 += step1, src2 += step2, src3 += step3, dst += step ) in inRange_()
5479 const uchar* src3, size_t step3, uchar* dst, size_t step, Size size) in inRange8u() argument
5481 inRange_(src1, step1, src2, step2, src3, step3, dst, step, size); in inRange8u()
5485 const schar* src3, size_t step3, uchar* dst, size_t step, Size size) in inRange8s() argument
5487 inRange_(src1, step1, src2, step2, src3, step3, dst, step, size); in inRange8s()
5491 const ushort* src3, size_t step3, uchar* dst, size_t step, Size size) in inRange16u() argument
5493 inRange_(src1, step1, src2, step2, src3, step3, dst, step, size); in inRange16u()
5497 const short* src3, size_t step3, uchar* dst, size_t step, Size size) in inRange16s() argument
[all …]
Dmatmul.cpp563 const void* src2, size_t step2, const void* src3, size_t step3,
/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,