Searched refs:limit16 (Results 1 – 2 of 2) sorted by relevance
359 int16_t limit16 = (uint16_t)limit << (bd - 8); in highbd_filter_mask() local361 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()
627 bool limit16 = (fBitDepth == 16); in Process() local678 if (limit16) in Process()