| /external/chromium_org/third_party/libwebp/dsp/ |
| D | yuv.h | 273 static WEBP_INLINE int VP8ClipUV(int uv, int rounding) { in VP8ClipUV() 280 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) { in VP8RGBToY() 285 static WEBP_INLINE int VP8RGBToU(int r, int g, int b, int rounding) { in VP8RGBToU() 290 static WEBP_INLINE int VP8RGBToV(int r, int g, int b, int rounding) { in VP8RGBToV() 300 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) { in VP8RGBToY() 305 static WEBP_INLINE int VP8RGBToU(int r, int g, int b, int rounding) { in VP8RGBToU() 310 static WEBP_INLINE int VP8RGBToV(int r, int g, int b, int rounding) { in VP8RGBToV()
|
| /external/webp/src/dsp/ |
| D | yuv.h | 273 static WEBP_INLINE int VP8ClipUV(int uv, int rounding) { in VP8ClipUV() 280 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) { in VP8RGBToY() 285 static WEBP_INLINE int VP8RGBToU(int r, int g, int b, int rounding) { in VP8RGBToU() 290 static WEBP_INLINE int VP8RGBToV(int r, int g, int b, int rounding) { in VP8RGBToV() 300 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) { in VP8RGBToY() 305 static WEBP_INLINE int VP8RGBToU(int r, int g, int b, int rounding) { in VP8RGBToU() 310 static WEBP_INLINE int VP8RGBToV(int r, int g, int b, int rounding) { in VP8RGBToV()
|
| /external/chromium_org/ui/base/l10n/ |
| D | l10n_util_win_unittest.cc | 23 float rounding = size < 0 ? -0.5f : 0.5f; in TEST_F() local
|
| /external/arduino/hardware/arduino/cores/arduino/ |
| D | Print.cpp | 197 double rounding = 0.5; in printFloat() local
|
| /external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/ |
| D | vp9_idct_intrin_sse2.c | 35 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vp9_idct4x4_16_add_sse2() local 542 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vp9_idct8x8_64_add_sse2() local 678 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in idct8_sse2() local 1000 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vp9_idct8x8_12_add_sse2() local 1377 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vp9_idct16x16_256_add_sse2() local 2532 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vp9_idct16x16_10_add_sse2() local 3453 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vp9_idct32x32_34_add_sse2() local 3738 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vp9_idct32x32_1024_add_sse2() local
|
| /external/libvpx/libvpx/vp9/common/x86/ |
| D | vp9_idct_intrin_sse2.c | 35 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vp9_idct4x4_16_add_sse2() local 542 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vp9_idct8x8_64_add_sse2() local 678 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in idct8_sse2() local 1000 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vp9_idct8x8_10_add_sse2() local 1377 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vp9_idct16x16_256_add_sse2() local 2532 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vp9_idct16x16_10_add_sse2() local 3453 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vp9_idct32x32_34_add_sse2() local 3738 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vp9_idct32x32_1024_add_sse2() local
|
| /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
| D | temporal_filter.c | 101 const int rounding = strength > 0 ? 1 << (strength - 1) : 0; in vp8_temporal_filter_apply_c() local
|
| D | quantize.c | 187 int rounding; in vp8_strict_quantize_b_c() local
|
| /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/ |
| D | vp9_temporal_filter.c | 102 const int rounding = strength > 0 ? 1 << (strength - 1) : 0; in vp9_temporal_filter_apply_c() local
|
| /external/icu/icu4c/source/i18n/ |
| D | decContext.h | 75 enum rounding { enum
|
| /external/chromium_org/third_party/icu/source/i18n/ |
| D | decContext.h | 74 enum rounding { enum
|
| D | decimfmt.cpp | 4410 double rounding = 0.0; in setCurrencyInternally() local
|
| /external/libyuv/files/unit_test/ |
| D | scale_test.cc | 22 FilterMode f, int rounding, int benchmark_iterations) { in TestFilter()
|
| /external/svox/pico/lib/ |
| D | picosig2.c | 4015 picoos_single rounding = 0.5f; in get_simple_excitation() local
|
| /external/libvpx/libvpx/vp8/encoder/ |
| D | quantize.c | 187 int rounding; in vp8_strict_quantize_b_c() local
|
| /external/chromium_org/base/third_party/dmg_fp/ |
| D | dtoa.cc | 485 BCinfo { int dp0, dp1, dplen, dsign, e0, inexact, nd, nd0, rounding, scale, uflchk; }; member 1734 CONST char **sp; U *rvp; int rounding, sign; variable
|
| /external/chromium_org/third_party/icu/source/test/intltest/ |
| D | numrgts.cpp | 1714 double rounding = ucurr_getRoundingIncrement(currency, &status); in Test4122840() local
|
| /external/icu/icu4c/source/test/intltest/ |
| D | numrgts.cpp | 1720 double rounding = ucurr_getRoundingIncrement(currency, &status); in Test4122840() local
|