Grok 10.0.5
|
#include <cstdint>
#include <cstdlib>
#include <x86intrin.h>
Go to the source code of this file.
Macros | |
#define | round_up(x, n) |
#define | round_down(x, n) |
#define | ceil_int(a, b) |
Functions | |
static size_t | popcount32 (uintmax_t num) |
static uint32_t | int_log2 (const uint32_t x) |
static uint32_t | count_leading_zeros (const uint32_t x) |
#define ceil_int | ( | a, | |
b ) |
Referenced by ht_cleanup_decode(), htj2k_encode(), and print_block().
#define round_up | ( | x, | |
n ) |
Referenced by htj2k_encode().
|
inlinestatic |
References int_log2(), x, and y.
Referenced by ht_cleanup_decode(), make_storage(), and make_storage_one().
|
inlinestatic |
Referenced by count_leading_zeros().
|
inlinestatic |
Referenced by htj2k_encode().