Lines Matching full:encoding_counter
1867 unsigned int encoding_counter; /* For iteration */
1998 pm->encoding_counter = 0;
2329 if (++pm->encoding_counter >= modifier_total_encodings(pm))
2330 pm->encoding_counter = 0; /* This will stop the repeat */
2338 if (pm->encoding_counter == 0)
2339 pm->encoding_counter = random_mod(modifier_total_encodings(pm)-1)+1;
2341 pm->encoding_counter = 0;
2344 if (pm->encoding_counter > 0)
2349 pm->encoding_counter = 0;
2382 * first clear out all the settings - this corresponds to an encoding_counter
2390 if (pm->encoding_counter > 0)
2395 if (pm->encoding_counter <= pm->ngammas)
2396 pm->current_gamma = 1/pm->gammas[pm->encoding_counter-1];
2400 unsigned int i = pm->encoding_counter - pm->ngammas;
8874 d.pm->encoding_counter = 0;