Lines Matching full:mv_max
142 int i = 1; //-mv_max;
159 while (++i <= mv_max);
177 while (++i <= mv_max);
194 while (++i <= mv_max);
198 i=-mv_max;
204 while( ++i <= mv_max);
286 const int c = events [mv_max];
292 //j: 1 ~ mv_max (1023)
298 const int c1 = events [mv_max + j]; //positive
299 const int c2 = events [mv_max - j]; //negative
323 while (++j <= mv_max);
328 int j = -mv_max;
332 const int c = events [mv_max + j];
359 } while( ++j <= mv_max);