Searched refs:vpx_highbd_lpf_horizontal_4_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/test/ |
D | lpf_test.cc | 413 &vpx_highbd_lpf_horizontal_4_c, 8), 427 &vpx_highbd_lpf_horizontal_4_c, 10), 441 &vpx_highbd_lpf_horizontal_4_c, 12), 533 &vpx_highbd_lpf_horizontal_4_c, 8), 535 &vpx_highbd_lpf_horizontal_4_c, 10), 537 &vpx_highbd_lpf_horizontal_4_c, 12),
|
/external/libvpx/libvpx/vpx_dsp/ |
D | loopfilter.c | 450 void vpx_highbd_lpf_horizontal_4_c(uint16_t *s, int pitch, in vpx_highbd_lpf_horizontal_4_c() function 478 vpx_highbd_lpf_horizontal_4_c(s, pitch, blimit0, limit0, thresh0, bd); in vpx_highbd_lpf_horizontal_4_dual_c() 479 vpx_highbd_lpf_horizontal_4_c(s + 8, pitch, blimit1, limit1, thresh1, bd); in vpx_highbd_lpf_horizontal_4_dual_c()
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 900 void vpx_highbd_lpf_horizontal_4_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *li… 901 #define vpx_highbd_lpf_horizontal_4 vpx_highbd_lpf_horizontal_4_c
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 1005 void vpx_highbd_lpf_horizontal_4_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *li…
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 1005 void vpx_highbd_lpf_horizontal_4_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *li…
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1144 void vpx_highbd_lpf_horizontal_4_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *li…
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1151 void vpx_highbd_lpf_horizontal_4_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *li…
|