Searched refs:vpx_highbd_lpf_vertical_4_c (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/test/ |
D | lpf_test.cc | 402 &vpx_highbd_lpf_vertical_4_c, 8), 416 &vpx_highbd_lpf_vertical_4_c, 10), 430 &vpx_highbd_lpf_vertical_4_c, 12), 544 &vpx_highbd_lpf_vertical_4_c, 8), 546 &vpx_highbd_lpf_vertical_4_c, 10), 548 &vpx_highbd_lpf_vertical_4_c, 12),
|
/external/libvpx/libvpx/vpx_dsp/ |
D | loopfilter.c | 474 void vpx_highbd_lpf_vertical_4_c(uint16_t *s, int pitch, const uint8_t *blimit, in vpx_highbd_lpf_vertical_4_c() function 495 vpx_highbd_lpf_vertical_4_c(s, pitch, blimit0, limit0, thresh0, bd); in vpx_highbd_lpf_vertical_4_dual_c() 496 vpx_highbd_lpf_vertical_4_c(s + 8 * pitch, pitch, blimit1, limit1, thresh1, in vpx_highbd_lpf_vertical_4_dual_c()
|