Searched refs:stidx (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 420 #define ST2x4_UB(in, stidx, pdst, stride) \ argument 425 out0_m = __msa_copy_u_h((v8i16)in, (stidx)); \ 426 out1_m = __msa_copy_u_h((v8i16)in, (stidx + 1)); \ 427 out2_m = __msa_copy_u_h((v8i16)in, (stidx + 2)); \ 428 out3_m = __msa_copy_u_h((v8i16)in, (stidx + 3)); \ 1224 #define SPLATI_W2(RTYPE, in, stidx, out0, out1) \ argument 1226 out0 = (RTYPE)__msa_splati_w((v4i32)in, stidx); \ 1227 out1 = (RTYPE)__msa_splati_w((v4i32)in, (stidx+1)); \
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 463 #define ST2x4_UB(in, stidx, pdst, stride) { \ argument 467 out0_m = __msa_copy_u_h((v8i16)in, (stidx)); \ 468 out1_m = __msa_copy_u_h((v8i16)in, (stidx + 1)); \ 469 out2_m = __msa_copy_u_h((v8i16)in, (stidx + 2)); \ 470 out3_m = __msa_copy_u_h((v8i16)in, (stidx + 3)); \
|