Home
last modified time | relevance | path

Searched refs:LD_UW2 (Results 1 – 2 of 2) sorted by relevance

/external/webp/src/dsp/
Drescaler_msa.c150 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);
Dmsa_macro.h274 #define LD_UW2(...) LD_W2(v4u32, __VA_ARGS__) macro