Searched refs:CR (Results 1 – 4 of 4) 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()
|
| /libtiff-4.0.7/m4/ |
| H A D | libtool.m4 | 778 # if finds mixed CR/LF and LF-only lines. Since sed operates in 779 # text mode, it properly converts lines to CR/LF. This bash problem
|