Searched refs:step1_5 (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
108 step1_5 = dct_const_round_shift(temp_1);
116 "extp %[step1_5], $ac0, 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;
136 "add %[Temp0], %[Temp0], %[step1_5] \n\t"
137 "sub %[Temp1], %[step1_4], %[step1_5] \n\t"
150 step1_4 = step1_4 + step1_5;
153 "add %[step1_4], %[step1_4], %[step1_5] \n\t"
156 "extp %[step1_5],
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.c18 int16_t step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6; local
647 "extp %[step1_5], $ac1, 31 \n\t"
656 [step1_4] "=r" (step1_4), [step1_5] "=r" (step1_5),
666 step2_2 = step1_2 + step1_5;
669 step2_5 = step1_2 - step1_5;
679 step1_5 = step2_5 + step3_10;
837 "add %[temp1], %[step1_5], %[step1_26] \n\t"
868 [step1_4] "r" (step1_4), [step1_5] "r" (step1_5),
[all...]
H A Ditrans32_dspr2.c21 int16_t step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6; local
722 "extp %[step1_5], $ac1, 31 \n\t"
731 [step1_4] "=r" (step1_4), [step1_5] "=r" (step1_5),
741 step2_2 = step1_2 + step1_5;
744 step2_5 = step1_2 - step1_5;
753 step1_5 = step2_5 + step3_10;
835 output[5 * 32] = step1_5 + step1_26;
856 output[26 * 32] = step1_5 - step1_26;
H A Ditrans16_dspr2.c20 int step1_0, step1_1, step1_2, step1_3, step1_4, step1_5, step1_6, step1_7; local
251 "extp %[step1_5], $ac1, 31 \n\t"
260 [step1_4] "=r" (step1_4), [step1_5] "=r" (step1_5),
364 "add %[load5], %[step1_2], %[step1_5] \n\t"
372 "sub %[load6], %[step1_2], %[step1_5] \n\t"
376 "sub %[load5], %[step1_2], %[step1_5] \n\t"
384 "add %[load6], %[step1_2], %[step1_5] \n\t"
392 [step1_4] "r" (step1_4), [step1_5] "r" (step1_5),
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
744 step1_5 = SUB_EPI16(in02, in13);
750 &step1_4, &step1_5,
878 const __m128i t0 = _mm_unpacklo_epi16(step1_5, step1_2);
879 const __m128i t1 = _mm_unpackhi_epi16(step1_5, step1_2);
950 step1_5 = ADD_EPI16(step3_4, step2_5);
956 &step1_4, &step1_5,
987 const __m128i t0 = _mm_unpacklo_epi16(step1_2, step1_5);
988 const __m128i t1 = _mm_unpackhi_epi16(step1_2, step1_5);

Completed in 93 milliseconds