Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dinv_txfm.h52 const int32_t int_max = (1 << (7 + bd)) - 1; in highbd_check_range() local
53 const int32_t int_min = -int_max - 1; in highbd_check_range()
55 assert(input <= int_max); in highbd_check_range()