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

  /external/webp/src/dsp/
upsampling.c 25 WebPUpsampleLinePairFunc WebPUpsamplers[MODE_LAST];
146 return WebPUpsamplers[alpha_is_last ? MODE_BGRA : MODE_ARGB];
199 WebPUpsamplers[MODE_RGB] = UpsampleRgbLinePair;
200 WebPUpsamplers[MODE_RGBA] = UpsampleRgbaLinePair;
201 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair;
202 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair;
203 WebPUpsamplers[MODE_ARGB] = UpsampleArgbLinePair;
204 WebPUpsamplers[MODE_RGBA_4444] = UpsampleRgba4444LinePair;
205 WebPUpsamplers[MODE_RGB_565] = UpsampleRgb565LinePair;
206 WebPUpsamplers[MODE_rgbA] = UpsampleRgbaLinePair
    [all...]
upsampling_sse2.c 195 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
200 WebPUpsamplers[MODE_RGB] = UpsampleRgbLinePair;
201 WebPUpsamplers[MODE_RGBA] = UpsampleRgbaLinePair;
202 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair;
203 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair;
204 WebPUpsamplers[MODE_rgbA] = UpsampleRgbaLinePair;
205 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePair;
upsampling_neon.c 249 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
253 WebPUpsamplers[MODE_RGB] = UpsampleRgbLinePair;
254 WebPUpsamplers[MODE_RGBA] = UpsampleRgbaLinePair;
255 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair;
256 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair;
257 WebPUpsamplers[MODE_rgbA] = UpsampleRgbaLinePair;
258 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePair;
dsp.h 216 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
245 // Must be called before using the WebPUpsamplers[] (and for premultiplied
  /external/webp/src/dec/
io.c 92 WebPUpsampleLinePairFunc upsample = WebPUpsamplers[p->output->colorspace];

Completed in 558 milliseconds