OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:highbd_check_range
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vpx_dsp/
inv_txfm.h
44
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/
vp9_detokenize.c
197
dqcoeff[scan[c]] =
highbd_check_range
(
Completed in 85 milliseconds