Lines Matching refs:j
79 for( int j = i; j > 0 && dps[j] < dps[j - 1]; --j ) in ConstructOrdering() local
81 std::swap( dps[j], dps[j - 1] ); in ConstructOrdering()
82 std::swap( order[j], order[j - 1] ); in ConstructOrdering()
109 int j = order[i]; in ConstructOrdering() local
110 Vec4 p( unweighted[j].X(), unweighted[j].Y(), unweighted[j].Z(), 1.0f ); in ConstructOrdering()
111 Vec4 w( weights[j] ); in ConstructOrdering()
152 for( int j = jmin;; ) in Compress3() local
193 bestj = j; in Compress3()
199 if( j == count ) in Compress3()
201 part1 += m_points_weights[j]; in Compress3()
202 ++j; in Compress3()
282 for( int j = i;; ) in Compress4() local
285 Vec4 part2 = ( j == 0 ) ? m_points_weights[0] : VEC4_CONST( 0.0f ); in Compress4()
286 int kmin = ( j == 0 ) ? 1 : j; in Compress4()
329 bestj = j; in Compress4()
342 if( j == count ) in Compress4()
344 part1 += m_points_weights[j]; in Compress4()
345 ++j; in Compress4()