OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LD_H2
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp8/common/mips/msa/
vp8_macros_msa.h
333
#define
LD_H2
(RTYPE, psrc, stride, out0, out1) \
338
#define LD_SH2(...)
LD_H2
(v8i16, __VA_ARGS__)
342
LD_H2
(RTYPE, (psrc), stride, out0, out1); \
343
LD_H2
(RTYPE, (psrc) + 2 * stride, stride, out2, out3); \
[
all
...]
/external/libvpx/libvpx/vpx_dsp/mips/
macros_msa.h
344
#define
LD_H2
(RTYPE, psrc, stride, out0, out1) { \
348
#define LD_SH2(...)
LD_H2
(v8i16, __VA_ARGS__)
351
LD_H2
(RTYPE, (psrc), stride, out0, out1); \
352
LD_H2
(RTYPE, (psrc) + 2 * stride, stride, out2, out3); \
[
all
...]
Completed in 35 milliseconds