Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_fdct16x16_msa.c51 k2 = LD_SW(const0 + 4 * 10); in fadst16_cols_step1_msa()
97 k2 = LD_SW(const0 + 4 * 21); in fadst16_cols_step2_msa()
105 k2 = LD_SW(const0 + 4 * 24); in fadst16_cols_step2_msa()
235 k2 = LD_SW(const0 + 4 * 10); in fadst16_rows_step1_msa()
278 k2 = LD_SW(const0 + 4 * 21); in fadst16_rows_step2_msa()
287 k2 = LD_SW(const0 + 4 * 24); in fadst16_rows_step2_msa()
/external/libvpx/libvpx/vp8/common/mips/msa/
Dvp8_macros_msa.h29 #define LD_SW(...) LD_W(v4i32, __VA_ARGS__) macro
336 out0 = LD_SW((psrc)); \
337 out1 = LD_SW((psrc) + stride); \
/external/libaom/libaom/aom_dsp/mips/
Dmacros_msa.h30 #define LD_SW(...) LD_W(v4i32, __VA_ARGS__) macro
400 out0 = LD_SW((psrc)); \
401 out1 = LD_SW((psrc) + stride); \
/external/webp/src/dsp/
Dmsa_macro.h58 #define LD_SW(...) LD_W(v4i32, __VA_ARGS__) macro
/external/libvpx/libvpx/vpx_dsp/mips/
Dmacros_msa.h24 #define LD_SW(...) LD_V(v4i32, __VA_ARGS__) macro