Searched refs:temp1_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
179 temp1_d = __msa_splati_d(temp0_d, 1);
180 temp0_d += temp1_d;
282 temp1_d = __msa_splati_d(temp0_d, 1);
283 temp0_d += (v2i64)temp1_d;
330 v2i64 temp0_d, temp1_d; local
362 temp1_d = __msa_splati_d(temp0_d, 1);
363 temp0_d += temp1_d;
465 temp1_d = __msa_splati_d(temp0_d, 1);
466 temp0_d += temp1_d;
[all...]

Completed in 117 milliseconds