Home
last modified time | relevance | path

Searched refs:clut (Results 1 – 12 of 12) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddvbsubdec.c98 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, in… 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()
805 clut = &default_clut; in save_subtitle_set()
[all …]
Dpgssubdec.c86 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/skia/third_party/skcms/
Dskcms.cc889 const CLUT_Layout* clut = (const CLUT_Layout*)(tag->buf + clut_offset); in read_tag_mab() local
891 if (clut->grid_byte_width[0] == 1) { in read_tag_mab()
892 a2b->grid_8 = clut->variable; in read_tag_mab()
894 } else if (clut->grid_byte_width[0] == 2) { in read_tag_mab()
896 a2b->grid_16 = clut->variable; in read_tag_mab()
901 uint64_t grid_size = a2b->output_channels * clut->grid_byte_width[0]; // the payload in read_tag_mab()
903 a2b->grid_points[i] = clut->grid_points[i]; in read_tag_mab()
1016 const CLUT_Layout* clut = (const CLUT_Layout*)(tag->buf + clut_offset); in read_tag_mba() local
1018 if (clut->grid_byte_width[0] == 1) { in read_tag_mba()
1019 b2a->grid_8 = clut->variable; in read_tag_mba()
[all …]
/third_party/ffmpeg/libavfilter/
Dlut3d.h69 int clut; member
Dvf_lut3d.c1222 …{ "clut", "when to process CLUT", OFFSET(clut), AV_OPT_TYPE_INT, {.i64=1}, 0, 1, .flags = TFLAGS, …
1527 if (lut3d->clut || !lut3d->got_clut) { in update_apply_clut()
/third_party/skia/third_party/skcms/src/
DTransform_inl.h712 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/ffmpeg/doc/
Ddecoders.texi360 Compute clut once if no matching CLUT is in the stream.
362 Compute clut if no matching CLUT is in the stream.
Dfilters.texi14114 @item clut
14132 (Hald CLUT author) at @url{http://www.quelsolaar.com/technology/clut.html}.
14144 …ef{haldclutsrc}=8 -vf "hue=H=2*PI*t:s=sin(2*PI*t)+1, curves=cross_process" -t 10 -c:v ffv1 clut.nut
14151 ffmpeg -f lavfi -i mandelbrot -i clut.nut -filter_complex '[0][1] haldclut' -t 20 mandelclut.mkv
14155 @file{clut.nut}), then the latest picture of that CLUT stream will be applied
14174 [main][b] overlay=W-320" -frames:v 1 clut.png
14183 ffplay input.mkv -vf "movie=clut.png, [in] haldclut"
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSurface.hpp398 dword clut; member
DSurface.cpp2273 unsigned int color = (c[(source->clut >> 2 * (i + j * 4)) % 4] & 0x00FFFFFF) | alpha; in decodeDXT5()
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h60905 const unsigned char *clut; member
/third_party/NuttX/
DReleaseNotes8064 - STM32 F429 LTDC: Add missing clut register definition. From Marco