Searched refs:blimit16 (Results 1 – 2 of 2) sorted by relevance
454 int16_t blimit16 = (uint16_t)blimit << (bd - 8); in highbd_filter_mask2() local457 mask |= (abs(p0 - q0) * 2 + abs(p1 - q1) / 2 > blimit16) * -1; in highbd_filter_mask2()468 int16_t blimit16 = (uint16_t)blimit << (bd - 8); in highbd_filter_mask() local475 mask |= (abs(p0 - q0) * 2 + abs(p1 - q1) / 2 > blimit16) * -1; in highbd_filter_mask()486 int16_t blimit16 = (uint16_t)blimit << (bd - 8); in highbd_filter_mask3_chroma() local491 mask |= (abs(p0 - q0) * 2 + abs(p1 - q1) / 2 > blimit16) * -1; in highbd_filter_mask3_chroma()
367 int16_t blimit16 = (uint16_t)blimit << (bd - 8); in highbd_filter_mask() local374 mask |= (abs(p0 - q0) * 2 + abs(p1 - q1) / 2 > blimit16) * -1; in highbd_filter_mask()