Searched refs:_thresh0 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_loopfilter_sse2.c | 714 const uint8_t *_thresh0, const uint8_t *_blimit1, const uint8_t *_limit1, in vpx_highbd_lpf_horizontal_8_dual_sse2() argument 716 vpx_highbd_lpf_horizontal_8_sse2(s, p, _blimit0, _limit0, _thresh0, bd); in vpx_highbd_lpf_horizontal_8_dual_sse2() 884 const uint8_t *_thresh0, const uint8_t *_blimit1, const uint8_t *_limit1, in vpx_highbd_lpf_horizontal_4_dual_sse2() argument 886 vpx_highbd_lpf_horizontal_4_sse2(s, p, _blimit0, _limit0, _thresh0, bd); in vpx_highbd_lpf_horizontal_4_dual_sse2()
|
D | loopfilter_sse2.c | 1140 const uint8_t *_thresh0, in vpx_lpf_horizontal_8_dual_sse2() argument 1158 _mm_unpacklo_epi64(_mm_load_si128((const __m128i *)_thresh0), in vpx_lpf_horizontal_8_dual_sse2() 1383 const unsigned char *_thresh0, in vpx_lpf_horizontal_4_dual_sse2() argument 1394 _mm_unpacklo_epi64(_mm_load_si128((const __m128i *)_thresh0), in vpx_lpf_horizontal_4_dual_sse2()
|