Searched refs:Hev (Results 1 – 5 of 5) sorted by relevance
/external/libgav1/libgav1/src/dsp/ |
D | loop_filter.cc | 80 inline bool Hev(const Pixel* p, ptrdiff_t step, int thresh) { in Hev() function 134 if (Hev(dst, 1, hev_thresh)) { in Vertical4() 155 if (Hev(dst, stride, hev_thresh)) { in Horizontal4() 226 } else if (Hev(dst, 1, hev_thresh)) { in Vertical6() 250 } else if (Hev(dst, stride, hev_thresh)) { in Horizontal6() 325 } else if (Hev(dst, 1, hev_thresh)) { in Vertical8() 349 } else if (Hev(dst, stride, hev_thresh)) { in Horizontal8() 433 } else if (Hev(dst, 1, hev_thresh)) { in Vertical14() 461 } else if (Hev(dst, stride, hev_thresh)) { in Horizontal14()
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | loop_filter_sse4.cc | 63 inline __m128i Hev(const __m128i& qp1, const __m128i& qp0, in Hev() function 162 const __m128i v_hev_mask = Hev(qp1, qp0, v_hev_thresh); in Horizontal4() 233 const __m128i v_hev_mask = Hev(qp1, qp0, v_hev_thresh); in Vertical4() 341 const __m128i v_hev_mask = Hev(qp1, qp0, v_hev_thresh); in Horizontal6() 445 const __m128i v_hev_mask = Hev(qp1, qp0, v_hev_thresh); in Vertical6() 586 const __m128i v_hev_mask = Hev(qp1, qp0, v_hev_thresh); in Horizontal8() 688 const __m128i v_hev_mask = Hev(qp1, qp0, v_hev_thresh); in Vertical8() 828 const __m128i v_hev_mask = Hev(qp1, qp0, v_hev_thresh); in Horizontal14() 1039 const __m128i v_hev_mask = Hev(qp1, qp0, v_hev_thresh); in Vertical14() 1189 inline __m128i Hev(const __m128i& qp1, const __m128i& qp0, in Hev() function [all …]
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | loop_filter_neon.cc | 36 inline uint8x8_t Hev(const uint8x8_t abd_p0p1_q0q1, const uint8_t thresh) { in Hev() function 71 const uint8x8_t hev_tmp_mask = Hev(p0p1_q0q1, hev_thresh); in Filter4Masks() 279 *hev_mask = Hev(p0p1_q0q1, hev_thresh); in Filter6Masks() 514 *hev_mask = Hev(p0p1_q0q1, hev_thresh); in Filter8Masks()
|
/external/webp/src/dsp/ |
D | dec.c | 523 static WEBP_INLINE int Hev(const uint8_t* p, int step, int thresh) { in Hev() function 601 if (Hev(p, hstride, hev_thresh)) { in FilterLoop26_C() 618 if (Hev(p, hstride, hev_thresh)) { in FilterLoop24_C()
|
/external/rust/crates/csv/examples/data/bench/ |
D | worldcitiespop.csv | 16496 kh,prek hev,Prek Hev,01,,13.3333333,103.4166667
|