Searched refs:swap_bits (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor_ASTC.cpp282 static inline T swap_bits(T p) { function
293 n = swap_bits<uint64_t, m1, 4>(n);
294 n = swap_bits<uint64_t, m2, 8>(n);
295 n = swap_bits<uint64_t, m3, 20>(n);

Completed in 411 milliseconds