OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SAMPLE_FUNC
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libwebp/dsp/
upsampling.c
113
#define
SAMPLE_FUNC
(FUNC_NAME, FUNC, XSTEP) \
137
SAMPLE_FUNC
(SampleRgbLinePair, VP8YuvToRgb, 3)
138
SAMPLE_FUNC
(SampleBgrLinePair, VP8YuvToBgr, 3)
139
SAMPLE_FUNC
(SampleRgbaLinePair, VP8YuvToRgba, 4)
140
SAMPLE_FUNC
(SampleBgraLinePair, VP8YuvToBgra, 4)
141
SAMPLE_FUNC
(SampleArgbLinePair, VP8YuvToArgb, 4)
142
SAMPLE_FUNC
(SampleRgba4444LinePair, VP8YuvToRgba4444, 2)
143
SAMPLE_FUNC
(SampleRgb565LinePair, VP8YuvToRgb565, 2)
145
#undef
SAMPLE_FUNC
/external/webp/src/dsp/
upsampling.c
113
#define
SAMPLE_FUNC
(FUNC_NAME, FUNC, XSTEP) \
137
SAMPLE_FUNC
(SampleRgbLinePair, VP8YuvToRgb, 3)
138
SAMPLE_FUNC
(SampleBgrLinePair, VP8YuvToBgr, 3)
139
SAMPLE_FUNC
(SampleRgbaLinePair, VP8YuvToRgba, 4)
140
SAMPLE_FUNC
(SampleBgraLinePair, VP8YuvToBgra, 4)
141
SAMPLE_FUNC
(SampleArgbLinePair, VP8YuvToArgb, 4)
142
SAMPLE_FUNC
(SampleRgba4444LinePair, VP8YuvToRgba4444, 2)
143
SAMPLE_FUNC
(SampleRgb565LinePair, VP8YuvToRgb565, 2)
145
#undef
SAMPLE_FUNC
Completed in 339 milliseconds