Home | History | Annotate | Download | only in src

Lines Matching refs:tb

139     float tb = (float)fabs(a.blue - b.blue);
141 return _CV_MAX3( tr, tg, tb );
148 float tb = (float)fabs(a.blue - b.blue);
150 return (tr + tg + tb);