Searched refs:vpx_highbd_lpf_horizontal_8_neon (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
D | lpf_test.cc | 538 make_tuple(&vpx_highbd_lpf_horizontal_8_neon, 540 make_tuple(&vpx_highbd_lpf_horizontal_8_neon, 542 make_tuple(&vpx_highbd_lpf_horizontal_8_neon,
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_loopfilter_neon.c | 612 void vpx_highbd_lpf_horizontal_8_neon(uint16_t *s, int p, const uint8_t *blimit, in vpx_highbd_lpf_horizontal_8_neon() function 632 vpx_highbd_lpf_horizontal_8_neon(s, p, blimit0, limit0, thresh0, bd); in vpx_highbd_lpf_horizontal_8_dual_neon() 633 vpx_highbd_lpf_horizontal_8_neon(s + 8, p, blimit1, limit1, thresh1, bd); in vpx_highbd_lpf_horizontal_8_dual_neon()
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 1014 void vpx_highbd_lpf_horizontal_8_neon(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t … 1015 #define vpx_highbd_lpf_horizontal_8 vpx_highbd_lpf_horizontal_8_neon
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 1014 void vpx_highbd_lpf_horizontal_8_neon(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t … 1015 #define vpx_highbd_lpf_horizontal_8 vpx_highbd_lpf_horizontal_8_neon
|