Home
last modified time | relevance | path

Searched refs:LD_UW (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/dsp/
Drescaler_msa.c159 const v4u32 src0 = LD_UW(frow); in ExportRowExpand_0()
229 const v4u32 frow0 = LD_UW(frow + 0); in ExportRowExpand_1()
230 const v4u32 irow0 = LD_UW(irow + 0); in ExportRowExpand_1()
330 v4u32 src0 = LD_UW(frow);
332 src0 = LD_UW(irow);
396 const v4u32 src0 = LD_UW(irow + 0);
Dmsa_macro.h57 #define LD_UW(...) LD_W(v4u32, __VA_ARGS__) macro
/external/libvpx/libvpx/vp8/common/mips/msa/
Dvp8_macros_msa.h28 #define LD_UW(...) LD_W(v4u32, __VA_ARGS__) macro