OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GET_M
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/dsp/
upsampling_sse2.c
45
#define
GET_M
(ij, in, out) do { \
86
GET_M
(bc, t, diag1); /* diag1 = (a + 3b + 3c + d) / 8 */ \
87
GET_M
(ad, s, diag2); /* diag2 = (3a + b + c + 3d) / 8 */ \
182
#undef
GET_M
/external/webp/src/dsp/
upsampling_sse2.c
45
#define
GET_M
(ij, in, out) do { \
86
GET_M
(bc, t, diag1); /* diag1 = (a + 3b + 3c + d) / 8 */ \
87
GET_M
(ad, s, diag2); /* diag2 = (3a + b + c + 3d) / 8 */ \
182
#undef
GET_M
Completed in 959 milliseconds