Searched refs:stidx (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 401 #define ST2x4_UB(in, stidx, pdst, stride) \ argument 406 out0_m = __msa_copy_u_h((v8i16)in, (stidx)); \ 407 out1_m = __msa_copy_u_h((v8i16)in, (stidx + 1)); \ 408 out2_m = __msa_copy_u_h((v8i16)in, (stidx + 2)); \ 409 out3_m = __msa_copy_u_h((v8i16)in, (stidx + 3)); \ 1202 #define SPLATI_W2(RTYPE, in, stidx, out0, out1) \ argument 1204 out0 = (RTYPE)__msa_splati_w((v4i32)in, stidx); \ 1205 out1 = (RTYPE)__msa_splati_w((v4i32)in, (stidx + 1)); \
|
/external/webp/src/dsp/ |
D | msa_macro.h | 366 #define ST2x4_UB(in, stidx, pdst, stride) do { \ argument 368 const uint16_t out0_m = __msa_copy_s_h((v8i16)in, stidx); \ 369 const uint16_t out1_m = __msa_copy_s_h((v8i16)in, stidx + 1); \ 370 const uint16_t out2_m = __msa_copy_s_h((v8i16)in, stidx + 2); \ 371 const uint16_t out3_m = __msa_copy_s_h((v8i16)in, stidx + 3); \
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 476 #define ST2x4_UB(in, stidx, pdst, stride) \ argument 481 out0_m = __msa_copy_u_h((v8i16)in, (stidx)); \ 482 out1_m = __msa_copy_u_h((v8i16)in, (stidx + 1)); \ 483 out2_m = __msa_copy_u_h((v8i16)in, (stidx + 2)); \ 484 out3_m = __msa_copy_u_h((v8i16)in, (stidx + 3)); \
|