Searched refs:step2_1 (Results 1 - 10 of 10) 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
670 step2_1 = step1_1 + step1_6;
680 step1_1 = step2_1 + step3_14;
693 step1_14 = step2_1 - step3_14;
H A Dvp9_itrans32_dspr2.c29 int16_t step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; local
743 step2_1 = step1_1 + step1_6;
752 step1_1 = step2_1 + step3_14;
765 step1_14 = step2_1 - step3_14;
H A Dvp9_itrans16_dspr2.c27 int step2_0, step2_1, step2_2, step2_3; local
53 "extp %[step2_1], $ac2, 31 \n\t"
68 "add %[step1_1], %[step2_1], %[step2_2] \n\t"
69 "sub %[step1_2], %[step2_1], %[step2_2] \n\t"
75 [step2_0] "=&r" (step2_0), [step2_1] "=&r" (step2_1),
413 int step2_0, step2_1, step2_2, step2_3; local
449 "extp %[step2_1], $ac2, 31 \n\t"
464 "add %[step1_1], %[step2_1], %[step2_2] \n\t"
465 "sub %[step1_2], %[step2_1],
[all...]
/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
670 step2_1 = step1_1 + step1_6;
680 step1_1 = step2_1 + step3_14;
693 step1_14 = step2_1 - step3_14;
H A Dvp9_itrans32_dspr2.c29 int16_t step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; local
743 step2_1 = step1_1 + step1_6;
752 step1_1 = step2_1 + step3_14;
765 step1_14 = step2_1 - step3_14;
H A Dvp9_itrans16_dspr2.c27 int step2_0, step2_1, step2_2, step2_3; local
53 "extp %[step2_1], $ac2, 31 \n\t"
68 "add %[step1_1], %[step2_1], %[step2_2] \n\t"
69 "sub %[step1_2], %[step2_1], %[step2_2] \n\t"
75 [step2_0] "=&r" (step2_0), [step2_1] "=&r" (step2_1),
413 int step2_0, step2_1, step2_2, step2_3; local
449 "extp %[step2_1], $ac2, 31 \n\t"
464 "add %[step1_1], %[step2_1], %[step2_2] \n\t"
465 "sub %[step1_2], %[step2_1],
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_dct_avx2.c1115 __m128i step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; local
1427 step2_1 = _mm_packs_epi32(w0, w1);
1454 step1_0 = _mm_add_epi16(step3_0, step2_1);
1455 step1_1 = _mm_sub_epi16(step3_0, step2_1);
H A Dvp9_dct_sse2.c1216 __m128i step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; local
1528 step2_1 = _mm_packs_epi32(w0, w1);
1555 step1_0 = _mm_add_epi16(step3_0, step2_1);
1556 step1_1 = _mm_sub_epi16(step3_0, step2_1);
/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
1427 step2_1 = _mm_packs_epi32(w0, w1);
1454 step1_0 = _mm_add_epi16(step3_0, step2_1);
1455 step1_1 = _mm_sub_epi16(step3_0, step2_1);
H A Dvp9_dct_sse2.c1216 __m128i step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; local
1528 step2_1 = _mm_packs_epi32(w0, w1);
1555 step1_0 = _mm_add_epi16(step3_0, step2_1);
1556 step1_1 = _mm_sub_epi16(step3_0, step2_1);

Completed in 913 milliseconds