Searched refs:vpx_highbd_lpf_horizontal_4_sse2 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
D | lpf_test.cc | 412 ::testing::Values(make_tuple(&vpx_highbd_lpf_horizontal_4_sse2, 426 make_tuple(&vpx_highbd_lpf_horizontal_4_sse2, 440 make_tuple(&vpx_highbd_lpf_horizontal_4_sse2,
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_loopfilter_sse2.c | 719 void vpx_highbd_lpf_horizontal_4_sse2(uint16_t *s, int pitch, in vpx_highbd_lpf_horizontal_4_sse2() function 885 vpx_highbd_lpf_horizontal_4_sse2(s, pitch, blimit0, limit0, thresh0, bd); in vpx_highbd_lpf_horizontal_4_dual_sse2() 886 vpx_highbd_lpf_horizontal_4_sse2(s + 8, pitch, blimit1, limit1, thresh1, bd); in vpx_highbd_lpf_horizontal_4_dual_sse2() 1015 vpx_highbd_lpf_horizontal_4_sse2(t_dst + 4 * 8, 8, blimit, limit, thresh, bd); in vpx_highbd_lpf_vertical_4_sse2()
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1145 void vpx_highbd_lpf_horizontal_4_sse2(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t … 1146 #define vpx_highbd_lpf_horizontal_4 vpx_highbd_lpf_horizontal_4_sse2
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1152 void vpx_highbd_lpf_horizontal_4_sse2(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t … 1153 #define vpx_highbd_lpf_horizontal_4 vpx_highbd_lpf_horizontal_4_sse2
|