Searched defs:left_dist (Results 1 – 5 of 5) sorted by relevance
371 const uint8x8_t left_dist = vabd_u8(top, top_left); in Paeth4Or8xN_NEON() local1234 const uint16x4_t left_dist = vabd_u16(top, top_left); in Paeth4xH_NEON() local1277 const uint16x8_t left_dist = vabdq_u16(top, top_left); in Paeth8xH_NEON() local1328 const uint16x8_t left_dist = vabdq_u16(top[i], top_left); in PaethWxH_NEON() local
780 const int left_dist = start - sbuf->map.ranges[i].end; in svga_buffer_add_range() local
207 const int left_dist = std::abs(top[x] - top_left); in Paeth() local
763 const uint16x8_t left_dist = vabdq_u16(top, top_left); in highbd_paeth_4or8_x_h_neon() local
3024 const uint8x8_t left_dist = vabd_u8(top, top_left); in paeth_4or8_x_h_neon() local