Searched refs:vpx_highbd_lpf_horizontal_8_c (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/test/ |
D | lpf_test.cc | 417 &vpx_highbd_lpf_horizontal_8_c, 8), 431 &vpx_highbd_lpf_horizontal_8_c, 10), 445 &vpx_highbd_lpf_horizontal_8_c, 12), 539 &vpx_highbd_lpf_horizontal_8_c, 8), 541 &vpx_highbd_lpf_horizontal_8_c, 10), 543 &vpx_highbd_lpf_horizontal_8_c, 12),
|
/external/libvpx/libvpx/vpx_dsp/ |
D | loopfilter.c | 528 void vpx_highbd_lpf_horizontal_8_c(uint16_t *s, int pitch, in vpx_highbd_lpf_horizontal_8_c() function 556 vpx_highbd_lpf_horizontal_8_c(s, pitch, blimit0, limit0, thresh0, bd); in vpx_highbd_lpf_horizontal_8_dual_c() 557 vpx_highbd_lpf_horizontal_8_c(s + 8, pitch, blimit1, limit1, thresh1, bd); in vpx_highbd_lpf_horizontal_8_dual_c()
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 906 void vpx_highbd_lpf_horizontal_8_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *li… 907 #define vpx_highbd_lpf_horizontal_8 vpx_highbd_lpf_horizontal_8_c
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 1013 void vpx_highbd_lpf_horizontal_8_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *li…
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 1013 void vpx_highbd_lpf_horizontal_8_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *li…
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1152 void vpx_highbd_lpf_horizontal_8_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *li…
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1159 void vpx_highbd_lpf_horizontal_8_c(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t *li…
|