Lines Matching refs:WebPUpsamplers

25 WebPUpsampleLinePairFunc WebPUpsamplers[MODE_LAST];  variable
171 return WebPUpsamplers[alpha_is_last ? MODE_BGRA : MODE_ARGB]; in DUAL_SAMPLE_FUNC()
266 WebPUpsamplers[MODE_RGBA] = UpsampleRgbaLinePair_C; in WEBP_DSP_INIT_FUNC()
267 WebPUpsamplers[MODE_BGRA] = UpsampleBgraLinePair_C; in WEBP_DSP_INIT_FUNC()
268 WebPUpsamplers[MODE_rgbA] = UpsampleRgbaLinePair_C; in WEBP_DSP_INIT_FUNC()
269 WebPUpsamplers[MODE_bgrA] = UpsampleBgraLinePair_C; in WEBP_DSP_INIT_FUNC()
270 WebPUpsamplers[MODE_RGB] = UpsampleRgbLinePair_C; in WEBP_DSP_INIT_FUNC()
271 WebPUpsamplers[MODE_BGR] = UpsampleBgrLinePair_C; in WEBP_DSP_INIT_FUNC()
272 WebPUpsamplers[MODE_ARGB] = UpsampleArgbLinePair_C; in WEBP_DSP_INIT_FUNC()
273 WebPUpsamplers[MODE_RGBA_4444] = UpsampleRgba4444LinePair_C; in WEBP_DSP_INIT_FUNC()
274 WebPUpsamplers[MODE_RGB_565] = UpsampleRgb565LinePair_C; in WEBP_DSP_INIT_FUNC()
275 WebPUpsamplers[MODE_Argb] = UpsampleArgbLinePair_C; in WEBP_DSP_INIT_FUNC()
276 WebPUpsamplers[MODE_rgbA_4444] = UpsampleRgba4444LinePair_C; in WEBP_DSP_INIT_FUNC()
310 assert(WebPUpsamplers[MODE_RGBA] != NULL); in WEBP_DSP_INIT_FUNC()
311 assert(WebPUpsamplers[MODE_BGRA] != NULL); in WEBP_DSP_INIT_FUNC()
312 assert(WebPUpsamplers[MODE_rgbA] != NULL); in WEBP_DSP_INIT_FUNC()
313 assert(WebPUpsamplers[MODE_bgrA] != NULL); in WEBP_DSP_INIT_FUNC()
315 assert(WebPUpsamplers[MODE_RGB] != NULL); in WEBP_DSP_INIT_FUNC()
316 assert(WebPUpsamplers[MODE_BGR] != NULL); in WEBP_DSP_INIT_FUNC()
317 assert(WebPUpsamplers[MODE_ARGB] != NULL); in WEBP_DSP_INIT_FUNC()
318 assert(WebPUpsamplers[MODE_RGBA_4444] != NULL); in WEBP_DSP_INIT_FUNC()
319 assert(WebPUpsamplers[MODE_RGB_565] != NULL); in WEBP_DSP_INIT_FUNC()
320 assert(WebPUpsamplers[MODE_Argb] != NULL); in WEBP_DSP_INIT_FUNC()
321 assert(WebPUpsamplers[MODE_rgbA_4444] != NULL); in WEBP_DSP_INIT_FUNC()