Searched refs:LD_UW2 (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/dsp/ |
D | rescaler_msa.c | 150 LD_UW2(frow, 4, src0, src1); in ExportRowExpand_0() 218 LD_UW2(frow, 4, frow0, frow1); in ExportRowExpand_1() 219 LD_UW2(irow, 4, irow0, irow1); in ExportRowExpand_1() 314 LD_UW2(frow, 4, src0, src1); 317 LD_UW2(irow, 4, src0, src1); 386 LD_UW2(irow, 4, src0, src1);
|
D | msa_macro.h | 274 #define LD_UW2(...) LD_W2(v4u32, __VA_ARGS__) macro
|