Searched refs:int_max (Results 1 – 1 of 1) sorted by relevance
52 const int32_t int_max = (1 << (7 + bd)) - 1; in highbd_check_range() local53 const int32_t int_min = -int_max - 1; in highbd_check_range()55 assert(input <= int_max); in highbd_check_range()