Home
last modified time | relevance | path

Searched refs:int_max (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dinv_txfm.h51 const int32_t int_max = (1 << (7 + bd)) - 1; in highbd_check_range() local
52 const int32_t int_min = -int_max - 1; in highbd_check_range()
54 assert(input <= int_max); in highbd_check_range()
/external/fmtlib/fmt/
Dprintf.h167 unsigned int_max = std::numeric_limits<int>::max();
168 if (width > int_max)