Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/libwebp/examples/
Dgifdec.c43 void GIFGetBackgroundColor(const ColorMapObject* const color_map, in GIFGetBackgroundColor() argument
49 } else if (color_map == NULL || color_map->Colors == NULL in GIFGetBackgroundColor()
50 || bgcolor_index >= color_map->ColorCount) { in GIFGetBackgroundColor()
56 const GifColorType color = color_map->Colors[bgcolor_index]; in GIFGetBackgroundColor()
325 void GIFGetBackgroundColor(const struct ColorMapObject* const color_map, in GIFGetBackgroundColor() argument
328 (void)color_map; in GIFGetBackgroundColor()
Danim_util.c399 const ColorMapObject* const color_map = gif->SColorMap; in GetBackgroundColorGIF() local
403 } else if (color_map == NULL || color_map->Colors == NULL in GetBackgroundColorGIF()
404 || gif->SBackGroundColor >= color_map->ColorCount) { in GetBackgroundColorGIF()
407 const GifColorType color = color_map->Colors[gif->SBackGroundColor]; in GetBackgroundColorGIF()
Dgifdec.h63 void GIFGetBackgroundColor(const struct ColorMapObject* const color_map,
/third_party/skia/third_party/externals/libwebp/examples/
Dgifdec.c43 void GIFGetBackgroundColor(const ColorMapObject* const color_map, in GIFGetBackgroundColor() argument
49 } else if (color_map == NULL || color_map->Colors == NULL in GIFGetBackgroundColor()
50 || bgcolor_index >= color_map->ColorCount) { in GIFGetBackgroundColor()
56 const GifColorType color = color_map->Colors[bgcolor_index]; in GIFGetBackgroundColor()
325 void GIFGetBackgroundColor(const struct ColorMapObject* const color_map, in GIFGetBackgroundColor() argument
328 (void)color_map; in GIFGetBackgroundColor()
Danim_util.c399 const ColorMapObject* const color_map = gif->SColorMap; in GetBackgroundColorGIF() local
403 } else if (color_map == NULL || color_map->Colors == NULL in GetBackgroundColorGIF()
404 || gif->SBackGroundColor >= color_map->ColorCount) { in GetBackgroundColorGIF()
407 const GifColorType color = color_map->Colors[gif->SBackGroundColor]; in GetBackgroundColorGIF()
Dgifdec.h63 void GIFGetBackgroundColor(const struct ColorMapObject* const color_map,
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dlossless_mips_dsp_r2.c24 const uint32_t* const color_map, \
79 : [color_map]"r"(color_map) \
84 *dst++ = GET_VALUE(color_map[GET_INDEX(*src++)]); \
Dlossless.h81 const uint32_t* const color_map,
85 const uint32_t* const color_map,
Dlossless.c326 static void F_NAME(const TYPE* src, const uint32_t* const color_map, \
332 *dst++ = GET_VALUE(color_map[GET_INDEX(*src++)]); \
342 const uint32_t* const color_map = transform->data_; \
356 *dst++ = GET_VALUE(color_map[packed_pixels & bit_mask]); \
361 VP8LMapColor##BIT_SUFFIX(src, color_map, dst, y_start, y_end, width); \
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dlossless_mips_dsp_r2.c24 const uint32_t* const color_map, \
79 : [color_map]"r"(color_map) \
84 *dst++ = GET_VALUE(color_map[GET_INDEX(*src++)]); \
Dlossless.c331 static void F_NAME(const TYPE* src, const uint32_t* const color_map, \
337 *dst++ = GET_VALUE(color_map[GET_INDEX(*src++)]); \
347 const uint32_t* const color_map = transform->data_; \
361 *dst++ = GET_VALUE(color_map[packed_pixels & bit_mask]); \
366 VP8LMapColor##BIT_SUFFIX(src, color_map, dst, y_start, y_end, width); \
Dlossless.h96 const uint32_t* const color_map,
100 const uint32_t* const color_map,
/third_party/ffmpeg/libavcodec/
Dlibzvbi-teletextdec.c235 int r = VBI_R(page->color_map[ci]); in bprint_color()
236 int g = VBI_G(page->color_map[ci]); in bprint_color()
237 int b = VBI_B(page->color_map[ci]); in bprint_color()
493 r = VBI_R(page->color_map[ci]); in gen_sub_bitmap()
494 g = VBI_G(page->color_map[ci]); in gen_sub_bitmap()
495 b = VBI_B(page->color_map[ci]); in gen_sub_bitmap()
496 a = VBI_A(page->color_map[ci]); in gen_sub_bitmap()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11pluginutils.cpp434 get_score (GstVideoInfo * info, const GstDxgiColorSpace * color_map, in get_score() argument
440 if (color->range != color_map->range) in get_score()
443 if (is_yuv && color->matrix != color_map->matrix) in get_score()
446 if (color->transfer != color_map->transfer) in get_score()
449 if (color->primaries != color_map->primaries) in get_score()
/third_party/libjpeg-turbo/
Dwrppm.c219 register JSAMPROW color_map = cinfo->colormap[0]; in put_demapped_gray() local
225 PUTPPMSAMPLE(bufferptr, color_map[*ptr++]); in put_demapped_gray()
/third_party/skia/third_party/externals/libjpeg-turbo/
Dwrppm.c219 register JSAMPROW color_map = cinfo->colormap[0]; in put_demapped_gray() local
225 PUTPPMSAMPLE(bufferptr, color_map[*ptr++]); in put_demapped_gray()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dwrppm.c219 register JSAMPROW color_map = cinfo->colormap[0]; in put_demapped_gray() local
225 PUTPPMSAMPLE(bufferptr, GETJSAMPLE(color_map[GETJSAMPLE(*ptr++)])); in put_demapped_gray()
/third_party/ffmpeg/libavdevice/
Dopengl_enc.c213 GLfloat color_map[16]; ///< RGBA color map matrix member
729 opengl->color_map[(i << 2) + (desc->comp[i].offset >> shift)] = 1.0; \ in opengl_fill_color_map()
732 memset(opengl->color_map, 0, sizeof(opengl->color_map)); in opengl_fill_color_map()
920 … opengl->glprocs.glUniformMatrix4fv(opengl->color_map_location, 1, GL_FALSE, opengl->color_map); in opengl_prepare()
/third_party/skia/site/docs/user/modules/
Dcanvaskit.md548 uniform shader color_map;
572 return color_map.eval(p) * half4(float4(scale, scale, scale, 1));