Home | History | Annotate | Download | only in src

Lines Matching full:tmpweight

781 					float tmpweight[3] = {0};
848 tmpweight[k] = (float)(feature->rect[k].weight * correction_ratio);
854 sum0 += tmpweight[k] * tr.width * tr.height;
857 tmpweight[0] = (float)(-sum0/area0);
859 for(int ii = 0; ii < nr; hidfeature->rect[ii].weight = (int)(tmpweight[ii] * 65536.0), ii++);