HomeSort by relevance Sort by last modified time
    Searched refs:WebPUpsamplers (Results 1 - 3 of 3) sorted by null

  /external/webp/src/dec/
io_sse2.c 190 WebPUpsamplers[MODE_RGB] = UpsampleRgbLinePairSSE2;
191 WebPUpsamplers[MODE_RGBA] = UpsampleRgbaLinePairSSE2;
192 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePairSSE2;
193 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePairSSE2;
webpi.h 70 extern WebPUpsampleLinePairFunc WebPUpsamplers[MODE_LAST];
io.c 114 WebPUpsampleLinePairFunc WebPUpsamplers[MODE_LAST];
118 WebPUpsamplers[MODE_RGB] = UpsampleRgbLinePair;
119 WebPUpsamplers[MODE_RGBA] = UpsampleRgbaLinePair;
120 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair;
121 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair;
122 WebPUpsamplers[MODE_ARGB] = UpsampleArgbLinePair;
123 WebPUpsamplers[MODE_RGBA_4444] = UpsampleRgba4444LinePair;
124 WebPUpsamplers[MODE_RGB_565] = UpsampleRgb565LinePair;
317 : WebPUpsamplers[p->output->colorspace];
    [all...]

Completed in 756 milliseconds