Searched refs:UPSAMPLE_FUNC (Results 1 - 3 of 3) sorted by relevance

/external/webp/src/dsp/
H A Dupsampling_mips_dsp_r2.c146 #define UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \
205 UPSAMPLE_FUNC(UpsampleRgbLinePair, YuvToRgb, 3)
206 UPSAMPLE_FUNC(UpsampleBgrLinePair, YuvToBgr, 3)
207 UPSAMPLE_FUNC(UpsampleRgbaLinePair, YuvToRgba, 4)
208 UPSAMPLE_FUNC(UpsampleBgraLinePair, YuvToBgra, 4)
209 UPSAMPLE_FUNC(UpsampleArgbLinePair, YuvToArgb, 4)
210 UPSAMPLE_FUNC(UpsampleRgba4444LinePair, YuvToRgba4444, 2)
211 UPSAMPLE_FUNC(UpsampleRgb565LinePair, YuvToRgb565, 2)
214 #undef UPSAMPLE_FUNC
H A Dupsampling.c37 #define UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \ macro
96 UPSAMPLE_FUNC(UpsampleRgbLinePair, VP8YuvToRgb, 3)
97 UPSAMPLE_FUNC(UpsampleBgrLinePair, VP8YuvToBgr, 3)
98 UPSAMPLE_FUNC(UpsampleRgbaLinePair, VP8YuvToRgba, 4)
99 UPSAMPLE_FUNC(UpsampleBgraLinePair, VP8YuvToBgra, 4)
100 UPSAMPLE_FUNC(UpsampleArgbLinePair, VP8YuvToArgb, 4)
101 UPSAMPLE_FUNC(UpsampleRgba4444LinePair, VP8YuvToRgba4444, 2)
102 UPSAMPLE_FUNC(UpsampleRgb565LinePair, VP8YuvToRgb565, 2)
105 #undef UPSAMPLE_FUNC macro
/external/opencv3/3rdparty/libwebp/dsp/
H A Dupsampling.c39 #define UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \ macro
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 macro

Completed in 73 milliseconds