Searched refs:blimit16 (Results 1 – 2 of 2) sorted by relevance
451 int16_t blimit16 = (uint16_t)blimit << (bd - 8); in highbd_filter_mask2() local454 mask |= (abs(p0 - q0) * 2 + abs(p1 - q1) / 2 > blimit16) * -1; in highbd_filter_mask2()465 int16_t blimit16 = (uint16_t)blimit << (bd - 8); in highbd_filter_mask() local472 mask |= (abs(p0 - q0) * 2 + abs(p1 - q1) / 2 > blimit16) * -1; in highbd_filter_mask()483 int16_t blimit16 = (uint16_t)blimit << (bd - 8); in highbd_filter_mask3_chroma() local488 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()