Home
last modified time | relevance | path

Searched refs:ST_SW2 (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dtemporal_filter_msa.c76 ST_SW2(mod0_w, mod1_w, acc, 4); in temporal_filter_apply_16size_msa()
77 ST_SW2(mod2_w, mod3_w, acc + 8, 4); in temporal_filter_apply_16size_msa()
115 ST_SW2(mod0_w, mod1_w, acc, 4); in temporal_filter_apply_16size_msa()
116 ST_SW2(mod2_w, mod3_w, acc + 8, 4); in temporal_filter_apply_16size_msa()
197 ST_SW2(mod0_w, mod1_w, acc, 4); in temporal_filter_apply_8size_msa()
198 ST_SW2(mod2_w, mod3_w, acc + 8, 4); in temporal_filter_apply_8size_msa()
237 ST_SW2(mod0_w, mod1_w, acc, 4); in temporal_filter_apply_8size_msa()
238 ST_SW2(mod2_w, mod3_w, acc + 8, 4); in temporal_filter_apply_8size_msa()
/external/webp/src/dsp/
Drescaler_msa.c391 ST_SW2(zero, zero, irow, 4); in ExportRowShrink_1()
Dmsa_macro.h329 #define ST_SW2(...) ST_W2(v4i32, __VA_ARGS__) macro
/external/libvpx/libvpx/vp8/common/mips/msa/
Dvp8_macros_msa.h384 #define ST_SW2(in0, in1, pdst, stride) \ macro
/external/libvpx/libvpx/vpx_dsp/mips/
Dmacros_msa.h321 #define ST_SW2(...) ST_V2(v4i32, __VA_ARGS__) macro