Searched defs: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),
196 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6, step1_7; local
243 step1_1 = step2_1 + step2_2;
246 "add %[step1_1],
[all...]
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_1] "=r"(step1_1), [step1_2] "=r"(step1_2),
317 "add %[load6], %[step1_1], %[step1_6] \n\t"
322 "sub %[load5], %[step1_1], %[step1_6] \n\t"
333 "sub %[load6], %[step1_1], %[step1_6] \n\t"
338 "add %[load5], %[step1_1], %[step1_6] \n\t"
348 : [output] "r"(output), [step1_0] "r"(step1_0), [step1_1] "r"(step1_1),
394 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6, step1_7; local
[all...]
H A Ditrans32_cols_dspr2.c17 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6; local
613 "add %[step1_1], %[temp1], %[temp2] \n\t"
621 [step1_1] "=&r"(step1_1), [step1_2] "=&r"(step1_2),
688 "add %[step2_1], %[step1_1], %[step1_6] \n\t"
693 "sub %[step2_6], %[step1_1], %[step1_6] \n\t"
701 [step1_1] "r"(step1_1), [step1_6] "r"(step1_6),
708 "add %[step1_1], %[step2_1], %[step3_14] \n\t"
717 [step1_1] "
[all...]
H A Dfwd_dct32x32_msa.c19 v8i16 step0_1, step1_1, step2_1, step3_1; local
33 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 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);
H A Ditrans32_dspr2.c21 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6; local
657 "add %[step1_1], %[temp1], %[temp2] \n\t"
665 [step1_1] "=&r"(step1_1), [step1_2] "=&r"(step1_2),
732 "add %[step2_1], %[step1_1], %[step1_6] \n\t"
737 "sub %[step2_6], %[step1_1], %[step1_6] \n\t"
745 [step1_1] "r"(step1_1), [step1_6] "r"(step1_6),
752 "add %[step1_1], %[step2_1], %[step3_14] \n\t"
761 [step1_1] "
[all...]
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dfwd_txfm_impl_sse2.h615 __m128i step1_0, step1_1, step1_2, step1_3; local
731 step1_1 = SUB_EPI16(in06, in09);
740 check_epi16_overflow_x8(&step1_0, &step1_1, &step1_2, &step1_3,
892 step3_1 = ADD_EPI16(step1_1, step2_2);
893 step3_2 = SUB_EPI16(step1_1, step2_2);
935 step1_1 = SUB_EPI16(step3_0, step2_1);
944 check_epi16_overflow_x8(&step1_0, &step1_1, &step1_2, &step1_3,
956 const __m128i t2 = _mm_unpacklo_epi16(step1_1, step1_6);
957 const __m128i t3 = _mm_unpackhi_epi16(step1_1, step1_6);

Completed in 2771 milliseconds