Searched refs:vpx_highbd_lpf_horizontal_16_sse2 (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/test/ |
D | lpf_test.cc | 418 make_tuple(&vpx_highbd_lpf_horizontal_16_sse2, 432 make_tuple(&vpx_highbd_lpf_horizontal_16_sse2, 446 make_tuple(&vpx_highbd_lpf_horizontal_16_sse2,
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_loopfilter_sse2.c | 50 void vpx_highbd_lpf_horizontal_16_sse2(uint16_t *s, int pitch, in vpx_highbd_lpf_horizontal_16_sse2() function 481 vpx_highbd_lpf_horizontal_16_sse2(s, pitch, blimit, limit, thresh, bd); in vpx_highbd_lpf_horizontal_16_dual_sse2() 482 vpx_highbd_lpf_horizontal_16_sse2(s + 8, pitch, blimit, limit, thresh, bd); in vpx_highbd_lpf_horizontal_16_dual_sse2() 1111 vpx_highbd_lpf_horizontal_16_sse2(t_dst + 8 * 8, 8, blimit, limit, thresh, in vpx_highbd_lpf_vertical_16_sse2()
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 1137 void vpx_highbd_lpf_horizontal_16_sse2(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t… 1138 #define vpx_highbd_lpf_horizontal_16 vpx_highbd_lpf_horizontal_16_sse2
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 1144 void vpx_highbd_lpf_horizontal_16_sse2(uint16_t *s, int pitch, const uint8_t *blimit, const uint8_t… 1145 #define vpx_highbd_lpf_horizontal_16 vpx_highbd_lpf_horizontal_16_sse2
|