Home
last modified time | relevance | path

Searched refs:half_num_points (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dimgproc.c1603 unsigned long half_num_points; local
1611 half_num_points = (gpCube[cube_index].num_points>>1);
1615 if (count+inc >= half_num_points) {
1624 } else if (count+inc == half_num_points) {
1628 } else if (half_num_points-count >= count+inc-half_num_points) {