Searched refs:fMaxMismatchR (Results 1 – 5 of 5) sorted by relevance
124 , fMaxMismatchR(0) in DiffRecord()149 uint32_t fMaxMismatchR; member236 uint32_t leftValue = MAX3(lhs->fMaxMismatchR, in comparePixels()239 uint32_t rightValue = MAX3(rhs->fMaxMismatchR, in comparePixels()
196 if (thisR > dr->fMaxMismatchR) { in compute_diff()197 dr->fMaxMismatchR = thisR; in compute_diff()
145 stream->writeDecAsText(MAX3(diff.fMaxMismatchR, in print_label_cell()
355 printf("%d", MAX3(dr.fMaxMismatchR, in tool_main()
212 mismatchValue = MAX3(drp->fMaxMismatchR, drp->fMaxMismatchG, in add()