Home
last modified time | relevance | path

Searched refs:check_range (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dinv_txfm.h24 static INLINE tran_low_t check_range(tran_high_t input) { in check_range() function
40 return check_range(rv); in dct_const_round_shift()
Dinv_txfm.c697 x0 = WRAPLOW(check_range(s0 + s2), 8); in iadst16_c()
698 x1 = WRAPLOW(check_range(s1 + s3), 8); in iadst16_c()
699 x2 = WRAPLOW(check_range(s0 - s2), 8); in iadst16_c()
700 x3 = WRAPLOW(check_range(s1 - s3), 8); in iadst16_c()
705 x8 = WRAPLOW(check_range(s8 + s10), 8); in iadst16_c()
706 x9 = WRAPLOW(check_range(s9 + s11), 8); in iadst16_c()
707 x10 = WRAPLOW(check_range(s8 - s10), 8); in iadst16_c()
708 x11 = WRAPLOW(check_range(s9 - s11), 8); in iadst16_c()
/external/harfbuzz_ng/src/
Dhb-ot-name-table.hh63 …return_trace (c->check_struct (this) && c->check_range ((char *) base, (unsigned int) length + off… in sanitize()
Dhb-open-type-private.hh238 inline bool check_range (const void *base, unsigned int len) const in check_range() function
257 bool ok = !overflows && this->check_range (base, array_size); in check_array()
271 return likely (this->check_range (obj, obj->min_size)); in check_struct()
Dhb-ot-cmap-table.hh152 if (unlikely (!c->check_range (this, length))) in sanitize()
Dhb-ot-layout-common-private.hh1183 return_trace (c->check_struct (this) && c->check_range (this, this->get_size ())); in sanitize()
Dhb-ot-layout-gpos-table.hh193 …return_trace (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_devices (c… in sanitize_value()
Dhb-ot-layout-gsubgpos-private.hh1160 && c->check_range (inputZ, in sanitize()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_detokenize.c194 dqcoeff[scan[c]] = check_range(vpx_read_bit(r) ? -v : v); in decode_coefs()
/external/eigen/unsupported/test/mpreal/
Dmpreal.h562 int check_range (int t, mp_rnd_t rnd_mode = get_default_rnd());
2076 inline int mpreal::check_range (int t, mp_rnd_t rnd_mode)