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

/external/chromium_org/third_party/libwebp/dsp/
H A Ddec_sse2.c281 #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, t
419 __m128i a, not_hev; local
[all...]
/external/webp/src/dsp/
H A Ddec_sse2.c281 #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, t
419 __m128i a, not_hev; local
[all...]

Completed in 54 milliseconds