HomeSort by relevance Sort by last modified time
    Searched refs:ROUNDER (Results 1 - 9 of 9) sorted by null

  /external/webp/src/dsp/
rescaler.c 22 #define ROUNDER (WEBP_RESCALER_ONE >> 1)
23 #define MULT_FIX(x, y) (((uint64_t)(x) * (y) + ROUNDER) >> WEBP_RESCALER_RFIX)
120 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
rescaler_sse2.c 26 #define ROUNDER (WEBP_RESCALER_ONE >> 1)
27 #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
255 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)
110 const uint32_t J = (uint32_t)((I + ROUNDER) >> WEBP_RESCALER_RFIX);
177 #undef ROUNDER
rescaler_msa.c 23 #define ROUNDER (WEBP_RESCALER_ONE >> 1)
24 #define MULT_FIX(x, y) (((uint64_t)(x) * (y) + ROUNDER) >> WEBP_RESCALER_RFIX)
241 const uint32_t J = (uint32_t)((I + ROUNDER) >> WEBP_RESCALER_RFIX);
yuv_sse41.c 350 // This macro computes (RG * MULT_RG + GB * MULT_GB + ROUNDER) >> DESCALE_FIX
354 ROUNDER, DESCALE_FIX, OUT) do { \
361 const __m128i V3_lo = _mm_add_epi32(V2_lo, ROUNDER); \
362 const __m128i V3_hi = _mm_add_epi32(V2_hi, ROUNDER); \
yuv_sse2.c 504 // This macro computes (RG * MULT_RG + GB * MULT_GB + ROUNDER) >> DESCALE_FIX
508 ROUNDER, DESCALE_FIX, OUT) do { \
515 const __m128i V3_lo = _mm_add_epi32(V2_lo, ROUNDER); \
516 const __m128i V3_hi = _mm_add_epi32(V2_hi, ROUNDER); \
    [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);
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 896 milliseconds