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

  /external/webp/src/dsp/
msa_macro.h 239 #define LD_B8(RTYPE, psrc, stride, \
244 #define LD_UB8(...) LD_B8(v16u8, __VA_ARGS__)
245 #define LD_SB8(...) LD_B8(v16i8, __VA_ARGS__)
    [all...]
  /external/libvpx/libvpx/vp8/common/mips/msa/
vp8_macros_msa.h 300 #define LD_B8(RTYPE, psrc, stride, out0, out1, out2, out3, out4, out5, out6, \
306 #define LD_UB8(...) LD_B8(v16u8, __VA_ARGS__)
307 #define LD_SB8(...) LD_B8(v16i8, __VA_ARGS__)
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
macros_msa.h 331 #define LD_B8(RTYPE, psrc, stride, out0, out1, out2, out3, out4, out5, out6, \
337 #define LD_UB8(...) LD_B8(v16u8, __VA_ARGS__)
338 #define LD_SB8(...) LD_B8(v16i8, __VA_ARGS__)
    [all...]

Completed in 53 milliseconds