Home
last modified time | relevance | path

Searched refs:abs1 (Results 1 – 5 of 5) sorted by relevance

/external/llvm/test/CodeGen/ARM/
Dthumb2-it-block.ll14 %abs1 = select i1 %cmp1, i32 %sub1, i32 %a
18 %add = add nsw i32 %abs1, %abs2
/external/qemu/target-i386/
Dops_sse.h430 static inline int abs1(int a) in abs1() function
443 val += abs1(d->B(0) - s->B(0)); in glue()
444 val += abs1(d->B(1) - s->B(1)); in glue()
445 val += abs1(d->B(2) - s->B(2)); in glue()
446 val += abs1(d->B(3) - s->B(3)); in glue()
447 val += abs1(d->B(4) - s->B(4)); in glue()
448 val += abs1(d->B(5) - s->B(5)); in glue()
449 val += abs1(d->B(6) - s->B(6)); in glue()
450 val += abs1(d->B(7) - s->B(7)); in glue()
454 val += abs1(d->B(8) - s->B(8)); in glue()
[all …]
/external/webp/src/enc/
Dfilter.c21 static uint8_t abs1[255 + 255 + 1]; // abs(i)>>1 variable
33 abs1[255 + i] = abs0[255 + i] >> 1; in InitTables()
82 return (2 * abs0[255 + p0 - q0] + abs1[255 + p1 - q1]) <= thresh; in needs_filter()
88 if ((2 * abs0[255 + p0 - q0] + abs1[255 + p1 - q1]) > t) in needs_filter2()
Ddsp_sse2.c46 const __m128i abs1 = _mm_sub_epi16(xor1, sign1); in CollectHistogramSSE2() local
49 const __m128i v1 = _mm_srai_epi16(abs1, 2); in CollectHistogramSSE2()
/external/webp/src/dec/
Ddsp.c22 static uint8_t abs1[255 + 255 + 1]; // abs(i)>>1 variable
36 abs1[255 + i] = abs0[255 + i] >> 1; in VP8DspInitTables()
537 return (2 * abs0[255 + p0 - q0] + abs1[255 + p1 - q1]) <= thresh; in needs_filter()
543 if ((2 * abs0[255 + p0 - q0] + abs1[255 + p1 - q1]) > t) in needs_filter2()