/third_party/ffmpeg/libavcodec/ |
H A D | dvbsubdec.c | 98 int clut; member 226 DVBSubCLUT *clut = ctx->clut_list; in delete_cluts() local 228 ctx->clut_list = clut->next; in delete_cluts() 230 av_freep(&clut); in delete_cluts() 663 static void compute_default_clut(DVBSubContext *ctx, uint8_t *clut, AVSubtitleRect *rect, int w, int h) in compute_default_clut() argument 724 AV_WN32(clut + 4*list_inv[i], RGBA(v/2,v,v/2,v)); in compute_default_clut() 736 const DVBSubCLUT *clut; in save_subtitle_set() local 802 clut = get_clut(ctx, region->clut); in save_subtitle_set() 804 if (!clut) in save_subtitle_set() 1053 DVBSubCLUT *clut; dvbsub_parse_clut_segment() local [all...] |
H A D | pgssubdec.c | 86 uint32_t clut[256]; member 373 palette->clut[color_id] = RGBA(r,g,b,alpha); in parse_palette_segment() 587 memcpy(rect->data[1], palette->clut, rect->nb_colors * sizeof(uint32_t)); in display_end_segment()
|
/third_party/ffmpeg/libavfilter/ |
H A D | lut3d.h | 69 int clut; member
|
H A D | vf_lut3d.c | 1222 { "clut", "when to process CLUT", OFFSET(clut), AV_OPT_TYPE_INT, {.i64=1}, 0, 1, .flags = TFLAGS, "clut" }, 1223 { "first", "process only first CLUT, ignore rest", 0, AV_OPT_TYPE_CONST, {.i64=0}, .flags = TFLAGS, "clut" }, 1224 { "all", "process all CLUTs", 0, AV_OPT_TYPE_CONST, {.i64=1}, .flags = TFLAGS, "clut" }, 1527 if (lut3d->clut || !lut3d->got_clut) { in update_apply_clut() 1564 .name = "clut",
|
/third_party/skia/third_party/skcms/ |
H A D | skcms.cc | 889 const CLUT_Layout* clut = (const CLUT_Layout*)(tag->buf + clut_offset); 891 if (clut->grid_byte_width[0] == 1) { 892 a2b->grid_8 = clut->variable; 894 } else if (clut->grid_byte_width[0] == 2) { 896 a2b->grid_16 = clut->variable; 901 uint64_t grid_size = a2b->output_channels * clut->grid_byte_width[0]; // the payload 903 a2b->grid_points[i] = clut->grid_points[i]; 1016 const CLUT_Layout* clut = (const CLUT_Layout*)(tag->buf + clut_offset); 1018 if (clut->grid_byte_width[0] == 1) { 1019 b2a->grid_8 = clut [all...] |
/third_party/skia/third_party/skcms/src/ |
H A D | Transform_inl.h | 712 static void clut(uint32_t input_channels, uint32_t output_channels, in clut() function 793 static void clut(const skcms_A2B* a2b, F* r, F* g, F* b, F a) { in clut() function 794 clut(a2b->input_channels, a2b->output_channels, in clut() 798 static void clut(const skcms_B2A* b2a, F* r, F* g, F* b, F* a) { in clut() function 799 clut(b2a->input_channels, b2a->output_channels, in clut() 1232 clut(a2b, &r,&g,&b,a); in exec_ops() 1242 clut(b2a, &r,&g,&b,&a); in exec_ops()
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Surface.hpp | 398 dword clut; member
|
H A D | Surface.cpp | 2273 unsigned int color = (c[(source->clut >> 2 * (i + j * 4)) % 4] & 0x00FFFFFF) | alpha; in decodeDXT5()
|