Searched refs:x_max (Results 1 – 5 of 5) sorted by relevance
78 float x_max = 1.0f;81 x = x_min + (x_max - x_min) / 2.0f;85 if (tx > t) x_max = x;
609 float x_max = 1.0f;612 x = x_min + (x_max - x_min) / 2.0f;616 if (tx > alpha) x_max = x;
127 float x_max = 1.0f;130 x = x_min + (x_max - x_min) / 2.0f;134 if (tx > alpha) x_max = x;
601 float x_max = 1.0f;604 x = x_min + (x_max - x_min) / 2.0f;608 if (tx > alpha) x_max = x;
9221 int32_t x_max = frame_settings.find(tag).data.i32[2]; in convertFromRegions() local9226 roi.rect.width = x_max - x_min; in convertFromRegions()