OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UPSAMPLE_FUNC
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/dsp/
upsampling.c
39
#define
UPSAMPLE_FUNC
(FUNC_NAME, FUNC, XSTEP) \
97
UPSAMPLE_FUNC
(UpsampleRgbLinePair, VP8YuvToRgb, 3)
98
UPSAMPLE_FUNC
(UpsampleBgrLinePair, VP8YuvToBgr, 3)
99
UPSAMPLE_FUNC
(UpsampleRgbaLinePair, VP8YuvToRgba, 4)
100
UPSAMPLE_FUNC
(UpsampleBgraLinePair, VP8YuvToBgra, 4)
101
UPSAMPLE_FUNC
(UpsampleArgbLinePair, VP8YuvToArgb, 4)
102
UPSAMPLE_FUNC
(UpsampleRgba4444LinePair, VP8YuvToRgba4444, 2)
103
UPSAMPLE_FUNC
(UpsampleRgb565LinePair, VP8YuvToRgb565, 2)
106
#undef
UPSAMPLE_FUNC
/external/webp/src/dsp/
upsampling.c
39
#define
UPSAMPLE_FUNC
(FUNC_NAME, FUNC, XSTEP) \
97
UPSAMPLE_FUNC
(UpsampleRgbLinePair, VP8YuvToRgb, 3)
98
UPSAMPLE_FUNC
(UpsampleBgrLinePair, VP8YuvToBgr, 3)
99
UPSAMPLE_FUNC
(UpsampleRgbaLinePair, VP8YuvToRgba, 4)
100
UPSAMPLE_FUNC
(UpsampleBgraLinePair, VP8YuvToBgra, 4)
101
UPSAMPLE_FUNC
(UpsampleArgbLinePair, VP8YuvToArgb, 4)
102
UPSAMPLE_FUNC
(UpsampleRgba4444LinePair, VP8YuvToRgba4444, 2)
103
UPSAMPLE_FUNC
(UpsampleRgb565LinePair, VP8YuvToRgb565, 2)
106
#undef
UPSAMPLE_FUNC
Completed in 405 milliseconds