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

  /external/libvpx/libvpx/vp9/encoder/mips/msa/
vp9_fdct16x16_msa.c 31 LD_SW2(const0, 4, k0, k1);
32 LD_SW2(const0 + 8, 4, k2, k3);
41 LD_SW2(const0 + 4 * 4, 4, k0, k1);
42 LD_SW2(const0 + 4 * 6, 4, k2, k3);
50 LD_SW2(const0 + 4 * 8, 4, k0, k1);
63 LD_SW2(const0 + 4 * 11, 4, k0, k1);
64 LD_SW2(const0 + 4 * 13, 4, k2, k3);
75 LD_SW2(const0 + 4 * 15, 4, k0, k1);
76 LD_SW2(const0 + 4 * 17, 4, k2, k3);
96 LD_SW2(const0 + 4 * 19, 4, k0, k1)
    [all...]
  /external/libaom/libaom/av1/encoder/mips/msa/
temporal_filter_msa.c 46 LD_SW2(acc, 4, acc0, acc1);
47 LD_SW2(acc + 8, 4, acc2, acc3);
95 LD_SW2(acc, 4, acc0, acc1);
96 LD_SW2(acc + 8, 4, acc2, acc3);
172 LD_SW2(acc, 4, acc0, acc1);
173 LD_SW2(acc, 4, acc2, acc3);
219 LD_SW2(acc, 4, acc0, acc1);
220 LD_SW2(acc + 8, 4, acc2, acc3);
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
temporal_filter_msa.c 41 LD_SW2(acc, 4, acc0, acc1);
42 LD_SW2(acc + 8, 4, acc2, acc3);
79 LD_SW2(acc, 4, acc0, acc1);
80 LD_SW2(acc + 8, 4, acc2, acc3);
157 LD_SW2(acc, 4, acc0, acc1);
158 LD_SW2(acc + 8, 4, acc2, acc3);
201 LD_SW2(acc, 4, acc0, acc1);
202 LD_SW2(acc + 8, 4, acc2, acc3);
  /external/webp/src/dsp/
msa_macro.h 275 #define LD_SW2(...) LD_W2(v4i32, __VA_ARGS__)
    [all...]
  /external/libaom/libaom/aom_dsp/mips/
macros_msa.h 398 #define LD_SW2(psrc, stride, out0, out1) \
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
vp8_macros_msa.h 334 #define LD_SW2(psrc, stride, out0, out1) \
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
macros_msa.h 243 #define LD_SW2(...) LD_V2(v4i32, __VA_ARGS__)
    [all...]

Completed in 510 milliseconds