Searched defs:top_dist (Results 1 – 4 of 4) sorted by relevance
372 const uint8x8_t top_dist = vabd_u8(left, top_left); in Paeth4Or8xN_NEON() local478 const uint8x16_t top_dist = vabdq_u8(left, top_left); in Paeth16PlusxN_NEON() local1235 const uint16x4_t top_dist = vabd_u16(left, top_left); in Paeth4xH_NEON() local1278 const uint16x8_t top_dist = vabdq_u16(left, top_left); in Paeth8xH_NEON() local1325 const uint16x8_t top_dist = vabdq_u16(left, top_left); in PaethWxH_NEON() local
208 const int top_dist = std::abs(left_pixel - top_left); in Paeth() local
764 const uint16x8_t top_dist = vabdq_u16(left, top_left); in highbd_paeth_4or8_x_h_neon() local878 const uint16x8_t top_dist = vabdq_u16(left, top_left); in highbd_paeth16_plus_x_h_neon() local
3025 const uint8x8_t top_dist = vabd_u8(left, top_left); in paeth_4or8_x_h_neon() local3146 const uint8x16_t top_dist = vabdq_u8(left, top_left); in paeth16_plus_x_h_neon() local