Searched refs:temp0_d (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/mips/msa/
H A Ddenoising_msa.c43 v2i64 temp0_d, temp1_d; local
178 temp0_d = __msa_hadd_s_d(temp0_w, temp0_w);
179 temp1_d = __msa_splati_d(temp0_d, 1);
180 temp0_d += temp1_d;
181 sum_diff = __msa_copy_s_w((v4i32)temp0_d, 0);
281 temp0_d = __msa_hadd_s_d(temp0_w, temp0_w);
282 temp1_d = __msa_splati_d(temp0_d, 1);
283 temp0_d += (v2i64)temp1_d;
284 sum_diff = __msa_copy_s_w((v4i32)temp0_d, 0);
330 v2i64 temp0_d, temp1_ local
[all...]

Completed in 765 milliseconds