Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_dct32x32_sse2.c93 __m128i step3[32]; in FDCT32x32_2D() local
535 step3[0] = _mm_add_epi16(step2[(8 - 1)], step2[0]); in FDCT32x32_2D()
536 step3[1] = _mm_add_epi16(step2[(8 - 2)], step2[1]); in FDCT32x32_2D()
537 step3[2] = _mm_add_epi16(step2[(8 - 3)], step2[2]); in FDCT32x32_2D()
538 step3[3] = _mm_add_epi16(step2[(8 - 4)], step2[3]); in FDCT32x32_2D()
539 step3[4] = _mm_sub_epi16(step2[(8 - 5)], step2[4]); in FDCT32x32_2D()
540 step3[5] = _mm_sub_epi16(step2[(8 - 6)], step2[5]); in FDCT32x32_2D()
541 step3[6] = _mm_sub_epi16(step2[(8 - 7)], step2[6]); in FDCT32x32_2D()
542 step3[7] = _mm_sub_epi16(step2[(8 - 8)], step2[7]); in FDCT32x32_2D()
575 step3[10] = _mm_packs_epi32(s3_10_6, s3_10_7); in FDCT32x32_2D()
[all …]
Dvp9_dct32x32_avx2.c99 __m256i step3[32]; in FDCT32x32_2D_AVX2() local
541 step3[0] = _mm256_add_epi16(step2[(8 - 1)], step2[0]); in FDCT32x32_2D_AVX2()
542 step3[1] = _mm256_add_epi16(step2[(8 - 2)], step2[1]); in FDCT32x32_2D_AVX2()
543 step3[2] = _mm256_add_epi16(step2[(8 - 3)], step2[2]); in FDCT32x32_2D_AVX2()
544 step3[3] = _mm256_add_epi16(step2[(8 - 4)], step2[3]); in FDCT32x32_2D_AVX2()
545 step3[4] = _mm256_sub_epi16(step2[(8 - 5)], step2[4]); in FDCT32x32_2D_AVX2()
546 step3[5] = _mm256_sub_epi16(step2[(8 - 6)], step2[5]); in FDCT32x32_2D_AVX2()
547 step3[6] = _mm256_sub_epi16(step2[(8 - 7)], step2[6]); in FDCT32x32_2D_AVX2()
548 step3[7] = _mm256_sub_epi16(step2[(8 - 8)], step2[7]); in FDCT32x32_2D_AVX2()
581 step3[10] = _mm256_packs_epi32(s3_10_6, s3_10_7); in FDCT32x32_2D_AVX2()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c363 /*canbe16*/ int step3[8]; in vp9_fdct16x16_c() local
471 step3[0] = step1[0] + step2[3]; in vp9_fdct16x16_c()
472 step3[1] = step1[1] + step2[2]; in vp9_fdct16x16_c()
473 step3[2] = step1[1] - step2[2]; in vp9_fdct16x16_c()
474 step3[3] = step1[0] - step2[3]; in vp9_fdct16x16_c()
475 step3[4] = step1[7] - step2[4]; in vp9_fdct16x16_c()
476 step3[5] = step1[6] - step2[5]; in vp9_fdct16x16_c()
477 step3[6] = step1[6] + step2[5]; in vp9_fdct16x16_c()
478 step3[7] = step1[7] + step2[4]; in vp9_fdct16x16_c()
480 temp1 = step3[1] * -cospi_8_64 + step3[6] * cospi_24_64; in vp9_fdct16x16_c()
[all …]
/external/libvpx/libvpx/vp9/common/arm/neon/
Dvp9_idct32x32_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/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,