Home
last modified time | relevance | path

Searched refs:R_table (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/pgplot/pgplot/drivers/old/
H A Dirdriv.c87 static unsigned char R_table[NCOLOR] = variable
250 RGBcolor(R_table[COLOR],G_table[COLOR],B_table[COLOR]);
275 RGBcolor(R_table[COLOR],G_table[COLOR],B_table[COLOR]);
283 RGBcolor(R_table[COLOR],G_table[COLOR],B_table[COLOR]);
335 R_table[i] = 255.9 * BUFFER[1] ;
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/TonemappingOperators/mantiuk06/
H A Dpyramid.cpp80 static float R_table[] = { variable
119 return mult * lookup_table(LOOKUP_W_TO_R, W_table, R_table, currG); in transformToRn()
126 currR = lookup_table(LOOKUP_W_TO_R, R_table, W_table, mult * currR); in transformToGn()
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/test/mantiuk06/
H A Dcontrast_domain.cpp88 static float R_table[] = {0.000000f,0.009434f,0.018868f,0.028302f,0.037736f,0.047170f,0.056604f,0.0… variable
838 Curr_G = -lookup_table(LOOKUP_W_TO_R, W_table, R_table, -Curr_G); in transform_to_R()
840 Curr_G = lookup_table(LOOKUP_W_TO_R, W_table, R_table, Curr_G); in transform_to_R()
860 Curr_R = -lookup_table(LOOKUP_W_TO_R, R_table, W_table, -Curr_R); in transform_to_G()
862 Curr_R = lookup_table(LOOKUP_W_TO_R, R_table, W_table, Curr_R); in transform_to_G()
/dports/multimedia/mlt7/mlt-7.0.1/src/modules/plus/
H A Dfilter_rgblut.yml19 - identifier: R_table
/dports/multimedia/mlt7-qt5/mlt-7.0.1/src/modules/plus/
H A Dfilter_rgblut.yml19 - identifier: R_table
/dports/multimedia/mlt6-qt5/mlt-6.26.1/src/modules/plus/
H A Dfilter_rgblut.yml19 - identifier: R_table
/dports/multimedia/py-mlt6/mlt-6.26.1/src/modules/plus/
H A Dfilter_rgblut.yml19 - identifier: R_table
/dports/multimedia/mlt6/mlt-6.26.1/src/modules/plus/
H A Dfilter_rgblut.yml19 - identifier: R_table
/dports/graphics/pfstools/pfstools-2.1.0/src/tmo/mantiuk06/
H A Dcontrast_domain.cpp109 static float R_table[] = {0.000000,0.009434,0.018868,0.028302,0.037736,0.047170,0.056604,0.066038,0… variable
991 G[j] = sign * lookup_table(LOOKUP_W_TO_R, W_table, R_table, fabsf(G[j])); in transform_to_R()
1019 R[j] = sign * lookup_table(LOOKUP_W_TO_R, R_table, W_table, fabsf(R[j])); in transform_to_G()
/dports/graphics/gegl/gegl-0.4.34/operations/common/
H A Dmantiuk06.c199 static gfloat R_table[] =
1187 R_table,
1221 R_table,