Searched defs:mod2_w (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/mips/msa/
H A Dtemporal_filter_msa.c24 v4i32 mod0_w, mod1_w, mod2_w, mod3_w; local
49 mod0_w, mod1_w, mod2_w, mod3_w);
50 MUL4(mod0_w, const3, mod1_w, const3, mod2_w, const3, mod3_w, const3, mod0_w,
51 mod1_w, mod2_w, mod3_w);
52 SRAR_W4_SW(mod0_w, mod1_w, mod2_w, mod3_w, strength);
55 diff1_r = (mod2_w < const16);
57 SUB4(const16, mod0_w, const16, mod1_w, const16, mod2_w, const16, mod3_w,
58 mod0_w, mod1_w, mod2_w, mod3_w);
61 mod2_w = diff1_r & mod2_w;
137 v4i32 mod0_w, mod1_w, mod2_w, mod3_w; local
[all...]

Completed in 210 milliseconds