Searched refs:vpx_highbd_lpf_horizontal_4_neon (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
D | lpf_test.cc | 532 ::testing::Values(make_tuple(&vpx_highbd_lpf_horizontal_4_neon, 534 make_tuple(&vpx_highbd_lpf_horizontal_4_neon, 536 make_tuple(&vpx_highbd_lpf_horizontal_4_neon,
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | highbd_loopfilter_neon.c | 565 void vpx_highbd_lpf_horizontal_4_neon(uint16_t *s, int p, const uint8_t *blimit, in vpx_highbd_lpf_horizontal_4_neon() function 583 vpx_highbd_lpf_horizontal_4_neon(s, p, blimit0, limit0, thresh0, bd); in vpx_highbd_lpf_horizontal_4_dual_neon() 584 vpx_highbd_lpf_horizontal_4_neon(s + 8, p, blimit1, limit1, thresh1, bd); in vpx_highbd_lpf_horizontal_4_dual_neon()
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 1006 void vpx_highbd_lpf_horizontal_4_neon(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t … 1007 #define vpx_highbd_lpf_horizontal_4 vpx_highbd_lpf_horizontal_4_neon
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 1006 void vpx_highbd_lpf_horizontal_4_neon(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t … 1007 #define vpx_highbd_lpf_horizontal_4 vpx_highbd_lpf_horizontal_4_neon
|