Home
last modified time | relevance | path

Searched +defs:w +defs:a +defs:lab (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/dports/math/kfr/kfr-4.2.1/include/kfr/graphics/
H A Dcolor.hpp114 T a; member
137 float a = color.a; in from_srgb_approx() local
145 float a = color.a; in to_srgb_approx() local
161 CMT_INTRINSIC f32x3 lab_to_xyz(const f32x3& lab) in lab_to_xyz()
167 const f32x3 w = { x, y, z }; in lab_to_xyz() local
199 const f32x3 w = select(xyz > 0.008856f, kfr::pow(xyz, 0.33333f), (7.787f * xyz) + 16.f / 116.f); in xyz_to_lab() local
206 CMT_INTRINSIC f32color lab_to_srgb(const f32x3& lab, float alpha = 1.f) in lab_to_srgb()
223 CMT_INTRINSIC f32x3 lab_to_lch(const f32x3& lab) in lab_to_lch()
235 f32x3 lab = srgb_to_lab(srgb); in adjust_lab() local
243 f32x3 lab = srgb_to_lab(srgb); in adjust_lab_luminance() local
[all …]
/dports/audio/festival/festival/src/modules/UniSyn_phonology/
H A DUniSyn_build.cc124 void trans_to_phones(EST_Item *w, EST_Relation &trans, EST_Relation &phone) in trans_to_phones()
151 EST_Item *s, *w, *t, *a, *b; in add_trans_intonation() local
241 EST_Item *s, *w, *t=0, *b; in syl_to_word_intonation() local
336 EST_Relation lab; in FT_add_trans_intonation() local
373 EST_Relation lab; in FT_add_trans_word() local
555 EST_Relation phone, lab; in add_trans_duration() local
595 static void add_silences(EST_Utterance &utt,EST_Item *w) in add_silences()
636 EST_Relation phone, lab; in add_trans_seg() local
637 EST_Item *s, *w, *nw, *n; in add_trans_seg() local
915 LISP a; in lisp_tree_to_xml() local
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/programs/Tree/
H A Dtree.c47 #define ARG(a, b) a b, argument
48 #define GRA(a, b) a b) argument
51 #define ARG(a, b) a b; argument
52 #define GRA(a, b) a b; argument
385 Widget w; in CreateNode() local
416 Widget w; in WriteUpHype() local
679 Widget lab = (Widget) client; in CallbackTogCB() local
723 OrientationCB(Widget w, XtPointer client, XtPointer call) in OrientationCB()
738 ScaleCB(Widget w, XtPointer client, XtPointer call) in ScaleCB()
752 QuitCB(Widget w, XtPointer client, XtPointer call) in QuitCB()
[all …]
/dports/graphics/argyllcms/Argyll_V1.9.2/xicc/
H A Dcam02plot.c50 double L = in[0], a = in[1], b = in[2]; in Lab2XYZ() local
121 double lab[3]; in XYZ2sRGB() local
276 double lab[3]; member
282 double lab[3], tmp[3], tt; in clipf() local
328 double lab[3], tmp[3]; in XYZ2sRGB() local
480 int w, h; /* Width and height of raster */ in main() local
618 double tmp[3], lab[3]; in main() local
/dports/print/lyx/lyx-2.3.4.2/src/insets/
H A DInsetVSpace.cpp143 int w = 0; in metrics() local
144 int a = 0; in metrics() local
185 int w = 0; in draw() local
186 int a = 0; in draw() local
193 docstring const lab = label(); in draw() local
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/exec/
H A DColorTable.hxx118 inline void RGBToLab(const vtkm::Vec3f_32& rgb, vtkm::Vec3f_32& lab) in RGBToLab()
173 inline vtkm::Vec3f_32 LabToRGB(const vtkm::Vec3f_32& lab) in LabToRGB()
246 inline void LabToMsh(const vtkm::Vec3f_32& lab, vtkm::Vec3f_32& msh) in LabToMsh()
249 const vtkm::Float32& a = lab[1]; in LabToMsh() local
427 const auto w = in FindColors() local
468 const auto w = (value - this->ONodes[first]) / (this->ONodes[second] - this->ONodes[first]); in MapThroughOpacitySpace() local
/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Dcolor-fast.c211 size_t w = src->w; in fast_gray_to_rgb() local
345 size_t w = src->w; in fast_gray_to_cmyk() local
356 int a = 255; in fast_gray_to_cmyk() local
422 size_t w = src->w; in fast_rgb_to_gray() local
546 size_t w = src->w; in fast_bgr_to_gray() local
673 size_t w = src->w; in fast_rgb_to_cmyk() local
684 int a = 255; in fast_rgb_to_cmyk() local
771 int a = 255; in fast_bgr_to_cmyk() local
858 int a = 255; in fast_cmyk_to_gray() local
935 int a = 255; in fast_cmyk_to_rgb() local
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/exec/
H A DColorTable.hxx130 inline void RGBToLab(const vtkm::Vec<float, 3>& rgb, vtkm::Vec<float, 3>& lab) in RGBToLab()
185 inline vtkm::Vec<float, 3> LabToRGB(const vtkm::Vec<float, 3>& lab) in LabToRGB()
258 inline void LabToMsh(const vtkm::Vec<float, 3>& lab, vtkm::Vec<float, 3>& msh) in LabToMsh()
261 const float& a = lab[1]; in LabToMsh() local
415 const auto w = in FindColors() local
456 const auto w = (value - this->ONodes[first]) / (this->ONodes[second] - this->ONodes[first]); in MapThroughOpacitySpace() local
/dports/graphics/opencv/opencv-4.5.3/modules/photo/src/cuda/
H A Dnlm.cu100 … float w = __expf(dist2 * noise_mult + (x * x + y * y) * minus_search_window2_inv); in nlm_kernel() local
123 … float w = __expf(dist2 * noise_mult + (x * x + y * y) * minus_search_window2_inv); in nlm_kernel() local
263 … __device__ __forceinline__ int calcDist(const uchar& a, const uchar& b) { return (a-b)*(a-b); } in calcDist()
264 …__device__ __forceinline__ int calcDist(const uchar2& a, const uchar2& b) { return (a.x-b.x)*(a.x-… in calcDist()
265 …__device__ __forceinline__ int calcDist(const uchar3& a, const uchar3& b) { return (a.x-b.x)*(a.x-… in calcDist()
517 … __global__ void fnlm_split_kernel(const PtrStepSz<uchar3> lab, PtrStepb l, PtrStep<uchar2> ab) in fnlm_split_kernel()
530 …void fnlm_split_channels(const PtrStepSz<uchar3>& lab, PtrStepb l, PtrStep<uchar2> ab, cudaStream_… in fnlm_split_channels()
541 …_global__ void fnlm_merge_kernel(const PtrStepb l, const PtrStep<uchar2> ab, PtrStepSz<uchar3> lab) in fnlm_merge_kernel()
553 …fnlm_merge_channels(const PtrStepb& l, const PtrStep<uchar2>& ab, PtrStepSz<uchar3> lab, cudaStrea… in fnlm_merge_channels()
/dports/devel/allegro5/allegro5-5.2.7.0/examples/
H A Dex_color2.c15 float l, a, b; member
20 ALLEGRO_BITMAP *lab[512]; member
43 float a = (x - 511.0 / 2) / (511.0 / 2); in draw_lab() local
112 float a = (x - 511.0 / 2) / (511.0 / 2); in draw_range() local
149 static void draw_axis(float x, float y, float a, float a2, float l, in draw_axis()
171 int w = al_get_display_width(al_get_current_display()); in redraw() local
179 float a = example.color[ci].a; in redraw() local
257 int a = example.mx - example.left_x - ci * example.half_x; in update() local
284 int w = 1280, h = 720; in main() local
/dports/math/reduce/Reduce-svn5758-src/csl/embedded/
H A Deval1.c158 { Lisp_Object w = qcar(p); in Ceval() local
263 { Lisp_Object w; in Ceval() local
318 Lisp_Object w; in check_no_unwanted_keys() local
403 Lisp_Object w; in apply_lambda() local
436 #define w stack[0] in apply_lambda() macro
752 #define instate_binding(var, val, local_decs1, lab) \ in apply_lambda() argument
761 #define instate_binding(var, val, local_decs1, lab) \ in apply_lambda() argument
947 va_list a; in Lapply_n() local
1091 Lisp_Object *p = &mv_2, w; in Lvalues() local
1474 { Lisp_Object w = qcar(p); in macroexpand_1() local
[all …]
/dports/lang/pcc/pcc-1.1.0/cc/ccom/
H A Dcgram.y1333 struct swents **put, *w, *sw = tmpalloc(sizeof(struct swents)); in addcase() local
1482 init_declarator(NODE *tn, NODE *p, int assign, NODE *a, char *as) in init_declarator()
1744 olddecl(NODE *p, NODE *a) in olddecl()
1897 char *w = tmpalloc(len); in simname() local
2334 dainit(NODE *d, NODE *a) in dainit()
2418 int lab; member
2422 savlab(int lab) in savlab()
2447 xcbranch(NODE *p, int lab) in xcbranch()
/dports/math/reduce/Reduce-svn5758-src/psl/xr/src/
H A Dhelp.c980 int MakeWidget(lab, text, hl, nl) in MakeWidget() argument
1474 void HelpQuitButton(w, a, b) in HelpQuitButton() argument
1504 void HelpShowButton(w, a, b) in HelpShowButton() argument
1563 void HelpPrevButton(w, a, b) in HelpPrevButton() argument
1583 void HelpNextButton(w, a, b) in HelpNextButton() argument
1603 void HelpUpButton(w, a, b) in HelpUpButton() argument
1623 void HelpMenuButton(w, a, b) in HelpMenuButton() argument
1655 void HelpXrefButton(w, a, b) in HelpXrefButton() argument
2573 void SearchGo(w, a, b) in SearchGo() argument
2603 void SearchGuess(w, a, b) in SearchGuess() argument
[all …]
/dports/sysutils/dvdisaster/dvdisaster-0.79.5/
H A Drs01-verify.c138 GtkAllocation *a = &widget->allocation; in expose_cb() local
139 int w,h,size; in expose_cb() local
172 GtkWidget *sep,*notebook,*table,*table2,*ignore,*lab,*frame,*d_area; in CreateRS01VerifyWindow() local
/dports/math/nauty/nauty27r3/
H A Dgeng.c643 int sp,v,w; in isbiconnected() local
707 int w; in distinvar() local
844 setword w,x; in makeb6graph() local
878 setword w,x; in makesgraph() local
910 setword w,x; in makeg5graph() local
939 arith(xword a, xword b, xword c) in arith()
1066 xword *xorb,*xinv,*xset,w; in userautomproc() local
1325 int lab[MAXN],ptn[MAXN],orbits[MAXN]; in makecanon() local
1342 int lab[MAXN],ptn[MAXN],orbits[MAXN]; in accept1() local
1440 int lab[MAXN],ptn[MAXN],orbits[MAXN]; in accept1b() local
[all …]
/dports/math/py-pynauty/pynauty-1.0.2/src/nauty27r1/
H A Dgeng.c643 int sp,v,w; in isbiconnected() local
707 int w; in distinvar() local
844 setword w,x; in makeb6graph() local
878 setword w,x; in makesgraph() local
910 setword w,x; in makeg5graph() local
939 arith(xword a, xword b, xword c) in arith()
1066 xword *xorb,*xinv,*xset,w; in userautomproc() local
1325 int lab[MAXN],ptn[MAXN],orbits[MAXN]; in makecanon() local
1342 int lab[MAXN],ptn[MAXN],orbits[MAXN]; in accept1() local
1440 int lab[MAXN],ptn[MAXN],orbits[MAXN]; in accept1b() local
[all …]
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Diplabregions.cc37 void fastlin2log(float *x, float factor, float base, int w) in fastlin2log()
59 void ImProcFunctions::labColorCorrectionRegions(LabImage *lab) in labColorCorrectionRegions()
224 … [=](float prev_l, float prev_a, float prev_b, float &l, float &a, float &b, int channel) -> void in labColorCorrectionRegions()
242 …[=](vfloat &l, vfloat &a, vfloat &b, float slope, float offset, float power, float saturation) -> … in labColorCorrectionRegions()
261 …[=](vfloat prev_l, vfloat prev_a, vfloat prev_b, vfloat &l, vfloat &a, vfloat &b, int channel) -> … in labColorCorrectionRegions()
262 { in labColorCorrectionRegions()
324 float a = lab->a[y][x]; in labColorCorrectionRegions() local
/dports/x11/workrave/workrave-1.10.44/frontend/gtkmm/src/
H A DGtkUtil.cc159 Gtk::Label *lab = Gtk::manage(new Gtk::Label(text)); in create_label_with_icon() local
186 Gtk::Alignment *a = Gtk::manage(new Gtk::Alignment in table_attach_aligned() local
272 gint w, h, srs; in pixbuf_copy_mirror() local
279 gint a; in pixbuf_copy_mirror() local
/dports/devel/cmake-gui/cmake-3.22.1/Source/QtDialog/
H A DCMakeSetupDialog.cxx150 auto* a = ToolsMenu->addAction(tr("&Show My Changes")); in CMakeSetupDialog() local
500 QLabel* lab = new QLabel(&dialog); in doInstallForCommandLine() local
660 QLabel* lab = new QLabel(&dialog); in doHelp() local
1017 QLabel* lab = new QLabel(&dialog); in doAbout() local
1214 AddCacheEntry* w = in addCacheEntry() local
1354 auto* a = menu->addAction(tr("Find...")); in doOutputContextMenu() local
/dports/devel/cmake/cmake-3.22.1/Source/QtDialog/
H A DCMakeSetupDialog.cxx150 auto* a = ToolsMenu->addAction(tr("&Show My Changes")); in CMakeSetupDialog() local
500 QLabel* lab = new QLabel(&dialog); in doInstallForCommandLine() local
660 QLabel* lab = new QLabel(&dialog); in doHelp() local
1017 QLabel* lab = new QLabel(&dialog); in doAbout() local
1214 AddCacheEntry* w = in addCacheEntry() local
1354 auto* a = menu->addAction(tr("Find...")); in doOutputContextMenu() local
/dports/devel/cmake-doc/cmake-3.22.1/Source/QtDialog/
H A DCMakeSetupDialog.cxx150 auto* a = ToolsMenu->addAction(tr("&Show My Changes")); in CMakeSetupDialog() local
500 QLabel* lab = new QLabel(&dialog); in doInstallForCommandLine() local
660 QLabel* lab = new QLabel(&dialog); in doHelp() local
1017 QLabel* lab = new QLabel(&dialog); in doAbout() local
1214 AddCacheEntry* w = in addCacheEntry() local
1354 auto* a = menu->addAction(tr("Find...")); in doOutputContextMenu() local
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libappfw/src/widgets/
H A Ddialogwidget.cpp45 static bool dialogButtonOrder(ui::Item const &a, ui::Item const &b) in dialogButtonOrder()
318 if (LabelWidget *lab = maybeAs<LabelWidget>(widget)) in DENG_GUI_PIMPL() local
416 GuiWidget *w = extraButtons->organizer().itemWidget(item); in DENG_GUI_PIMPL() local
527 GuiWidget *w = d->buttons->organizer().itemWidget(label); in buttonWidget() local
/dports/graphics/frei0r/frei0r-1.7.0-18-g86475d3/src/filter/measure/
H A Dpr0be.c41 void draw_rectangle(float_rgba *s, int w, int h, float x, float y, float wr, float hr, float_rgba c) in draw_rectangle()
58 void darken_rectangle(float_rgba *s, int w, int h, float x, float y, float wr, float hr, float d) in darken_rectangle()
78 void draw_char(float_rgba *sl, int w, int h, int x, int y, unsigned char c, float_rgba col) in draw_char()
98 void draw_string(float_rgba *sl, int w, int h, int x, int y, char *c, float_rgba col) in draw_string()
113 void crosshair(float_rgba *s, int w, int h, int x, int y, int sx, int sy, int v) in crosshair()
142 void forstr(float a, int p, int m, char *s) in forstr()
177 void izpis(char *str, char *lab, stat s, int u, int m, int mm) in izpis()
209 void sxmarkers(float_rgba *s, int w, int h, int x0, int y0, int np, int sx, int sy, int vp) in sxmarkers()
463 void floatrgba2color(float_rgba *sl, uint32_t* outframe, int w , int h) in floatrgba2color()
481 void color2floatrgba(const uint32_t* inframe, float_rgba *sl, int w , int h) in color2floatrgba()
[all …]
/dports/graphics/frei0r-plugins-gavl/frei0r-1.7.0-18-g86475d3/src/filter/measure/
H A Dpr0be.c41 void draw_rectangle(float_rgba *s, int w, int h, float x, float y, float wr, float hr, float_rgba c) in draw_rectangle()
58 void darken_rectangle(float_rgba *s, int w, int h, float x, float y, float wr, float hr, float d) in darken_rectangle()
78 void draw_char(float_rgba *sl, int w, int h, int x, int y, unsigned char c, float_rgba col) in draw_char()
98 void draw_string(float_rgba *sl, int w, int h, int x, int y, char *c, float_rgba col) in draw_string()
113 void crosshair(float_rgba *s, int w, int h, int x, int y, int sx, int sy, int v) in crosshair()
142 void forstr(float a, int p, int m, char *s) in forstr()
177 void izpis(char *str, char *lab, stat s, int u, int m, int mm) in izpis()
209 void sxmarkers(float_rgba *s, int w, int h, int x0, int y0, int np, int sx, int sy, int vp) in sxmarkers()
463 void floatrgba2color(float_rgba *sl, uint32_t* outframe, int w , int h) in floatrgba2color()
481 void color2floatrgba(const uint32_t* inframe, float_rgba *sl, int w , int h) in color2floatrgba()
[all …]
/dports/graphics/frei0r-plugins-opencv/frei0r-1.7.0-18-g86475d3/src/filter/measure/
H A Dpr0be.c41 void draw_rectangle(float_rgba *s, int w, int h, float x, float y, float wr, float hr, float_rgba c) in draw_rectangle()
58 void darken_rectangle(float_rgba *s, int w, int h, float x, float y, float wr, float hr, float d) in darken_rectangle()
78 void draw_char(float_rgba *sl, int w, int h, int x, int y, unsigned char c, float_rgba col) in draw_char()
98 void draw_string(float_rgba *sl, int w, int h, int x, int y, char *c, float_rgba col) in draw_string()
113 void crosshair(float_rgba *s, int w, int h, int x, int y, int sx, int sy, int v) in crosshair()
142 void forstr(float a, int p, int m, char *s) in forstr()
177 void izpis(char *str, char *lab, stat s, int u, int m, int mm) in izpis()
209 void sxmarkers(float_rgba *s, int w, int h, int x0, int y0, int np, int sx, int sy, int vp) in sxmarkers()
463 void floatrgba2color(float_rgba *sl, uint32_t* outframe, int w , int h) in floatrgba2color()
481 void color2floatrgba(const uint32_t* inframe, float_rgba *sl, int w , int h) in color2floatrgba()
[all …]

12345678910>>...13