Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dupsampling.c37 #define UPSAMPLE_FUNC(FUNC_NAME, FUNC, XSTEP) \ macro
95 UPSAMPLE_FUNC(UpsampleRgbLinePair, VP8YuvToRgb, 3)
96 UPSAMPLE_FUNC(UpsampleBgrLinePair, VP8YuvToBgr, 3)
97 UPSAMPLE_FUNC(UpsampleRgbaLinePair, VP8YuvToRgba, 4)
98 UPSAMPLE_FUNC(UpsampleBgraLinePair, VP8YuvToBgra, 4)
99 UPSAMPLE_FUNC(UpsampleArgbLinePair, VP8YuvToArgb, 4)
100 UPSAMPLE_FUNC(UpsampleRgba4444LinePair, VP8YuvToRgba4444, 2)
101 UPSAMPLE_FUNC(UpsampleRgb565LinePair, VP8YuvToRgb565, 2)
104 #undef UPSAMPLE_FUNC