Searched refs:SAMPLE_FUNC (Results 1 – 1 of 1) sorted by relevance
/external/opencv3/3rdparty/libwebp/dsp/ |
D | upsampling.c | 113 #define SAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \ macro 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
|