OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LD_HADD
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vpx_dsp/mips/
fwd_txfm_msa.c
219
out[0] =
LD_HADD
(input, stride);
242
out[0] =
LD_HADD
(input, stride);
243
out[0] +=
LD_HADD
(input + 8, stride);
244
out[0] +=
LD_HADD
(input + 16 * 8, stride);
245
out[0] +=
LD_HADD
(input + 16 * 8 + 8, stride);
fwd_dct32x32_msa.c
[
all
...]
fwd_txfm_msa.h
17
#define
LD_HADD
(psrc, stride) ({ \
Completed in 2283 milliseconds