Searched refs:LD_SW (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/mips/msa/
H A Dvp9_fdct16x16_msa.c51 k2 = LD_SW(const0 + 4 * 10);
97 k2 = LD_SW(const0 + 4 * 21);
105 k2 = LD_SW(const0 + 4 * 24);
235 k2 = LD_SW(const0 + 4 * 10);
278 k2 = LD_SW(const0 + 4 * 21);
287 k2 = LD_SW(const0 + 4 * 24);
/external/libvpx/libvpx/vp8/common/mips/msa/
H A Dvp8_macros_msa.h29 #define LD_SW(...) LD_W(v4i32, __VA_ARGS__) macro
354 out0 = LD_SW((psrc)); \
355 out1 = LD_SW((psrc) + stride); \
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dmacros_msa.h28 #define LD_SW(...) LD_W(v4i32, __VA_ARGS__) macro
391 out0 = LD_SW((psrc)); \
392 out1 = LD_SW((psrc) + stride); \

Completed in 121 milliseconds