Searched refs:highbd_check_range (Results 1 – 2 of 2) sorted by relevance
44 static INLINE tran_high_t highbd_check_range(tran_high_t input, int bd) { in highbd_check_range() function82 ((((int32_t)highbd_check_range((x), bd)) << (24 - bd)) >> (24 - bd))89 #define HIGHBD_WRAPLOW(x, bd) ((int32_t)highbd_check_range((x), bd))
197 dqcoeff[scan[c]] = highbd_check_range( in decode_coefs()