Searched defs:step2_2 (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_itrans16_dspr2.c27 int step2_0, step2_1, step2_2, step2_3; local
59 "extp %[step2_2], $ac3, 31 \n\t"
68 "add %[step1_1], %[step2_1], %[step2_2] \n\t"
69 "sub %[step1_2], %[step2_1], %[step2_2] \n\t"
76 [step2_2] "=&r" (step2_2), [step2_3] "=&r" (step2_3),
413 int step2_0, step2_1, step2_2, step2_3; local
455 "extp %[step2_2], $ac3, 31 \n\t"
464 "add %[step1_1], %[step2_1], %[step2_2] \n\t"
465 "sub %[step1_2], %[step2_1], %[step2_2] \
[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
671 step2_2 = step1_2 + step1_5;
681 step1_2 = step2_2 + step3_13;
692 step1_13 = step2_2 - step3_13;
H A Dvp9_itrans32_dspr2.c29 int16_t step2_0, step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; local
744 step2_2 = step1_2 + step1_5;
753 step1_2 = step2_2 + step3_13;
764 step1_13 = step2_2 - step3_13;
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct_sse2.c1105 __m128i step2_1, step2_2, step2_3, step2_4, step2_5, step2_6; local
1361 step2_2 = _mm_packs_epi32(w0, w1);
1389 step3_1 = _mm_add_epi16(step1_1, step2_2);
1390 step3_2 = _mm_sub_epi16(step1_1, step2_2);
1418 step2_2 = _mm_packs_epi32(w2, w3);
1446 step1_2 = _mm_sub_epi16(step3_3, step2_2);
1447 step1_3 = _mm_add_epi16(step3_3, step2_2);

Completed in 188 milliseconds