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

  /external/libvpx/libvpx/vp8/common/mips/msa/
vp8_macros_msa.h 294 #define LD_B3(RTYPE, psrc, stride, out0, out1, out2) \
299 #define LD_UB3(...) LD_B3(v16u8, __VA_ARGS__)
300 #define LD_SB3(...) LD_B3(v16i8, __VA_ARGS__)
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
macros_msa.h 303 #define LD_B3(RTYPE, psrc, stride, out0, out1, out2) { \
307 #define LD_UB3(...) LD_B3(v16u8, __VA_ARGS__)
    [all...]

Completed in 34 milliseconds