Searched refs:step1_7 (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
100 step1_7 = dct_const_round_shift(temp_2);
104 "extp %[step1_7], $ac1, 31 \n\t"
131 temp_1 = (step1_7 - step1_6 - step1_4 + step1_5) * cospi_16_64;
132 temp_2 = (step1_4 - step1_5 - step1_6 + step1_7) * cospi_16_64;
134 "sub %[Temp0], %[step1_7], %[step1_6] \n\t"
139 "add %[Temp1], %[Temp1], %[step1_7] \n\t"
151 step1_7 = step1_6 + step1_7;
154 "add %[step1_7],
199 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6, step1_7; local
[all...]
H A Ditrans32_cols_dspr2.c19 int16_t step1_7, step1_8, step1_9, step1_10, step1_11, step1_12, step1_13; local
650 "add %[step1_7], %[temp3], %[temp2] \n\t"
657 [step1_6] "=r" (step1_6), [step1_7] "=r" (step1_7)
664 step2_0 = step1_0 + step1_7;
671 step2_7 = step1_0 - step1_7;
681 step1_7 = step2_7 + step3_8;
854 "add %[temp1], %[step1_7], %[step1_24] \n\t"
869 [step1_6] "r" (step1_6), [step1_7] "r" (step1_7),
[all...]
H A Ditrans32_dspr2.c22 int16_t step1_7, step1_8, step1_9, step1_10, step1_11, step1_12, step1_13; local
725 "add %[step1_7], %[temp3], %[temp2] \n\t"
732 [step1_6] "=r" (step1_6), [step1_7] "=r" (step1_7)
739 step2_0 = step1_0 + step1_7;
746 step2_7 = step1_0 - step1_7;
755 step1_7 = step2_7 + step3_8;
837 output[7 * 32] = step1_7 + step1_24;
854 output[24 * 32] = step1_7 - step1_24;
H A Ditrans16_dspr2.c20 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6, step1_7; local
254 "add %[step1_7], %[result4], %[result3] \n\t"
261 [step1_6] "=r" (step1_6), [step1_7] "=r" (step1_7)
320 "add %[load5], %[step1_0], %[step1_7] \n\t"
331 "sub %[load6], %[step1_0], %[step1_7] \n\t"
336 "sub %[load5], %[step1_0], %[step1_7] \n\t"
347 "add %[load6], %[step1_0], %[step1_7] \n\t"
356 [step1_6] "r" (step1_6), [step1_7] "r" (step1_7),
405 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6, step1_7; local
[all...]
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dfwd_txfm_impl_sse2.h625 __m128i step1_4, step1_5, step1_6, step1_7; local
746 step1_7 = SUB_EPI16(in00, in15);
751 &step1_6, &step1_7);
905 step3_4 = SUB_EPI16(step1_7, step2_4);
908 step3_7 = ADD_EPI16(step1_7, step2_4);
952 step1_7 = ADD_EPI16(step3_7, step2_6);
957 &step1_6, &step1_7);
966 const __m128i t0 = _mm_unpacklo_epi16(step1_0, step1_7);
967 const __m128i t1 = _mm_unpackhi_epi16(step1_0, step1_7);

Completed in 35 milliseconds