Searched refs:len_max (Results 1 – 1 of 1) sorted by relevance
30 const int len_max = len & ~3; // max length processed in main loop in PackARGB() local34 for (; i < len_max; i += 4) { in PackARGB()