Searched refs:check_range (Results 1 – 10 of 10) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | inv_txfm.h | 24 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()
|
D | inv_txfm.c | 697 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/ |
D | hb-ot-name-table.hh | 63 …return_trace (c->check_struct (this) && c->check_range ((char *) base, (unsigned int) length + off… in sanitize()
|
D | hb-open-type-private.hh | 238 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()
|
D | hb-ot-cmap-table.hh | 152 if (unlikely (!c->check_range (this, length))) in sanitize()
|
D | hb-ot-layout-common-private.hh | 1183 return_trace (c->check_struct (this) && c->check_range (this, this->get_size ())); in sanitize()
|
D | hb-ot-layout-gpos-table.hh | 193 …return_trace (c->check_range (values, get_size ()) && (!has_device () || sanitize_value_devices (c… in sanitize_value()
|
D | hb-ot-layout-gsubgpos-private.hh | 1160 && c->check_range (inputZ, in sanitize()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_detokenize.c | 194 dqcoeff[scan[c]] = check_range(vpx_read_bit(r) ? -v : v); in decode_coefs()
|
/external/eigen/unsupported/test/mpreal/ |
D | mpreal.h | 562 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)
|