Home
last modified time | relevance | path

Searched refs:_thresh (Results 1 – 2 of 2) sorted by relevance

/external/libaom/libaom/aom_dsp/x86/
Dloopfilter_sse2.c331 const uint8_t *_thresh) { in aom_lpf_horizontal_4_sse2() argument
336 _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i *)_thresh), zero); in aom_lpf_horizontal_4_sse2()
356 const uint8_t *_thresh) { in aom_lpf_vertical_4_sse2() argument
364 _mm_unpacklo_epi8(_mm_loadl_epi64((const __m128i *)_thresh), zero); in aom_lpf_vertical_4_sse2()
960 const unsigned char *_thresh) { in aom_lpf_horizontal_14_sse2() argument
964 __m128i thresh = _mm_load_si128((const __m128i *)_thresh); in aom_lpf_horizontal_14_sse2()
1254 const unsigned char *_thresh) { in aom_lpf_horizontal_6_sse2() argument
1259 __m128i thresh = _mm_load_si128((__m128i *)_thresh); in aom_lpf_horizontal_6_sse2()
1612 const unsigned char *_thresh) { in aom_lpf_horizontal_8_sse2() argument
1617 __m128i thresh = _mm_load_si128((const __m128i *)_thresh); in aom_lpf_horizontal_8_sse2()
[all …]
Dhighbd_loopfilter_sse2.c738 const uint8_t *_limit, const uint8_t *_thresh, int bd) { in highbd_lpf_internal_6_sse2() argument
754 get_limit(_blimit, _limit, _thresh, bd, &blimit, &limit, &thresh, &t80); in highbd_lpf_internal_6_sse2()
951 const uint8_t *_thresh, int bd) { in aom_highbd_lpf_horizontal_6_sse2() argument
962 _blimit, _limit, _thresh, bd); in aom_highbd_lpf_horizontal_6_sse2()
997 const unsigned char *_thresh, int bd) { in highbd_lpf_internal_8_sse2() argument
1016 get_limit(_blimit, _limit, _thresh, bd, &blimit, &limit, &thresh, &t80); in highbd_lpf_internal_8_sse2()
1222 const uint8_t *_thresh, int bd) { in aom_highbd_lpf_horizontal_8_sse2() argument
1236 &p1p0, _blimit, _limit, _thresh, bd); in aom_highbd_lpf_horizontal_8_sse2()
1276 const uint8_t *_thresh, int bd) { in highbd_lpf_internal_4_sse2() argument
1285 get_limit(_blimit, _limit, _thresh, bd, &blimit, &limit, &thresh, &t80); in highbd_lpf_internal_4_sse2()
[all …]