Searched refs:highbd_mb_lpf_vertical_edge_w (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/aom_dsp/ |
D | loopfilter.c | 882 static void highbd_mb_lpf_vertical_edge_w(uint16_t *s, int p, in highbd_mb_lpf_vertical_edge_w() function 915 highbd_mb_lpf_vertical_edge_w(s, p, blimit, limit, thresh, 4, bd); in aom_highbd_lpf_vertical_14_c() 922 highbd_mb_lpf_vertical_edge_w(s, pitch, blimit0, limit0, thresh0, 4, bd); in aom_highbd_lpf_vertical_14_dual_c() 923 highbd_mb_lpf_vertical_edge_w(s + 4 * pitch, pitch, blimit1, limit1, thresh1, in aom_highbd_lpf_vertical_14_dual_c()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | loopfilter.c | 701 static void highbd_mb_lpf_vertical_edge_w(uint16_t *s, int pitch, in highbd_mb_lpf_vertical_edge_w() function 734 highbd_mb_lpf_vertical_edge_w(s, pitch, blimit, limit, thresh, 8, bd); in vpx_highbd_lpf_vertical_16_c() 741 highbd_mb_lpf_vertical_edge_w(s, pitch, blimit, limit, thresh, 16, bd); in vpx_highbd_lpf_vertical_16_dual_c()
|