Searched refs:sp_sd (Results 1 – 2 of 2) sorted by relevance
/external/tesseract/textord/ |
D | topitch.cpp | 158 float sp_sd; //space deviation in fix_row_pitch() local 291 sp_sd, mid_cuts, &bad_row->char_cells, FALSE); in fix_row_pitch() 427 float sp_sd; //space sd in try_doc_fixed() local 500 pitch * 0.75, final_pitch, sp_sd, mid_cuts, in try_doc_fixed() 506 prop_blocks, fixed_blocks, pitch, final_pitch, pitch_sd, sp_sd, in try_doc_fixed() 986 float sp_sd; //space sd in fixed_pitch_row() local 999 row->fixed_pitch, sp_sd, mid_cuts, in fixed_pitch_row() 1005 || sp_sd > 20 in fixed_pitch_row() 1006 || (pitch_sd == 0 && sp_sd > 10))))) { in fixed_pitch_row() 1009 && ((pitsync_linear_version & 3) < 3 || sp_sd > 20)) in fixed_pitch_row() [all …]
|
D | topitch.h | 159 float &sp_sd, //space sd
|