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

  /external/webp/src/dsp/
upsampling.c 25 WebPUpsampleLinePairFunc WebPUpsamplers[MODE_LAST];
171 return WebPUpsamplers[alpha_is_last ? MODE_BGRA : MODE_ARGB];
266 WebPUpsamplers[MODE_RGBA] = UpsampleRgbaLinePair_C;
267 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair_C;
268 WebPUpsamplers[MODE_rgbA] = UpsampleRgbaLinePair_C;
269 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePair_C;
270 WebPUpsamplers[MODE_RGB] = UpsampleRgbLinePair_C;
271 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair_C;
272 WebPUpsamplers[MODE_ARGB] = UpsampleArgbLinePair_C;
273 WebPUpsamplers[MODE_RGBA_4444] = UpsampleRgba4444LinePair_C
    [all...]
upsampling_sse2.c 190 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
195 WebPUpsamplers[MODE_RGBA] = UpsampleRgbaLinePair_SSE2;
196 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair_SSE2;
197 WebPUpsamplers[MODE_rgbA] = UpsampleRgbaLinePair_SSE2;
198 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePair_SSE2;
200 WebPUpsamplers[MODE_RGB] = UpsampleRgbLinePair_SSE2;
201 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair_SSE2;
202 WebPUpsamplers[MODE_ARGB] = UpsampleArgbLinePair_SSE2;
203 WebPUpsamplers[MODE_Argb] = UpsampleArgbLinePair_SSE2;
204 WebPUpsamplers[MODE_RGB_565] = UpsampleRgb565LinePair_SSE2
    [all...]
upsampling_mips_dsp_r2.c 223 WebPUpsamplers[MODE_RGBA] = UpsampleRgbaLinePair;
224 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair;
225 WebPUpsamplers[MODE_rgbA] = UpsampleRgbaLinePair;
226 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePair;
228 WebPUpsamplers[MODE_RGB] = UpsampleRgbLinePair;
229 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair;
230 WebPUpsamplers[MODE_ARGB] = UpsampleArgbLinePair;
231 WebPUpsamplers[MODE_RGBA_4444] = UpsampleRgba4444LinePair;
232 WebPUpsamplers[MODE_RGB_565] = UpsampleRgb565LinePair;
233 WebPUpsamplers[MODE_Argb] = UpsampleArgbLinePair
    [all...]
upsampling_neon.c 259 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
264 WebPUpsamplers[MODE_RGBA] = UpsampleRgbaLinePair_NEON;
265 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair_NEON;
266 WebPUpsamplers[MODE_rgbA] = UpsampleRgbaLinePair_NEON;
267 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePair_NEON;
269 WebPUpsamplers[MODE_RGB] = UpsampleRgbLinePair_NEON;
270 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair_NEON;
271 WebPUpsamplers[MODE_ARGB] = UpsampleArgbLinePair_NEON;
272 WebPUpsamplers[MODE_Argb] = UpsampleArgbLinePair_NEON;
273 WebPUpsamplers[MODE_RGB_565] = UpsampleRgb565LinePair_NEON
    [all...]
upsampling_msa.c 662 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
667 WebPUpsamplers[MODE_RGBA] = UpsampleRgbaLinePair;
668 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair;
669 WebPUpsamplers[MODE_rgbA] = UpsampleRgbaLinePair;
670 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePair;
672 WebPUpsamplers[MODE_RGB] = UpsampleRgbLinePair;
673 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair;
674 WebPUpsamplers[MODE_ARGB] = UpsampleArgbLinePair;
675 WebPUpsamplers[MODE_Argb] = UpsampleArgbLinePair;
676 WebPUpsamplers[MODE_RGB_565] = UpsampleRgb565LinePair
    [all...]
upsampling_sse41.c 186 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
192 WebPUpsamplers[MODE_RGB] = UpsampleRgbLinePair_SSE41;
193 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair_SSE41;
dsp.h 449 extern WebPUpsampleLinePairFunc WebPUpsamplers[/* MODE_LAST */];
478 // Must be called before using the WebPUpsamplers[] (and for premultiplied
  /external/webp/src/dec/
io_dec.c 66 WebPUpsampleLinePairFunc upsample = WebPUpsamplers[p->output->colorspace];

Completed in 321 milliseconds