Searched defs:UPSAMPLE_FUNC (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
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/webp/src/dsp/
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

Completed in 136 milliseconds