Searched refs:int_max (Results 1 – 2 of 2) sorted by relevance
51 const int32_t int_max = (1 << (7 + bd)) - 1; in highbd_check_range() local52 const int32_t int_min = -int_max - 1; in highbd_check_range()54 assert(input <= int_max); in highbd_check_range()
167 unsigned int_max = std::numeric_limits<int>::max();168 if (width > int_max)