Searched refs:vpx_highbd_lpf_vertical_8_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/test/ |
D | lpf_test.cc | 423 &vpx_highbd_lpf_vertical_8_c, 8), 437 &vpx_highbd_lpf_vertical_8_c, 10), 451 &vpx_highbd_lpf_vertical_8_c, 12), 563 &vpx_highbd_lpf_vertical_8_c, 8), 565 &vpx_highbd_lpf_vertical_8_c, 10), 567 &vpx_highbd_lpf_vertical_8_c, 12),
|
/external/libvpx/libvpx/vpx_dsp/ |
D | loopfilter.c | 560 void vpx_highbd_lpf_vertical_8_c(uint16_t *s, int pitch, const uint8_t *blimit, in vpx_highbd_lpf_vertical_8_c() function 582 vpx_highbd_lpf_vertical_8_c(s, pitch, blimit0, limit0, thresh0, bd); in vpx_highbd_lpf_vertical_8_dual_c() 583 vpx_highbd_lpf_vertical_8_c(s + 8 * pitch, pitch, blimit1, limit1, thresh1, in vpx_highbd_lpf_vertical_8_dual_c()
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 924 void vpx_highbd_lpf_vertical_8_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *limi… 925 #define vpx_highbd_lpf_vertical_8 vpx_highbd_lpf_vertical_8_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 1037 void vpx_highbd_lpf_vertical_8_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *limi…
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 1037 void vpx_highbd_lpf_vertical_8_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *limi…
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1176 void vpx_highbd_lpf_vertical_8_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *limi…
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1183 void vpx_highbd_lpf_vertical_8_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *limi…
|