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_low_t highbd_check_range(tran_high_t input, in highbd_check_range() function
65 return highbd_check_range(rv, bd); in highbd_dct_const_round_shift()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c191 dqcoeff[scan[c]] = highbd_check_range((vpx_read_bit(r) ? -v : v), in decode_coefs()