OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ST_SW
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/common/mips/msa/
vp8_macros_msa.h
40
#define
ST_SW
(...) ST_W(v4i32, __VA_ARGS__)
405
ST_SW
(in0, (pdst)); \
406
ST_SW
(in1, (pdst) + stride); \
[
all
...]
/external/libvpx/libvpx/vpx_dsp/mips/
macros_msa.h
38
#define
ST_SW
(...) ST_W(v4i32, __VA_ARGS__)
448
ST_SW
(in0, (pdst)); \
449
ST_SW
(in1, (pdst) + stride); \
[
all
...]
Completed in 35 milliseconds