Searched refs:INT24_MAX (Results 1 – 1 of 1) sorted by relevance
76 constexpr int32_t INT24_MAX = (1 << 23) - 1; in render24() local80 int32_t sample = (int32_t) (INT24_MAX * next()); in render24()