Searched refs:step1_1 (Results 1 - 6 of 6) 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
61 step1_1 = step2_1 + step2_2;
64 "add %[step1_1], %[Temp2], %[Temp3] \n\t"
161 "add %[Temp1], %[step1_1], %[step1_6] \n\t"
172 "sub %[Temp0], %[step1_1], %[step1_6] \n\t"
177 : [step1_0] "=&r" (step1_0), [step1_1] "=&r" (step1_1),
199 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6, step1_7; local
256 step1_1 = step2_1 + step2_2;
259 "add %[step1_1],
[all...]
H A Ditrans32_cols_dspr2.c18 int16_t step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6; local
587 "add %[step1_1], %[temp1], %[temp2] \n\t"
596 [step1_0] "=r" (step1_0), [step1_1] "=r" (step1_1),
665 step2_1 = step1_1 + step1_6;
670 step2_6 = step1_1 - step1_6;
675 step1_1 = step2_1 + step3_14;
758 "add %[temp1], %[step1_1], %[step2_30] \n\t"
789 [step1_0] "r" (step1_0), [step1_1] "r" (step1_1),
[all...]
H A Ditrans32_dspr2.c21 int16_t step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6; local
657 "add %[step1_1], %[temp1], %[temp2] \n\t"
666 [step1_0] "=r" (step1_0), [step1_1] "=r" (step1_1),
740 step2_1 = step1_1 + step1_6;
745 step2_6 = step1_1 - step1_6;
749 step1_1 = step2_1 + step3_14;
831 output[1 * 32] = step1_1 + step2_30;
860 output[30 * 32] = step1_1 - step2_30;
H A Ditrans16_dspr2.c20 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6, step1_7; local
63 "add %[step1_1], %[step2_1], %[step2_2] \n\t"
72 [step1_0] "=r" (step1_0), [step1_1] "=r" (step1_1),
323 "add %[load6], %[step1_1], %[step1_6] \n\t"
328 "sub %[load5], %[step1_1], %[step1_6] \n\t"
339 "sub %[load6], %[step1_1], %[step1_6] \n\t"
344 "add %[load5], %[step1_1], %[step1_6] \n\t"
355 [step1_0] "r" (step1_0), [step1_1] "r" (step1_1),
405 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6, step1_7; local
[all...]
H A Dfwd_dct32x32_msa.c19 v8i16 step0_1, step1_1, step2_1, step3_1; local
33 step0_1, step1_1, step2_1, step3_1, in4_1, in5_1, in6_1, in7_1);
36 ST_SH4(step0_1, step1_1, step2_1, step3_1, temp_buff + (4 * 8), 8);
51 step0_1, step1_1, step2_1, step3_1, in4_1, in5_1, in6_1, in7_1);
54 ST_SH4(step0_1, step1_1, step2_1, step3_1, temp_buff + (12 * 8), 8);
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dfwd_txfm_impl_sse2.h624 __m128i step1_0, step1_1, step1_2, step1_3; local
740 step1_1 = SUB_EPI16(in06, in09);
748 overflow = check_epi16_overflow_x8(&step1_0, &step1_1,
902 step3_1 = ADD_EPI16(step1_1, step2_2);
903 step3_2 = SUB_EPI16(step1_1, step2_2);
946 step1_1 = SUB_EPI16(step3_0, step2_1);
954 overflow = check_epi16_overflow_x8(&step1_0, &step1_1,
968 const __m128i t2 = _mm_unpacklo_epi16(step1_1, step1_6);
969 const __m128i t3 = _mm_unpackhi_epi16(step1_1, step1_6);

Completed in 323 milliseconds