Home
last modified time | relevance | path

Searched defs:rounding (Results 1 – 23 of 23) sorted by relevance

/external/webp/src/dsp/
Dyuv.h190 static WEBP_INLINE int VP8ClipUV(int uv, int rounding) { in VP8ClipUV()
197 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) { in VP8RGBToY()
202 static WEBP_INLINE int VP8RGBToU(int r, int g, int b, int rounding) { in VP8RGBToU()
207 static WEBP_INLINE int VP8RGBToV(int r, int g, int b, int rounding) { in VP8RGBToV()
217 static WEBP_INLINE int VP8RGBToY(int r, int g, int b, int rounding) { in VP8RGBToY()
222 static WEBP_INLINE int VP8RGBToU(int r, int g, int b, int rounding) { in VP8RGBToU()
227 static WEBP_INLINE int VP8RGBToV(int r, int g, int b, int rounding) { in VP8RGBToV()
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/number/
DCurrencyDemo.java60 double rounding; field in CurrencyDemo.HackCurrencyInfo
62 HackCurrencyInfo(int decimals, double rounding, String symbol) { in HackCurrencyInfo()
/external/libvpx/libvpx/vpx_dsp/x86/
Dhighbd_idct16x16_add_sse2.c25 const __m128i rounding = _mm_set1_epi16(32); in vpx_highbd_idct16x16_256_add_sse2() local
137 const __m128i rounding = _mm_set1_epi16(32); in vpx_highbd_idct16x16_10_add_sse2() local
Dinv_txfm_sse2.c251 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vpx_idct8x8_64_add_sse2() local
341 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in idct8_sse2() local
596 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vpx_idct8x8_12_add_sse2() local
965 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vpx_idct16x16_256_add_sse2() local
1935 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vpx_idct16x16_10_add_sse2() local
2806 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vpx_idct32x32_34_add_sse2() local
2952 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vpx_idct32x32_1024_add_sse2() local
Dinv_txfm_ssse3.c20 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vpx_idct8x8_64_add_ssse3() local
222 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vpx_idct8x8_12_add_ssse3() local
414 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in butterfly() local
426 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in butterfly_self() local
Dhighbd_convolve_avx2.c305 const __m256i rounding = _mm256_set1_epi32(1 << (CONV8_ROUNDING_BITS - 1)); in filter_8x1_pixels() local
439 const __m256i rounding = _mm256_set1_epi32(1 << (CONV8_ROUNDING_BITS - 1)); in filter_16_2t_pixels() local
450 const __m256i rounding = _mm256_set1_epi32(1 << (CONV8_ROUNDING_BITS - 1)); in filter_8x1_2t_pixels() local
778 const __m128i rounding = _mm_set1_epi32(1 << (CONV8_ROUNDING_BITS - 1)); in filter_8_2t_pixels() local
/external/libvpx/libvpx/vp9/encoder/x86/
Dtemporal_filter_sse4.c114 const int strength, const int rounding, in average_8()
141 const int rounding, const int weight) { in average_16()
243 const int rounding = strength > 0 ? 1 << (strength - 1) : 0; in vp9_temporal_filter_apply_sse4_1() local
Dvp9_highbd_block_error_intrin_sse2.c24 const int rounding = shift > 0 ? 1 << (shift - 1) : 0; in vp9_highbd_block_error_sse2() local
/external/libvpx/libvpx/test/
Dtemporal_filter_test.cc40 int rounding = 0; in reference_filter() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_temporal_filter.c106 const int rounding = strength > 0 ? 1 << (strength - 1) : 0; in vp9_temporal_filter_apply_c() local
175 const int rounding = strength > 0 ? 1 << (strength - 1) : 0; in vp9_highbd_temporal_filter_apply_c() local
Dvp9_rdopt.c286 int rounding = shift > 0 ? 1 << (shift - 1) : 0; in vp9_highbd_block_error_c() local
/external/gemmlowp/test/
Dcorrectness_meta_gemm.cc66 std::int32_t rounding = (1 << (shift - 1)); in check_result() local
Dtest.cc1144 const std::int32_t rounding = in TestOutputStages() local
1304 const std::int32_t rounding = in TestOutputStages() local
/external/libvpx/libvpx/vp8/encoder/
Dtemporal_filter.c77 const int rounding = strength > 0 ? 1 << (strength - 1) : 0; in vp8_temporal_filter_apply_c() local
/external/skia/src/gpu/text/
DGrTextUtils.cpp97 [&](const SkGlyph& glyph, SkPoint position, SkPoint rounding) { in DrawBmpText()
133 [&](const SkGlyph& glyph, SkPoint position, SkPoint rounding) { in DrawBmpPosText()
/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dtemporal_filter_msa.c257 const int32_t rounding = strength > 0 ? 1 << (strength - 1) : 0; in vp8_temporal_filter_apply_msa() local
/external/icu/icu4c/source/i18n/
DdecContext.h77 enum rounding { enum
/external/svox/pico/lib/
Dpicosig2.c4015 picoos_single rounding = 0.5f; in get_simple_excitation() local
/external/icu/icu4c/source/test/intltest/
Dnumberformattesttuple.cpp208 DecimalFormat::ERoundingMode rounding = in eRoundingToStr() local
Dnumrgts.cpp1736 double rounding = ucurr_getRoundingIncrement(currency, &status); in Test4122840() local
/external/skia/src/core/
DSkOverdrawCanvas.cpp28 void operator()(const SkGlyph& glyph, SkPoint position, SkPoint rounding) { in operator ()()
DSkDraw.cpp1448 void operator()(const SkGlyph& glyph, SkPoint position, SkPoint rounding) { in operator ()()
/external/vixl/src/aarch64/
Dlogic-aarch64.cc4702 T Simulator::FPRecipEstimate(T op, FPRounding rounding) { in FPRecipEstimate()