Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dinv_txfm.h44 static INLINE tran_high_t highbd_check_range(tran_high_t input, int bd) { in highbd_check_range() function
82 ((((int32_t)highbd_check_range((x), bd)) << (24 - bd)) >> (24 - bd))
89 #define HIGHBD_WRAPLOW(x, bd) ((int32_t)highbd_check_range((x), bd))
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c197 dqcoeff[scan[c]] = highbd_check_range( in decode_coefs()