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

  /external/webp/src/dsp/
rescaler_sse2.c 25 #define ROUNDER (WEBP_RESCALER_ONE >> 1)
26 #define MULT_FIX(x, y) (((uint64_t)(x) * (y) + ROUNDER) >> WEBP_RESCALER_RFIX)
119 const __m128i rounder = _mm_set_epi32(0, ROUNDER, 0, ROUNDER); local
155 const __m128i E1 = _mm_add_epi64(D1, rounder);
156 const __m128i E2 = _mm_add_epi64(D2, rounder);
200 const __m128i rounder = _mm_set_epi32(0, ROUNDER, 0, ROUNDER); local
256 const __m128i rounder = _mm_set_epi32(0, ROUNDER, 0, ROUNDER); local
302 const __m128i rounder = _mm_set_epi32(0, ROUNDER, 0, ROUNDER); local
    [all...]
rescaler_neon.c 23 #define ROUNDER (WEBP_RESCALER_ONE >> 1)
24 #define MULT_FIX_C(x, y) (((uint64_t)(x) * (y) + ROUNDER) >> WEBP_RESCALER_RFIX)
107 const uint32_t J = (uint32_t)((I + ROUNDER) >> WEBP_RESCALER_RFIX);
rescaler.c 22 #define ROUNDER (WEBP_RESCALER_ONE >> 1)
23 #define MULT_FIX(x, y) (((uint64_t)(x) * (y) + ROUNDER) >> WEBP_RESCALER_RFIX)
118 const uint32_t J = (uint32_t)((I + ROUNDER) >> WEBP_RESCALER_RFIX);
155 #undef ROUNDER
rescaler_mips_dsp_r2.c 21 #define ROUNDER (WEBP_RESCALER_ONE >> 1)
22 #define MULT_FIX(x, y) (((uint64_t)(x) * (y) + ROUNDER) >> WEBP_RESCALER_RFIX)
289 const uint32_t J = (uint32_t)((I + ROUNDER) >> WEBP_RESCALER_RFIX);
298 #undef ROUNDER
yuv_sse2.c 522 // This macro computes (RG * MULT_RG + GB * MULT_GB + ROUNDER) >> DESCALE_FIX
526 ROUNDER, DESCALE_FIX, OUT) do { \
533 const __m128i V3_lo = _mm_add_epi32(V2_lo, ROUNDER); \
534 const __m128i V3_hi = _mm_add_epi32(V2_hi, ROUNDER); \
dec.c 143 const int dc = tmp[0 + i * 4] + 3; // w/ rounder
dec_neon.c     [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/util/
ShortDuration.java 277 return new BigDecimal(picos).divide(divisor, ROUNDER) + preferredAbbrev(bestUnit);
280 private static final MathContext ROUNDER = new MathContext(4);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
lexical_cast.hpp     [all...]
  /external/opencv3/3rdparty/libwebp/dsp/
dec.c 156 const int dc = tmp[0 + i * 4] + 3; // w/ rounder
enc.c 178 const int dc = tmp[0 + i * 4] + 3; // w/ rounder
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386.h 747 rounder than this.
    [all...]
  /frameworks/base/core/res/res/values/
attrs.xml     [all...]

Completed in 216 milliseconds