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

  /external/libaom/libaom/av1/encoder/mips/msa/
temporal_filter_msa.c 90 ST_SW2(mod0_w, mod1_w, acc, 4);
92 ST_SW2(mod2_w, mod3_w, acc, 4);
136 ST_SW2(mod0_w, mod1_w, acc, 4);
138 ST_SW2(mod2_w, mod3_w, acc, 4);
214 ST_SW2(mod0_w, mod1_w, acc, 4);
216 ST_SW2(mod2_w, mod3_w, acc, 4);
260 ST_SW2(mod0_w, mod1_w, acc, 4);
262 ST_SW2(mod2_w, mod3_w, acc, 4);
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
temporal_filter_msa.c 76 ST_SW2(mod0_w, mod1_w, acc, 4);
77 ST_SW2(mod2_w, mod3_w, acc + 8, 4);
115 ST_SW2(mod0_w, mod1_w, acc, 4);
116 ST_SW2(mod2_w, mod3_w, acc + 8, 4);
197 ST_SW2(mod0_w, mod1_w, acc, 4);
198 ST_SW2(mod2_w, mod3_w, acc + 8, 4);
237 ST_SW2(mod0_w, mod1_w, acc, 4);
238 ST_SW2(mod2_w, mod3_w, acc + 8, 4);
  /external/webp/src/dsp/
rescaler_msa.c 390 ST_SW2(zero, zero, irow, 4);
msa_macro.h 329 #define ST_SW2(...) ST_W2(v4i32, __VA_ARGS__)
    [all...]
  /external/libaom/libaom/aom_dsp/mips/
macros_msa.h 461 #define ST_SW2(in0, in1, pdst, stride) \
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
vp8_macros_msa.h 384 #define ST_SW2(in0, in1, pdst, stride) \
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
macros_msa.h 321 #define ST_SW2(...) ST_V2(v4i32, __VA_ARGS__)
    [all...]

Completed in 116 milliseconds