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

  /external/libvpx/libvpx/vp9/encoder/mips/msa/
vp9_fdct16x16_msa.c 51 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/libaom/libaom/aom_dsp/mips/
macros_msa.h 30 #define LD_SW(...) LD_W(v4i32, __VA_ARGS__)
400 out0 = LD_SW((psrc)); \
401 out1 = LD_SW((psrc) + stride); \
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
vp8_macros_msa.h 29 #define LD_SW(...) LD_W(v4i32, __VA_ARGS__)
336 out0 = LD_SW((psrc)); \
337 out1 = LD_SW((psrc) + stride); \
    [all...]
  /external/webp/src/dsp/
msa_macro.h 58 #define LD_SW(...) LD_W(v4i32, __VA_ARGS__)
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
macros_msa.h 24 #define LD_SW(...) LD_V(v4i32, __VA_ARGS__)
    [all...]

Completed in 403 milliseconds