D | highbd_loopfilter_neon.c | 17 const uint8_t *thresh, uint16x8_t *blimit_vec, in load_thresh() argument 21 *blimit_vec = vmovl_u8(vld1_dup_u8(blimit)); in load_thresh() 24 *blimit_vec = vshlq_u16(*blimit_vec, shift); in load_thresh() 568 uint16x8_t blimit_vec, limit_vec, thresh_vec, p3, p2, p1, p0, q0, q1, q2, q3, in vpx_highbd_lpf_horizontal_4_neon() local 571 load_thresh(blimit, limit, thresh, &blimit_vec, &limit_vec, &thresh_vec, bd); in vpx_highbd_lpf_horizontal_4_neon() 573 filter_hev_mask4(limit_vec, blimit_vec, thresh_vec, p3, p2, p1, p0, q0, q1, in vpx_highbd_lpf_horizontal_4_neon() 590 uint16x8_t blimit_vec, limit_vec, thresh_vec, p3, p2, p1, p0, q0, q1, q2, q3, in vpx_highbd_lpf_vertical_4_neon() local 597 load_thresh(blimit, limit, thresh, &blimit_vec, &limit_vec, &thresh_vec, bd); in vpx_highbd_lpf_vertical_4_neon() 598 filter_hev_mask4(limit_vec, blimit_vec, thresh_vec, p3, p2, p1, p0, q0, q1, in vpx_highbd_lpf_vertical_4_neon() 615 uint16x8_t blimit_vec, limit_vec, thresh_vec, p3, p2, p1, p0, q0, q1, q2, q3, in vpx_highbd_lpf_horizontal_8_neon() local [all …]
|