Home
last modified time | relevance | path

Searched refs:CR (Results 1 – 4 of 4) sorted by relevance

/libtiff-4.0.7/archive/tools/
H A Dycbcr.c104 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 Dtif_color.c178 #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 Drgb2ycbcr.c161 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 Dlibtool.m4778 # 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