Searched refs:LD_SW2 (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
D | vp9_fdct16x16_msa.c | 31 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/libaom/libaom/av1/encoder/mips/msa/ |
D | temporal_filter_msa.c | 46 LD_SW2(acc, 4, acc0, acc1); in temporal_filter_apply_8size_msa() 47 LD_SW2(acc + 8, 4, acc2, acc3); in temporal_filter_apply_8size_msa() 95 LD_SW2(acc, 4, acc0, acc1); in temporal_filter_apply_8size_msa() 96 LD_SW2(acc + 8, 4, acc2, acc3); in temporal_filter_apply_8size_msa() 172 LD_SW2(acc, 4, acc0, acc1); in temporal_filter_apply_16size_msa() 173 LD_SW2(acc, 4, acc2, acc3); in temporal_filter_apply_16size_msa() 219 LD_SW2(acc, 4, acc0, acc1); in temporal_filter_apply_16size_msa() 220 LD_SW2(acc + 8, 4, acc2, acc3); in temporal_filter_apply_16size_msa()
|
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | temporal_filter_msa.c | 41 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/ |
D | msa_macro.h | 275 #define LD_SW2(...) LD_W2(v4i32, __VA_ARGS__) macro
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 334 #define LD_SW2(psrc, stride, out0, out1) \ macro
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 243 #define LD_SW2(...) LD_V2(v4i32, __VA_ARGS__) macro
|
/external/libaom/libaom/aom_dsp/mips/ |
D | macros_msa.h | 398 #define LD_SW2(psrc, stride, out0, out1) \ macro
|