Home
last modified time | relevance | path

Searched refs:clut_offset (Results 1 – 25 of 25) sorted by relevance

/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_dc.c46 .clut_offset = 0x400,
78 .clut_offset = 0x400,
97 .clut_offset = 0x800,
119 .clut_offset = 0x1000,
139 .clut_offset = 0x1400,
171 .clut_offset = 0x600,
190 .clut_offset = 0xa00,
209 .clut_offset = 0xe00,
289 .clut_offset = 0x600,
308 .clut_offset = 0xa00,
[all …]
H A Datmel_hlcdc_dc.h246 int clut_offset; member
387 layer->desc->clut_offset + c * sizeof(u32), in atmel_hlcdc_layer_write_clut()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_dc.c46 .clut_offset = 0x400,
78 .clut_offset = 0x400,
97 .clut_offset = 0x800,
119 .clut_offset = 0x1000,
139 .clut_offset = 0x1400,
171 .clut_offset = 0x600,
190 .clut_offset = 0xa00,
209 .clut_offset = 0xe00,
289 .clut_offset = 0x600,
308 .clut_offset = 0xa00,
[all …]
H A Datmel_hlcdc_dc.h246 int clut_offset; member
387 layer->desc->clut_offset + c * sizeof(u32), in atmel_hlcdc_layer_write_clut()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_dc.c46 .clut_offset = 0x400,
78 .clut_offset = 0x400,
97 .clut_offset = 0x800,
119 .clut_offset = 0x1000,
139 .clut_offset = 0x1400,
171 .clut_offset = 0x600,
190 .clut_offset = 0xa00,
209 .clut_offset = 0xe00,
289 .clut_offset = 0x600,
308 .clut_offset = 0xa00,
[all …]
H A Datmel_hlcdc_dc.h246 int clut_offset; member
387 layer->desc->clut_offset + c * sizeof(u32), in atmel_hlcdc_layer_write_clut()
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-filters/
H A Dcolor-grade-filter.c38 struct vec3 clut_offset; member
292 vec3_set(&filter->clut_offset, 0.f, 0.f, 0.f); in color_grade_filter_update()
317 vec3_neg(&filter->clut_offset, &filter->domain_min); in color_grade_filter_update()
318 vec3_mul(&filter->clut_offset, &filter->clut_offset, in color_grade_filter_update()
326 vec3_addf(&filter->clut_offset, in color_grade_filter_update()
327 &filter->clut_offset, 0.5f); in color_grade_filter_update()
328 vec3_divf(&filter->clut_offset, in color_grade_filter_update()
329 &filter->clut_offset, (float)width); in color_grade_filter_update()
444 gs_effect_set_vec3(param, &filter->clut_offset); in color_grade_filter_render()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/qcms/
H A Diccread.c548 uint32_t clut_offset; in read_tag_lutmABType() local
575 clut_offset = read_u32(src, offset + 24); in read_tag_lutmABType()
584 if (clut_offset) in read_tag_lutmABType()
585 clut_offset += offset; in read_tag_lutmABType()
593 if (clut_offset) { in read_tag_lutmABType()
597 clut_size *= read_u8(src, clut_offset + i); in read_tag_lutmABType()
619 if (clut_offset) { in read_tag_lutmABType()
621 lut->num_grid_points[i] = read_u8(src, clut_offset + i); in read_tag_lutmABType()
662 if (clut_offset) { in read_tag_lutmABType()
663 clut_precision = read_u8(src, clut_offset + 16); in read_tag_lutmABType()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/qcms/
H A Diccread.c537 uint32_t clut_offset; in read_tag_lutmABType() local
564 clut_offset = read_u32(src, offset + 24); in read_tag_lutmABType()
573 if (clut_offset) in read_tag_lutmABType()
574 clut_offset += offset; in read_tag_lutmABType()
582 if (clut_offset) { in read_tag_lutmABType()
586 clut_size *= read_u8(src, clut_offset + i); in read_tag_lutmABType()
608 if (clut_offset) { in read_tag_lutmABType()
610 lut->num_grid_points[i] = read_u8(src, clut_offset + i); in read_tag_lutmABType()
651 if (clut_offset) { in read_tag_lutmABType()
652 clut_precision = read_u8(src, clut_offset + 16); in read_tag_lutmABType()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/qcms/
H A Diccread.c549 uint32_t clut_offset; in read_tag_lutmABType() local
576 clut_offset = read_u32(src, offset + 24); in read_tag_lutmABType()
585 if (clut_offset) in read_tag_lutmABType()
586 clut_offset += offset; in read_tag_lutmABType()
594 if (clut_offset) { in read_tag_lutmABType()
598 clut_size *= read_u8(src, clut_offset + i); in read_tag_lutmABType()
620 if (clut_offset) { in read_tag_lutmABType()
622 lut->num_grid_points[i] = read_u8(src, clut_offset + i); in read_tag_lutmABType()
663 if (clut_offset) { in read_tag_lutmABType()
664 clut_precision = read_u8(src, clut_offset + 16); in read_tag_lutmABType()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/qcms/src/
H A Diccread.c825 uint32_t clut_offset; in read_tag_lutmABType() local
852 clut_offset = read_u32(src, offset + 24); in read_tag_lutmABType()
861 if (clut_offset) in read_tag_lutmABType()
862 clut_offset += offset; in read_tag_lutmABType()
870 if (clut_offset) { in read_tag_lutmABType()
874 clut_size *= read_u8(src, clut_offset + i); in read_tag_lutmABType()
896 if (clut_offset) { in read_tag_lutmABType()
898 lut->num_grid_points[i] = read_u8(src, clut_offset + i); in read_tag_lutmABType()
939 if (clut_offset) { in read_tag_lutmABType()
940 clut_precision = read_u8(src, clut_offset + 16); in read_tag_lutmABType()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/qcms/src/
H A Diccread.c825 uint32_t clut_offset; in read_tag_lutmABType() local
852 clut_offset = read_u32(src, offset + 24); in read_tag_lutmABType()
861 if (clut_offset) in read_tag_lutmABType()
862 clut_offset += offset; in read_tag_lutmABType()
870 if (clut_offset) { in read_tag_lutmABType()
874 clut_size *= read_u8(src, clut_offset + i); in read_tag_lutmABType()
896 if (clut_offset) { in read_tag_lutmABType()
898 lut->num_grid_points[i] = read_u8(src, clut_offset + i); in read_tag_lutmABType()
939 if (clut_offset) { in read_tag_lutmABType()
940 clut_precision = read_u8(src, clut_offset + 16); in read_tag_lutmABType()
[all …]
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-filters/data/
H A Dcolor_grade_filter.effect8 uniform float3 clut_offset;
65 float u = textureColor.r * clut_scale.r + clut_offset.r;
71 float u = textureColor.g * clut_scale.g + clut_offset.g;
77 float u = textureColor.b * clut_scale.b + clut_offset.b;
98 float3 clut_pos = textureColor.rgb * clut_scale + clut_offset;
/dports/www/firefox-esr/firefox-91.8.0/gfx/qcms/src/
H A Diccread.rs591 let mut clut_offset = read_u32(src, (offset + 24) as usize); in read_tag_lutmABType() localVariable
600 if clut_offset != 0 { in read_tag_lutmABType()
601 clut_offset += offset in read_tag_lutmABType()
612 if clut_offset != 0 { in read_tag_lutmABType()
632 if clut_offset != 0 { in read_tag_lutmABType()
670 if clut_offset != 0 { in read_tag_lutmABType()
677 (clut_offset + 20 + i * 1) as usize, in read_tag_lutmABType()
685 (clut_offset + 20 + i * 2) as usize, in read_tag_lutmABType()
778 let clut_offset = ((offset + input_offset) as usize in read_tag_lutType() localVariable
787 clut_offset as usize + i as usize * entry_size, in read_tag_lutType()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/qcms/src/
H A Diccread.rs591 let mut clut_offset = read_u32(src, (offset + 24) as usize); in read_tag_lutmABType() localVariable
600 if clut_offset != 0 { in read_tag_lutmABType()
601 clut_offset += offset in read_tag_lutmABType()
612 if clut_offset != 0 { in read_tag_lutmABType()
632 if clut_offset != 0 { in read_tag_lutmABType()
670 if clut_offset != 0 { in read_tag_lutmABType()
677 (clut_offset + 20 + i * 1) as usize, in read_tag_lutmABType()
685 (clut_offset + 20 + i * 2) as usize, in read_tag_lutmABType()
778 let clut_offset = ((offset + input_offset) as usize in read_tag_lutType() localVariable
787 clut_offset as usize + i as usize * entry_size, in read_tag_lutType()
[all …]
/dports/www/firefox/firefox-99.0/gfx/qcms/src/
H A Diccread.rs619 let mut clut_offset = read_u32(src, (offset + 24) as usize); in read_tag_lutmABType() localVariable
628 if clut_offset != 0 { in read_tag_lutmABType()
629 clut_offset += offset in read_tag_lutmABType()
640 if clut_offset != 0 { in read_tag_lutmABType()
660 if clut_offset != 0 { in read_tag_lutmABType()
699 if clut_offset != 0 { in read_tag_lutmABType()
706 (clut_offset + 20 + i) as usize, in read_tag_lutmABType()
714 (clut_offset + 20 + i * 2) as usize, in read_tag_lutmABType()
808 let clut_offset = ((offset + input_offset) as usize in read_tag_lutType() localVariable
817 clut_offset as usize + i as usize * entry_size, in read_tag_lutType()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc739 uint8_t clut_offset [ 4]; member
772 uint32_t clut_offset = read_big_u32(mABTag->clut_offset); in read_tag_mab() local
823 if (0 == clut_offset) { in read_tag_mab()
831 if (tag->size < clut_offset + SAFE_FIXED_SIZE(mABCLUT_Layout)) { in read_tag_mab()
834 const mABCLUT_Layout* clut = (const mABCLUT_Layout*)(tag->buf + clut_offset); in read_tag_mab()
855 if (tag->size < clut_offset + SAFE_FIXED_SIZE(mABCLUT_Layout) + grid_size) { in read_tag_mab()
859 if (0 != clut_offset) { in read_tag_mab()
/dports/graphics/libjxl/libjxl-0.6.1/third_party/skcms/
H A Dskcms.cc736 uint8_t clut_offset [ 4]; member
769 uint32_t clut_offset = read_big_u32(mABTag->clut_offset); in read_tag_mab() local
820 if (0 == clut_offset) { in read_tag_mab()
828 if (tag->size < clut_offset + SAFE_FIXED_SIZE(mABCLUT_Layout)) { in read_tag_mab()
831 const mABCLUT_Layout* clut = (const mABCLUT_Layout*)(tag->buf + clut_offset); in read_tag_mab()
852 if (tag->size < clut_offset + SAFE_FIXED_SIZE(mABCLUT_Layout) + grid_size) { in read_tag_mab()
856 if (0 != clut_offset) { in read_tag_mab()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc729 uint8_t clut_offset [ 4]; member
762 uint32_t clut_offset = read_big_u32(mABTag->clut_offset); in read_tag_mab() local
813 if (0 == clut_offset) { in read_tag_mab()
821 if (tag->size < clut_offset + SAFE_FIXED_SIZE(mABCLUT_Layout)) { in read_tag_mab()
824 const mABCLUT_Layout* clut = (const mABCLUT_Layout*)(tag->buf + clut_offset); in read_tag_mab()
845 if (tag->size < clut_offset + SAFE_FIXED_SIZE(mABCLUT_Layout) + grid_size) { in read_tag_mab()
849 if (0 != clut_offset) { in read_tag_mab()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/third_party/skcms/
H A Dskcms.cc752 uint8_t clut_offset [ 4]; member
785 uint32_t clut_offset = read_big_u32(mABTag->clut_offset); in read_tag_mab() local
836 if (0 == clut_offset) { in read_tag_mab()
844 if (tag->size < clut_offset + SAFE_FIXED_SIZE(mABCLUT_Layout)) { in read_tag_mab()
847 const mABCLUT_Layout* clut = (const mABCLUT_Layout*)(tag->buf + clut_offset); in read_tag_mab()
868 if (tag->size < clut_offset + SAFE_FIXED_SIZE(mABCLUT_Layout) + grid_size) { in read_tag_mab()
872 if (0 != clut_offset) { in read_tag_mab()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/third_party/skcms/
H A Dskcms.cc749 uint8_t clut_offset [ 4]; member
782 uint32_t clut_offset = read_big_u32(mABTag->clut_offset); in read_tag_mab() local
833 if (0 == clut_offset) { in read_tag_mab()
841 if (tag->size < clut_offset + SAFE_FIXED_SIZE(mABCLUT_Layout)) { in read_tag_mab()
844 const mABCLUT_Layout* clut = (const mABCLUT_Layout*)(tag->buf + clut_offset); in read_tag_mab()
865 if (tag->size < clut_offset + SAFE_FIXED_SIZE(mABCLUT_Layout) + grid_size) { in read_tag_mab()
869 if (0 != clut_offset) { in read_tag_mab()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc739 uint8_t clut_offset [ 4]; member
772 uint32_t clut_offset = read_big_u32(mABTag->clut_offset); in read_tag_mab() local
823 if (0 == clut_offset) { in read_tag_mab()
831 if (tag->size < clut_offset + SAFE_FIXED_SIZE(mABCLUT_Layout)) { in read_tag_mab()
834 const mABCLUT_Layout* clut = (const mABCLUT_Layout*)(tag->buf + clut_offset); in read_tag_mab()
855 if (tag->size < clut_offset + SAFE_FIXED_SIZE(mABCLUT_Layout) + grid_size) { in read_tag_mab()
859 if (0 != clut_offset) { in read_tag_mab()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc739 uint8_t clut_offset [ 4]; member
772 uint32_t clut_offset = read_big_u32(mABTag->clut_offset); in read_tag_mab() local
823 if (0 == clut_offset) { in read_tag_mab()
831 if (tag->size < clut_offset + SAFE_FIXED_SIZE(mABCLUT_Layout)) { in read_tag_mab()
834 const mABCLUT_Layout* clut = (const mABCLUT_Layout*)(tag->buf + clut_offset); in read_tag_mab()
855 if (tag->size < clut_offset + SAFE_FIXED_SIZE(mABCLUT_Layout) + grid_size) { in read_tag_mab()
859 if (0 != clut_offset) { in read_tag_mab()
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/mednafen/psx/
H A Dgpu_sprite.cpp5 uint8_t u_arg, uint8_t v_arg, uint32_t color, uint32_t clut_offset) in DrawSprite() argument
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/mednafen/psx/
H A Dgpu_sprite.cpp5 uint8_t u_arg, uint8_t v_arg, uint32_t color, uint32_t clut_offset) in DrawSprite() argument