Searched refs:jmin (Results 1 – 1 of 1) sorted by relevance
151 int jmin = ( i == 0 ) ? 1 : i; in Compress3() local152 for( int j = jmin;; ) in Compress3()