Home
last modified time | relevance | path

Searched refs:total_passes (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h3190 mz_uint32 total_passes = 2, pass_shift, pass, i, hist[256 * 2]; in tdefl_radix_sort_syms() local
3198 while ((total_passes > 1) && (num_syms == hist[(total_passes - 1) * 256])) in tdefl_radix_sort_syms()
3199 total_passes--; in tdefl_radix_sort_syms()
3200 for (pass_shift = 0, pass = 0; pass < total_passes; pass++, pass_shift += 8) { in tdefl_radix_sort_syms()