Searched refs:step2_4 (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
673 step2_4 = step1_3 - step1_4;
683 step1_4 = step2_4 + step3_11;
690 step1_11 = step2_4 - step3_11;
H A Dvp9_itrans32_dspr2.c29 int16_t step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; local
746 step2_4 = step1_3 - step1_4;
755 step1_4 = step2_4 + step3_11;
762 step1_11 = step2_4 - step3_11;
/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
673 step2_4 = step1_3 - step1_4;
683 step1_4 = step2_4 + step3_11;
690 step1_11 = step2_4 - step3_11;
H A Dvp9_itrans32_dspr2.c29 int16_t step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; local
746 step2_4 = step1_3 - step1_4;
755 step1_4 = step2_4 + step3_11;
762 step1_11 = step2_4 - step3_11;
/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
1582 step2_4 = _mm_packs_epi32(w2, w3);
1590 step3_4 = _mm_sub_epi16(step1_7, step2_4);
1593 step3_7 = _mm_add_epi16(step1_7, step2_4);
/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
1394 step2_4 = _mm_packs_epi32(w2, w3);
1402 step3_4 = _mm_sub_epi16(step1_7, step2_4);
1405 step3_7 = _mm_add_epi16(step1_7, step2_4);
H A Dvp9_dct_sse2.c1216 __m128i step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; local
1495 step2_4 = _mm_packs_epi32(w2, w3);
1503 step3_4 = _mm_sub_epi16(step1_7, step2_4);
1506 step3_7 = _mm_add_epi16(step1_7, step2_4);

Completed in 1677 milliseconds