Searched refs:LD_UW3 (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/dsp/ |
D | rescaler_msa.c | 139 LD_UW3(frow, 4, src0, src1, src2); in ExportRowExpand_0() 205 LD_UW3(frow, 4, frow0, frow1, frow2); in ExportRowExpand_1() 206 LD_UW3(irow, 4, irow0, irow1, irow2); in ExportRowExpand_1() 296 LD_UW3(frow, 4, src0, src1, src2); 300 LD_UW3(irow, 4, src0, src1, src2); 374 LD_UW3(irow, 4, src0, src1, src2);
|
D | msa_macro.h | 281 #define LD_UW3(...) LD_W3(v4u32, __VA_ARGS__) macro
|