HomeSort by relevance Sort by last modified time
    Searched refs:not_hev (Results 1 - 2 of 2) sorted by null

  /external/opencv3/3rdparty/libwebp/dsp/
dec_sse2.c 281 #define GET_NOTHEV(p1, p0, q0, q1, hev_thresh, not_hev) { \
290 not_hev = _mm_or_si128(t_3, t_4); \
291 not_hev = _mm_cmpeq_epi8(not_hev, zero); /* not_hev <= t1 && not_hev <= t2 */\
372 __m128i not_hev; local
377 GET_NOTHEV(*p1, *p0, *q0, *q1, hev_thresh, not_hev);
383 t1 = _mm_andnot_si128(not_hev, t1); // hev(p1 - q1)
407 t3 = _mm_and_si128(not_hev, t3); // if !he
419 __m128i a, not_hev; local
    [all...]
  /external/webp/src/dsp/
dec_sse2.c 326 int hev_thresh, __m128i* const not_hev) {
335 *not_hev = _mm_cmpeq_epi8(t_max_h, zero); // not_hev <= t1 && not_hev <= t2
434 __m128i not_hev; local
438 GetNotHEV(p1, p0, q0, q1, hev_thresh, &not_hev);
444 t1 = _mm_andnot_si128(not_hev, t1); // hev(p1 - q1)
464 t3 = _mm_and_si128(not_hev, t3); // if !hev
477 __m128i a, not_hev; local
480 GetNotHEV(p1, p0, q0, q1, hev_thresh, &not_hev);
    [all...]

Completed in 187 milliseconds