Searched refs:_thresh (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/aom_dsp/x86/ |
D | loopfilter_sse2.c | 331 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 …]
|
D | highbd_loopfilter_sse2.c | 739 const uint8_t *_limit, const uint8_t *_thresh, int bd) { in highbd_lpf_internal_6_sse2() argument 755 get_limit(_blimit, _limit, _thresh, bd, &blimit, &limit, &thresh, &t80); in highbd_lpf_internal_6_sse2() 952 const uint8_t *_thresh, int bd) { in aom_highbd_lpf_horizontal_6_sse2() argument 963 _blimit, _limit, _thresh, bd); in aom_highbd_lpf_horizontal_6_sse2() 998 const unsigned char *_thresh, int bd) { in highbd_lpf_internal_8_sse2() argument 1017 get_limit(_blimit, _limit, _thresh, bd, &blimit, &limit, &thresh, &t80); in highbd_lpf_internal_8_sse2() 1223 const uint8_t *_thresh, int bd) { in aom_highbd_lpf_horizontal_8_sse2() argument 1237 &p1p0, _blimit, _limit, _thresh, bd); in aom_highbd_lpf_horizontal_8_sse2() 1277 const uint8_t *_thresh, int bd) { in highbd_lpf_internal_4_sse2() argument 1286 get_limit(_blimit, _limit, _thresh, bd, &blimit, &limit, &thresh, &t80); in highbd_lpf_internal_4_sse2() [all …]
|