Searched defs:step2_3 (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans16_dspr2.c27 int step2_0, step2_1, step2_2, step2_3; local
65 "extp %[step2_3], $ac1, 31 \n\t"
67 "add %[step1_0], %[step2_0], %[step2_3] \n\t"
70 "sub %[step1_3], %[step2_0], %[step2_3] \n\t"
76 [step2_2] "=&r" (step2_2), [step2_3] "=&r" (step2_3),
413 int step2_0, step2_1, step2_2, step2_3; local
461 "extp %[step2_3], $ac1, 31 \n\t"
463 "add %[step1_0], %[step2_0], %[step2_3] \n\t"
466 "sub %[step1_3], %[step2_0], %[step2_3] \
[all...]
H A Dvp9_itrans32_cols_dspr2.c28 int16_t step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; local
672 step2_3 = step1_3 + step1_4;
682 step1_3 = step2_3 + step3_12;
691 step1_12 = step2_3 - step3_12;
H A Dvp9_itrans32_dspr2.c29 int16_t step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; local
745 step2_3 = step1_3 + step1_4;
754 step1_3 = step2_3 + step3_12;
763 step1_12 = step2_3 - step3_12;
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans16_dspr2.c27 int step2_0, step2_1, step2_2, step2_3; local
65 "extp %[step2_3], $ac1, 31 \n\t"
67 "add %[step1_0], %[step2_0], %[step2_3] \n\t"
70 "sub %[step1_3], %[step2_0], %[step2_3] \n\t"
76 [step2_2] "=&r" (step2_2), [step2_3] "=&r" (step2_3),
413 int step2_0, step2_1, step2_2, step2_3; local
461 "extp %[step2_3], $ac1, 31 \n\t"
463 "add %[step1_0], %[step2_0], %[step2_3] \n\t"
466 "sub %[step1_3], %[step2_0], %[step2_3] \
[all...]
H A Dvp9_itrans32_cols_dspr2.c28 int16_t step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; local
672 step2_3 = step1_3 + step1_4;
682 step1_3 = step2_3 + step3_12;
691 step1_12 = step2_3 - step3_12;
H A Dvp9_itrans32_dspr2.c29 int16_t step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; local
745 step2_3 = step1_3 + step1_4;
754 step1_3 = step2_3 + step3_12;
763 step1_12 = step2_3 - step3_12;
/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
1560 step2_3 = _mm_packs_epi32(w2, w3);
1586 step3_0 = _mm_add_epi16(step1_0, step2_3);
1589 step3_3 = _mm_sub_epi16(step1_0, step2_3);
/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
1372 step2_3 = _mm_packs_epi32(w2, w3);
1398 step3_0 = _mm_add_epi16(step1_0, step2_3);
1401 step3_3 = _mm_sub_epi16(step1_0, step2_3);
H A Dvp9_dct_sse2.c1216 __m128i step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; local
1473 step2_3 = _mm_packs_epi32(w2, w3);
1499 step3_0 = _mm_add_epi16(step1_0, step2_3);
1502 step3_3 = _mm_sub_epi16(step1_0, step2_3);

Completed in 121 milliseconds