Searched refs:RW (Results 1 – 3 of 3) sorted by relevance
| /libtiff-4.0.7/archive/tools/ |
| H A D | ycbcr.c | 104 V2Code(float f, unsigned long RB, unsigned long RW, int CR) in V2Code() argument 106 unsigned int c = (unsigned int)((((f)*(RW-RB)/CR)+RB)+.5); in V2Code() 110 #define Code2V(c, RB, RW, CR) ((((c)-(int)RB)*(float)CR)/(float)(RW-RB)) argument
|
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_color.c | 178 #define Code2V(c, RB, RW, CR) ((((c)-(int32)(RB))*(float)(CR))/(float)(((RW)-(RB)!=0) ? ((RW)-(RB))… argument
|
| /libtiff-4.0.7/tools/ |
| H A D | rgb2ycbcr.c | 161 V2Code(float f, float RB, float RW, int CR) in V2Code() argument 163 unsigned int c = (unsigned int)((((f)*(RW-RB)/CR)+RB)+.5); in V2Code()
|