HomeSort by relevance Sort by last modified time
    Searched refs:temp9 (Results 1 - 7 of 7) sorted by null

  /external/webp/src/dsp/
enc_mips_dsp_r2.c 149 int temp9, temp10, temp11, temp12, temp13, temp14, temp15, temp16; local
157 HORIZONTAL_PASS(2, temp8, temp9, temp10, temp11)
161 VERTICAL_PASS(2, 10, 18, 26, temp1, temp5, temp9, temp13)
176 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
185 MUL_SHIFT_SUM(temp7, temp8, temp9, temp10, temp11, temp12, temp13, temp14,
186 temp10, temp8, temp9, temp7, temp1, temp2, temp5, temp6,
188 INSERT_HALF_X2(temp8, temp7, temp10, temp9)
195 LOAD_IN_X2(temp9, temp10, 28, 30)
197 temp12, temp14, temp11, temp13, temp17, temp18, temp9, temp10,
204 SRA_16(temp9, temp10, temp11, temp12, temp1, temp2, temp5, temp6
252 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
736 int temp6, temp7, temp8, temp9, temp10, temp11; local
785 int temp5, temp6, temp7, temp8, temp9; local
835 int temp6, temp7, temp8, temp9, temp10, temp11; local
882 int temp5, temp6, temp7, temp8, temp9; local
931 int temp5, temp6, temp7, temp8, temp9; local
1365 int temp5, temp6, temp7, temp8, temp9; local
    [all...]
dec_mips_dsp_r2.c 27 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9, temp10; local
38 CONVERT_2_BYTES_TO_HALF(temp6, temp7, temp8, temp9, temp10, temp1, temp2,
40 STORE_SAT_SUM_X2(temp6, temp7, temp8, temp9, temp10, temp1, temp2, temp3,
56 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
65 SHIFT_R_SUM_X2(temp1, temp6, temp7, temp8, temp2, temp9, temp10, temp4,
74 temp4, temp7, temp6, temp10, temp9)
87 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
96 MUL_SHIFT_SUM(temp7, temp8, temp9, temp10, temp11, temp12, temp13, temp14,
97 temp10, temp8, temp9, temp7, temp1, temp2, temp5, temp6,
99 INSERT_HALF_X2(temp8, temp7, temp10, temp9)
164 int temp1, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9; local
733 int temp5, temp6, temp7, temp8, temp9; local
780 int temp5, temp6, temp7, temp8, temp9; local
    [all...]
rescaler_mips_dsp_r2.c 45 int temp8, temp9, temp10, temp11;
69 "lw %[temp9], 4(%[irow]) \n\t"
75 "subu %[temp9], %[temp9], %[temp1] \n\t"
81 "maddu $ac1, %[temp9], %[temp7] \n\t"
87 "mfhi %[temp9], $ac1 \n\t"
95 "sb %[temp9], -3(%[dst]) \n\t"
102 [temp8]"=&r"(temp8), [temp9]"=&r"(temp9), [temp10]"=&r"(temp10),
226 int temp8, temp9, temp10, temp11 local
    [all...]
enc_mips32.c 120 int temp7, temp8, temp9, temp10, temp11, temp12, temp13; local
128 VERTICAL_PASS(4, 20, 12, 28, temp12, temp8, temp9, temp10, temp11)
132 HORIZONTAL_PASS(1, temp1, temp5, temp9, temp13)
139 [temp9]"=&r"(temp9), [temp10]"=&r"(temp10), [temp11]"=&r"(temp11),
485 int temp9, temp10, temp11, temp12, temp13, temp14, temp15, temp16; local
495 HORIZONTAL_PASS(2, temp8, temp9, temp10, temp11)
499 VERTICAL_PASS(2, 10, 18, 26, temp1, temp5, temp9, temp13)
506 [temp9]"=&r"(temp9), [temp10]"=&r"(temp10), [temp11]"=&r"(temp11)
    [all...]
mips_macro.h 191 [temp7]"=&r"(temp7), [temp8]"=&r"(temp8), [temp9]"=&r"(temp9), \
dec_mips32.c 220 int temp5, temp6, temp7, temp8, temp9; local
241 "lh %[temp9], 18(%[in]) \n\t"
255 "addu %[temp16], %[temp1], %[temp9] \n\t"
256 "subu %[temp1], %[temp1], %[temp9] \n\t"
263 "mul %[temp9], %[temp5], %[kC2] \n\t"
267 "sra %[temp9], %[temp9], 16 \n\t"
269 "subu %[temp17], %[temp9], %[temp17] \n\t"
277 "addu %[temp9], %[temp16], %[temp5] \n\t"
315 "mul %[temp10], %[temp9], %[kC2] \n\t
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
deblock_msa.c 22 v8i16 temp5, temp6, temp7, temp8, temp9; \
29 ILVRL_W2_SH(temp5, temp4, temp8, temp9); \
39 out6 = (v16u8)temp9; \
77 v8i16 temp5, temp6, temp7, temp8, temp9; \
89 ILVRL_H2_SH(temp5, temp4, temp8, temp9); \
91 ILVRL_W2_SH(temp9, temp7, temp6, temp7); \
92 ILVL_B2_SH(in1, in0, in3, in2, temp8, temp9); \
102 ILVR_H4_SH(temp9, temp8, temp1, temp0, temp3, temp2, temp5, temp4, temp6, \
103 temp7, temp8, temp9); \
104 ILVR_W2_SH(temp7, temp6, temp9, temp8, temp0, temp1);
    [all...]

Completed in 2856 milliseconds