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

  /external/chromium_org/third_party/libwebp/dsp/
dec_sse2.c 327 int hev_thresh, __m128i* const not_hev) {
336 *not_hev = _mm_or_si128(t_3, t_4);
337 *not_hev = _mm_cmpeq_epi8(*not_hev, 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)
466 t3 = _mm_and_si128(not_hev, t3); // if !he
479 __m128i a, not_hev; local
    [all...]
  /external/webp/src/dsp/
dec_sse2.c 327 int hev_thresh, __m128i* const not_hev) {
336 *not_hev = _mm_or_si128(t_3, t_4);
337 *not_hev = _mm_cmpeq_epi8(*not_hev, 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)
466 t3 = _mm_and_si128(not_hev, t3); // if !he
479 __m128i a, not_hev; local
    [all...]

Completed in 469 milliseconds