Searched refs:not_hev (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Ddec_sse2.c327 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, t
323 GetNotHEV(const __m128i* const p1, const __m128i* const p0, const __m128i* const q0, const __m128i* const q1, int hev_thresh, __m128i* const not_hev) argument
479 __m128i a, not_hev; local
[all...]
/external/webp/src/dsp/
H A Ddec_sse2.c327 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, t
323 GetNotHEV(const __m128i* const p1, const __m128i* const p0, const __m128i* const q0, const __m128i* const q1, int hev_thresh, __m128i* const not_hev) argument
479 __m128i a, not_hev; local
[all...]

Completed in 877 milliseconds