/external/libvpx/libvpx/vpx_dsp/mips/ |
H A D | itrans8_dspr2.c | 18 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 D | itrans16_dspr2.c | 20 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 D | itrans32_cols_dspr2.c | 17 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 D | fwd_dct32x32_msa.c | 19 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 D | itrans32_dspr2.c | 21 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 D | fwd_txfm_impl_sse2.h | 615 __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);
|