Searched defs:step1_3 (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
H A Ditrans8_dspr2.c18 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6, step1_7; local
80 step1_3 = step2_0 - step2_3;
83 "sub %[step1_3], %[Temp4], %[Temp1] \n\t"
165 "add %[Temp1], %[step1_3], %[step1_4] \n\t"
168 "sub %[Temp0], %[step1_3], %[step1_4] \n\t"
178 [step1_2] "=&r" (step1_2), [step1_3] "=&r" (step1_3),
199 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6, step1_7; local
275 step1_3 = step2_0 - step2_3;
278 "sub %[step1_3],
[all...]
H A Ditrans16_dspr2.c20 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6, step1_7; local
65 "sub %[step1_3], %[step2_0], %[step2_3] \n\t"
73 [step1_2] "=r" (step1_2), [step1_3] "=r" (step1_3)
366 "add %[load6], %[step1_3], %[step1_4] \n\t"
370 "sub %[load5], %[step1_3], %[step1_4] \n\t"
378 "sub %[load6], %[step1_3], %[step1_4] \n\t"
382 "add %[load5], %[step1_3], %[step1_4] \n\t"
391 [step1_2] "r" (step1_2), [step1_3] "r" (step1_3),
405 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6, step1_7; local
[all...]
H A Ditrans32_cols_dspr2.c18 int16_t step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6; local
589 "sub %[step1_3], %[temp0], %[temp3] \n\t"
597 [step1_2] "=r" (step1_2), [step1_3] "=r" (step1_3)
667 step2_3 = step1_3 + step1_4;
668 step2_4 = step1_3 - step1_4;
677 step1_3 = step2_3 + step3_12;
775 "add %[temp1], %[step1_3], %[step2_28] \n\t"
790 [step1_2] "r" (step1_2), [step1_3] "r" (step1_3),
[all...]
H A Ditrans32_dspr2.c21 int16_t step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6; local
659 "sub %[step1_3], %[temp0], %[temp3] \n\t"
667 [step1_2] "=r" (step1_2), [step1_3] "=r" (step1_3)
742 step2_3 = step1_3 + step1_4;
743 step2_4 = step1_3 - step1_4;
751 step1_3 = step2_3 + step3_12;
833 output[3 * 32] = step1_3 + step2_28;
858 output[28 * 32] = step1_3 - step2_28;
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dfwd_txfm_impl_sse2.h624 __m128i step1_0, step1_1, step1_2, step1_3; local
742 step1_3 = SUB_EPI16(in04, in11);
749 &step1_2, &step1_3,
880 const __m128i t2 = _mm_unpacklo_epi16(step1_4, step1_3);
881 const __m128i t3 = _mm_unpackhi_epi16(step1_4, step1_3);
948 step1_3 = SUB_EPI16(step3_3, step2_2);
955 &step1_2, &step1_3,
989 const __m128i t2 = _mm_unpacklo_epi16(step1_3, step1_4);
990 const __m128i t3 = _mm_unpackhi_epi16(step1_3, step1_4);

Completed in 212 milliseconds