/third_party/gstreamer/gstplugins_good/gst/effectv/ |
D | gstradioac.c | 133 static guint32 palettes[COLORS * PATTERN]; variable 168 palettes[i] = i * DELTA; in makePalette() 169 palettes[COLORS + i] = (i * DELTA) << 8; in makePalette() 170 palettes[COLORS * 2 + i] = (i * DELTA) << 16; in makePalette() 173 palettes[i + COLORS / 2] = 255 | (i * DELTA) << 16 | (i * DELTA) << 8; in makePalette() 174 palettes[COLORS + i + COLORS / 2] = in makePalette() 176 palettes[COLORS * 2 + i + COLORS / 2] = in makePalette() 181 palettes[COLORS * 3 + i] = (255 * i / COLORS) * 0x10101; in makePalette() 184 palettes[i] = palettes[i] & 0xfefeff; in makePalette() 352 palette = &palettes[COLORS * filter->color]; in gst_radioactv_transform_frame() [all …]
|
/third_party/openGLES/extensions/NV/ |
D | NV_primitive_shading_rate.txt | 62 This extension decouples the shading rate image enables and palettes from 63 viewports. The number of enables/palettes now comes from the 139 shading rate image palettes and viewports) 145 enable SHADING_RATE_IMAGE_PER_PRIMITIVE_NV. The number of palettes and the 155 rate image palettes and viewports) 157 Shading rate image palettes are updated using the command 164 original NV_shading_rate_image extension, where palettes were tightly 169 shading rate image palettes and viewports) 179 rate image palettes and viewports) 190 NV_shading_rate_image extension, where palettes were tightly coupled [all …]
|
D | NV_shading_rate_image.txt | 266 Shading rate image palettes are updated using the command
|
/third_party/ffmpeg/libavcodec/ |
D | pgssubdec.c | 96 PGSSubPalettes palettes; member 112 ctx->palettes.count = 0; in flush_cache() 126 static PGSSubPalette * find_palette(int id, PGSSubPalettes *palettes) in find_palette() argument 130 for (i = 0; i < palettes->count; i++) { in find_palette() 131 if (palettes->palette[i].id == id) in find_palette() 132 return &palettes->palette[i]; in find_palette() 340 palette = find_palette(id, &ctx->palettes); in parse_palette_segment() 342 if (ctx->palettes.count >= MAX_EPOCH_PALETTES) { in parse_palette_segment() 346 palette = &ctx->palettes.palette[ctx->palettes.count++]; in parse_palette_segment() 525 palette = find_palette(ctx->presentation.palette_id, &ctx->palettes); in display_end_segment()
|
D | xan.c | 67 unsigned *palettes; member 83 av_freep(&s->palettes); in xan_decode_end() 574 tmpptr = av_realloc_array(s->palettes, in xan_decode_frame() 578 s->palettes = tmpptr; in xan_decode_frame() 624 s->palettes + s->cur_palette * AVPALETTE_COUNT, AVPALETTE_SIZE); in xan_decode_frame()
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_shared_texture_palette.txt | 47 used in place of the texture object palettes provided by 66 than making palettes part of the texture object state as the current 69 * Should there be separate shared palettes for 1D, 2D, and 3D 73 dimensionality of the texture. If multiple shared palettes 85 * The changes to section 3.8.6, defining how shared palettes are 134 palette.) All palettes are initially... 144 enabled or disabled. In the initial state, the shared palettes is
|
D | EXT_index_texture.txt | 77 Use of texture palettes is supported in both RGBA mode and color 143 palettes to be used in color index mode.
|
D | EXT_paletted_texture.txt | 319 are not required to support palettes of all possible formats. 336 the color indices in the texture data then some of the palettes entries 374 properties should be extended with 'or palettes.' 493 support for one and two bit palettes. Removed PALETTE_INDEX_EXT in
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_shared_texture_palette.txt | 47 used in place of the texture object palettes provided by 66 than making palettes part of the texture object state as the current 69 * Should there be separate shared palettes for 1D, 2D, and 3D 73 dimensionality of the texture. If multiple shared palettes 85 * The changes to section 3.8.6, defining how shared palettes are 134 palette.) All palettes are initially... 144 enabled or disabled. In the initial state, the shared palettes is
|
D | EXT_index_texture.txt | 77 Use of texture palettes is supported in both RGBA mode and color 143 palettes to be used in color index mode.
|
D | EXT_paletted_texture.txt | 319 are not required to support palettes of all possible formats. 336 the color indices in the texture data then some of the palettes entries 374 properties should be extended with 'or palettes.' 493 support for one and two bit palettes. Removed PALETTE_INDEX_EXT in
|
/third_party/flutter/skia/third_party/externals/wuffs/std/gif/ |
D | decode_gif.wuffs | 225 // palettes[0] and palettes[1] are the Global and Local Color Table. 226 palettes array[2] array[4 * 256] base.u8, 603 this.palettes[0][(4 * i) + 0] = ((argb >> 0) & 0xFF) as base.u8 604 this.palettes[0][(4 * i) + 1] = ((argb >> 8) & 0xFF) as base.u8 605 this.palettes[0][(4 * i) + 2] = ((argb >> 16) & 0xFF) as base.u8 606 this.palettes[0][(4 * i) + 3] = ((argb >> 24) & 0xFF) as base.u8 616 ((this.palettes[0][j + 0] as base.u32) << 0) | 617 ((this.palettes[0][j + 1] as base.u32) << 8) | 618 ((this.palettes[0][j + 2] as base.u32) << 16) | 619 ((this.palettes[0][j + 3] as base.u32) << 24) [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_extended_matrix_palette.txt | 48 size matrix palettes as it affects how they store their geometry
|
/third_party/openGLES/extensions/OES/ |
D | OES_extended_matrix_palette.txt | 58 size matrix palettes as it affects how they store their geometry
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-color-colr-table.hh | 1288 hb_set_t *palettes /* OUT */) const in closure_V0palette_indices() 1289 { colr->closure_V0palette_indices (glyphs, palettes); } in closure_V0palette_indices() 1313 hb_set_t *palettes /* OUT */) const in closure_V0palette_indices() 1325 palettes->add (layer.colorIdx); in closure_V0palette_indices()
|
/third_party/flutter/skia/third_party/externals/wuffs/doc/spec/ |
D | nie-spec.md | 340 There is no facility for describing color spaces, gamma, palettes or other
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | colors.dart | 94 /// Instead of using an absolute color from these palettes, consider using 127 /// ## Color palettes
|
/third_party/ffmpeg/ |
D | Changelog | 71 avformat/avidec: dv does not support palettes
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 8086 palettes
|
/third_party/harfbuzz/perf/texts/ |
D | en-words.txt | 8086 palettes
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | libpng-manual.txt | 2046 optimized palettes, but fairly badly with linear color cubes. If you 3175 to be added to the list of palettes
|
/third_party/skia/third_party/externals/libpng/ |
D | libpng-manual.txt | 2046 optimized palettes, but fairly badly with linear color cubes. If you 3175 to be added to the list of palettes
|
/third_party/libpng/ |
D | libpng-manual.txt | 2046 optimized palettes, but fairly badly with linear color cubes. If you 3175 to be added to the list of palettes
|
/third_party/icu/icu4c/source/test/testdata/ |
D | emoji-test.txt | 20 … in CLDR order, not codepoint order. This is recommended (but not required!) for keyboard palettes.
|
/third_party/skia/third_party/externals/libwebp/ |
D | ChangeLog | 56 98bbe35b Fix multi-threading with palettes.
|