HomeSort by relevance Sort by last modified time
    Searched full:cnst16 (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vp9/encoder/mips/msa/
vp9_temporal_filter_msa.c 28 v4i32 cnst3, cnst16, filt_wt, strength; local
38 cnst16 = __msa_ldi_w(16);
63 diff0_r = (mod0_w < cnst16);
64 diff0_l = (mod1_w < cnst16);
65 diff1_r = (mod2_w < cnst16);
66 diff1_l = (mod3_w < cnst16);
68 SUB4(cnst16, mod0_w, cnst16, mod1_w, cnst16, mod2_w, cnst16, mod3_w
157 v4i32 cnst3, cnst16, filt_wt, strength; local
    [all...]

Completed in 32 milliseconds