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

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

Completed in 250 milliseconds