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

  /external/libvpx/libvpx/vp8/encoder/mips/msa/
temporal_filter_msa.c 28 v4i32 mod0_w, mod1_w, mod2_w, mod3_w; local
54 diff1_l, mod0_w, mod1_w, mod2_w, mod3_w);
55 MUL4(mod0_w, const3, mod1_w, const3, mod2_w, const3, mod3_w, const3,
56 mod0_w, mod1_w, mod2_w, mod3_w);
57 SRAR_W4_SW(mod0_w, mod1_w, mod2_w, mod3_w, strength);
59 diff0_l = (mod1_w < const16);
62 SUB4(const16, mod0_w, const16, mod1_w, const16, mod2_w, const16, mod3_w,
63 mod0_w, mod1_w, mod2_w, mod3_w);
65 mod1_w = diff0_l & mod1_w;
146 v4i32 mod0_w, mod1_w, mod2_w, mod3_w; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/mips/msa/
vp9_temporal_filter_msa.c 29 v4i32 mod0_w, mod1_w, mod2_w, mod3_w; local
58 diff1_l, mod0_w, mod1_w, mod2_w, mod3_w);
59 MUL4(mod0_w, cnst3, mod1_w, cnst3, mod2_w, cnst3, mod3_w, cnst3,
60 mod0_w, mod1_w, mod2_w, mod3_w);
61 SRAR_W4_SW(mod0_w, mod1_w, mod2_w, mod3_w, strength);
64 diff0_l = (mod1_w < cnst16);
68 SUB4(cnst16, mod0_w, cnst16, mod1_w, cnst16, mod2_w, cnst16, mod3_w,
69 mod0_w, mod1_w, mod2_w, mod3_w);
72 mod1_w = diff0_l & mod1_w;
158 v4i32 mod0_w, mod1_w, mod2_w, mod3_w; local
    [all...]

Completed in 39 milliseconds