Searched refs:step3 (Results 1 - 11 of 11) sorted by relevance

/external/testng/src/test/java/test/dependent/
H A DSampleDependentMethods4.java23 public void step3() { method in class:SampleDependentMethods4
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dfwd_dct32x32_impl_avx2.h102 __m256i step3[32]; local
584 step3[0] = _mm256_add_epi16(step2[(8 - 1)], step2[0]);
585 step3[1] = _mm256_add_epi16(step2[(8 - 2)], step2[1]);
586 step3[2] = _mm256_add_epi16(step2[(8 - 3)], step2[2]);
587 step3[3] = _mm256_add_epi16(step2[(8 - 4)], step2[3]);
588 step3[4] = _mm256_sub_epi16(step2[(8 - 5)], step2[4]);
589 step3[5] = _mm256_sub_epi16(step2[(8 - 6)], step2[5]);
590 step3[6] = _mm256_sub_epi16(step2[(8 - 7)], step2[6]);
591 step3[7] = _mm256_sub_epi16(step2[(8 - 8)], step2[7]);
632 step3[1
[all...]
H A Dfwd_dct32x32_impl_sse2.h115 __m128i step3[32]; local
630 step3[0] = ADD_EPI16(step2[(8 - 1)], step2[0]);
631 step3[1] = ADD_EPI16(step2[(8 - 2)], step2[1]);
632 step3[2] = ADD_EPI16(step2[(8 - 3)], step2[2]);
633 step3[3] = ADD_EPI16(step2[(8 - 4)], step2[3]);
634 step3[4] = SUB_EPI16(step2[(8 - 5)], step2[4]);
635 step3[5] = SUB_EPI16(step2[(8 - 6)], step2[5]);
636 step3[6] = SUB_EPI16(step2[(8 - 7)], step2[6]);
637 step3[7] = SUB_EPI16(step2[(8 - 8)], step2[7]);
639 overflow = check_epi16_overflow_x8(&step3[
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_dct.c97 tran_high_t step3[8]; // canbe16 local
184 step3[0] = step1[0] + step2[3];
185 step3[1] = step1[1] + step2[2];
186 step3[2] = step1[1] - step2[2];
187 step3[3] = step1[0] - step2[3];
188 step3[4] = step1[7] - step2[4];
189 step3[5] = step1[6] - step2[5];
190 step3[6] = step1[6] + step2[5];
191 step3[7] = step1[7] + step2[4];
194 temp1 = step3[
[all...]
/external/libvpx/libvpx/vpx_dsp/
H A Dfwd_txfm.c199 tran_high_t step3[8]; // canbe16 local
309 step3[0] = step1[0] + step2[3];
310 step3[1] = step1[1] + step2[2];
311 step3[2] = step1[1] - step2[2];
312 step3[3] = step1[0] - step2[3];
313 step3[4] = step1[7] - step2[4];
314 step3[5] = step1[6] - step2[5];
315 step3[6] = step1[6] + step2[5];
316 step3[7] = step1[7] + step2[4];
318 temp1 = step3[
[all...]
/external/mesa3d/src/compiler/nir/
H A Dnir_opt_algebraic.py468 step3 = ('ior', ('ishl', ('iand', step2, 0x0f0f0f0f), 4), ('ushr', ('iand', step2, 0xf0f0f0f0), 4))
469 step4 = ('ior', ('ishl', ('iand', step3, 0x33333333), 2), ('ushr', ('iand', step3, 0xcccccccc), 2))
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dfwd_dct32x32_msa.c17 v8i16 step0, step1, step2, step3; local
31 step3, in4, in5, in6, in7);
34 ST_SH4(step0, step1, step2, step3, temp_buff, 8);
49 step3, in4, in5, in6, in7);
52 ST_SH4(step0, step1, step2, step3, temp_buff + (8 * 8), 8);
257 v8i16 step0, step1, step2, step3, step4, step5, step6, step7; local
266 in12, in13, in14, in15, step0, step1, step2, step3, step4, step5,
268 ST_SH8(step0, step1, step2, step3, step4, step5, step6, step7, output, 8);
279 in12, in13, in14, in15, step0, step1, step2, step3, step4, step5,
281 ST_SH8(step0, step1, step2, step3, step
[all...]
/external/libvpx/libvpx/vpx_dsp/ppc/
H A Dinv_txfm_vsx.c223 step3 = in6; \
230 STEP8_0(step1, step3, in2, in3, cospi24_v, cospi8_v); \
240 step3 = vec_sub(in0, in3); \
249 in3 = vec_add(step3, step4); \
250 in4 = vec_sub(step3, step4); \
269 int16x8_t step0, step1, step2, step3, step4, step5, step6, step7; local
/external/opencv/cxcore/src/
H A Dcxcmp.cpp123 const arrtype* src3, int step3, \
127 step3 /= sizeof(src3[0]); step /= sizeof(dst[0]); \
130 src3 += step3, dst += step ) \
H A Dcxmatmul.cpp572 const void* src2, size_t step2, const void* src3, size_t step3,
/external/opencv/cxcore/include/
H A Dcxmisc.h820 void* arr3, int step3,

Completed in 349 milliseconds