Searched refs:step2_5 (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans32_cols_dspr2.c28 int16_t step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; local
674 step2_5 = step1_2 - step1_5;
684 step1_5 = step2_5 + step3_10;
689 step1_10 = step2_5 - step3_10;
H A Dvp9_itrans32_dspr2.c29 int16_t step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; local
747 step2_5 = step1_2 - step1_5;
756 step1_5 = step2_5 + step3_10;
761 step1_10 = step2_5 - step3_10;
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans32_cols_dspr2.c28 int16_t step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; local
674 step2_5 = step1_2 - step1_5;
684 step1_5 = step2_5 + step3_10;
689 step1_10 = step2_5 - step3_10;
H A Dvp9_itrans32_dspr2.c29 int16_t step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; local
747 step2_5 = step1_2 - step1_5;
756 step1_5 = step2_5 + step3_10;
761 step1_10 = step2_5 - step3_10;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_dct_sse2.c1303 __m128i step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; local
1581 step2_5 = _mm_packs_epi32(w0, w1);
1591 step3_5 = _mm_sub_epi16(step1_6, step2_5);
1592 step3_6 = _mm_add_epi16(step1_6, step2_5);
1638 step2_5 = _mm_packs_epi32(w2, w3);
1646 step1_4 = _mm_sub_epi16(step3_4, step2_5);
1647 step1_5 = _mm_add_epi16(step3_4, step2_5);
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct_avx2.c1115 __m128i step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; local
1393 step2_5 = _mm_packs_epi32(w0, w1);
1403 step3_5 = _mm_sub_epi16(step1_6, step2_5);
1404 step3_6 = _mm_add_epi16(step1_6, step2_5);
1450 step2_5 = _mm_packs_epi32(w2, w3);
1458 step1_4 = _mm_add_epi16(step3_4, step2_5);
1459 step1_5 = _mm_sub_epi16(step3_4, step2_5);
H A Dvp9_dct_sse2.c1216 __m128i step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; local
1494 step2_5 = _mm_packs_epi32(w0, w1);
1504 step3_5 = _mm_sub_epi16(step1_6, step2_5);
1505 step3_6 = _mm_add_epi16(step1_6, step2_5);
1551 step2_5 = _mm_packs_epi32(w2, w3);
1559 step1_4 = _mm_add_epi16(step3_4, step2_5);
1560 step1_5 = _mm_sub_epi16(step3_4, step2_5);

Completed in 2339 milliseconds