Searched refs:color_map (Results 1 - 11 of 11) sorted by relevance
/third_party/backends/backend/ |
H A D | hp5590_cmds.c | 413 struct color_map struct 1270 struct color_map color_map; in hp5590_set_color_map() local 1275 hp5590_cmds_assert (sizeof (color_map) == 18); in hp5590_set_color_map() 1278 memset (&color_map, 0, sizeof (color_map)); in hp5590_set_color_map() 1281 color_map.color1[4] = 0x01; in hp5590_set_color_map() 1282 color_map.color2[4] = 0x01; in hp5590_set_color_map() 1283 color_map.color3[4] = 0x01; in hp5590_set_color_map() 1289 color_map in hp5590_set_color_map() [all...] |
/third_party/skia/third_party/externals/libwebp/examples/ |
H A D | gifdec.c | 43 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()
|
H A D | anim_util.c | 399 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()
|
H A D | gifdec.h | 63 void GIFGetBackgroundColor(const struct ColorMapObject* const color_map,
|
/third_party/ffmpeg/libavcodec/ |
H A D | libzvbi-teletextdec.c | 236 int r = VBI_R(page->color_map[ci]); in bprint_color() 237 int g = VBI_G(page->color_map[ci]); in bprint_color() 238 int b = VBI_B(page->color_map[ci]); in bprint_color() 494 r = VBI_R(page->color_map[ci]); in gen_sub_bitmap() 495 g = VBI_G(page->color_map[ci]); in gen_sub_bitmap() 496 b = VBI_B(page->color_map[ci]); in gen_sub_bitmap() 497 a = VBI_A(page->color_map[ci]); in gen_sub_bitmap()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | lossless_mips_dsp_r2.c | 24 const uint32_t* const color_map, \ 55 "lwx %[tmp1], %[tmp1](%[color_map]) \n\t" \ 56 "lwx %[tmp2], %[tmp2](%[color_map]) \n\t" \ 57 "lwx %[tmp3], %[tmp3](%[color_map]) \n\t" \ 58 "lwx %[tmp4], %[tmp4](%[color_map]) \n\t" \ 79 : [color_map]"r"(color_map) \ 84 *dst++ = GET_VALUE(color_map[GET_INDEX(*src++)]); \
|
H A D | lossless.h | 96 const uint32_t* const color_map, 100 const uint32_t* const color_map,
|
H A D | lossless.c | 331 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); \
|
/third_party/backends/sanei/ |
H A D | sanei_jpeg.c | 165 register JSAMPROW color_map = cinfo->colormap[0]; in sanei_jpeg_put_demapped_gray() local 175 GETJSAMPLE (color_map[GETJSAMPLE (*ptr++)])); in sanei_jpeg_put_demapped_gray()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | wrppm.c | 219 register JSAMPROW color_map = cinfo->colormap[0]; in put_demapped_gray() local 225 PUTPPMSAMPLE(bufferptr, color_map[*ptr++]); in put_demapped_gray()
|
/third_party/ffmpeg/libavdevice/ |
H A D | opengl_enc.c | 213 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()
|
Completed in 13 milliseconds