Searched defs:int_max (Results 1 - 2 of 2) sorted by relevance

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

Completed in 301 milliseconds