Home
last modified time | relevance | path

Searched refs:limit16 (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
Dloopfilter.c359 int16_t limit16 = (uint16_t)limit << (bd - 8); in highbd_filter_mask() local
361 mask |= (abs(p3 - p2) > limit16) * -1; in highbd_filter_mask()
362 mask |= (abs(p2 - p1) > limit16) * -1; in highbd_filter_mask()
363 mask |= (abs(p1 - p0) > limit16) * -1; in highbd_filter_mask()
364 mask |= (abs(q1 - q0) > limit16) * -1; in highbd_filter_mask()
365 mask |= (abs(q2 - q1) > limit16) * -1; in highbd_filter_mask()
366 mask |= (abs(q3 - q2) > limit16) * -1; in highbd_filter_mask()
/external/dng_sdk/source/
Ddng_utils.cpp627 bool limit16 = (fBitDepth == 16); in Process() local
678 if (limit16) in Process()