Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_fdct16x16_msa.c31 LD_SW2(const0, 4, k0, k1); in fadst16_cols_step1_msa()
32 LD_SW2(const0 + 8, 4, k2, k3); in fadst16_cols_step1_msa()
41 LD_SW2(const0 + 4 * 4, 4, k0, k1); in fadst16_cols_step1_msa()
42 LD_SW2(const0 + 4 * 6, 4, k2, k3); in fadst16_cols_step1_msa()
50 LD_SW2(const0 + 4 * 8, 4, k0, k1); in fadst16_cols_step1_msa()
63 LD_SW2(const0 + 4 * 11, 4, k0, k1); in fadst16_cols_step1_msa()
64 LD_SW2(const0 + 4 * 13, 4, k2, k3); in fadst16_cols_step1_msa()
75 LD_SW2(const0 + 4 * 15, 4, k0, k1); in fadst16_cols_step1_msa()
76 LD_SW2(const0 + 4 * 17, 4, k2, k3); in fadst16_cols_step1_msa()
96 LD_SW2(const0 + 4 * 19, 4, k0, k1); in fadst16_cols_step2_msa()
[all …]
/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dtemporal_filter_msa.c41 LD_SW2(acc, 4, acc0, acc1); in temporal_filter_apply_16size_msa()
42 LD_SW2(acc + 8, 4, acc2, acc3); in temporal_filter_apply_16size_msa()
79 LD_SW2(acc, 4, acc0, acc1); in temporal_filter_apply_16size_msa()
80 LD_SW2(acc + 8, 4, acc2, acc3); in temporal_filter_apply_16size_msa()
157 LD_SW2(acc, 4, acc0, acc1); in temporal_filter_apply_8size_msa()
158 LD_SW2(acc + 8, 4, acc2, acc3); in temporal_filter_apply_8size_msa()
201 LD_SW2(acc, 4, acc0, acc1); in temporal_filter_apply_8size_msa()
202 LD_SW2(acc + 8, 4, acc2, acc3); in temporal_filter_apply_8size_msa()
/external/webp/src/dsp/
Dmsa_macro.h273 #define LD_SW2(...) LD_W2(v4i32, __VA_ARGS__) macro
/external/libvpx/libvpx/vp8/common/mips/msa/
Dvp8_macros_msa.h334 #define LD_SW2(psrc, stride, out0, out1) \ macro
/external/libvpx/libvpx/vpx_dsp/mips/
Dmacros_msa.h396 #define LD_SW2(psrc, stride, out0, out1) \ macro