Home
last modified time | relevance | path

Searched refs:stidx (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dmsa_macro.h368 #define ST2x4_UB(in, stidx, pdst, stride) do { \ argument
370 const uint16_t out0_m = __msa_copy_s_h((v8i16)in, stidx); \
371 const uint16_t out1_m = __msa_copy_s_h((v8i16)in, stidx + 1); \
372 const uint16_t out2_m = __msa_copy_s_h((v8i16)in, stidx + 2); \
373 const uint16_t out3_m = __msa_copy_s_h((v8i16)in, stidx + 3); \
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dmsa_macro.h368 #define ST2x4_UB(in, stidx, pdst, stride) do { \ argument
370 const uint16_t out0_m = __msa_copy_s_h((v8i16)in, stidx); \
371 const uint16_t out1_m = __msa_copy_s_h((v8i16)in, stidx + 1); \
372 const uint16_t out2_m = __msa_copy_s_h((v8i16)in, stidx + 2); \
373 const uint16_t out3_m = __msa_copy_s_h((v8i16)in, stidx + 3); \
/third_party/ffmpeg/libavutil/mips/
Dgeneric_macros_msa.h1701 #define SPLATI_W2(RTYPE, in, stidx, out0, out1) \ argument
1703 out0 = (RTYPE) __msa_splati_w((v4i32) in, stidx); \
1704 out1 = (RTYPE) __msa_splati_w((v4i32) in, (stidx+1)); \