Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dyuv.h273 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/libvpx/libvpx/vp9/encoder/x86/
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/vp9/encoder/
Dvp9_temporal_filter.c133 const int rounding = strength > 0 ? 1 << (strength - 1) : 0; in vp9_temporal_filter_apply_c() local
180 const int rounding = strength > 0 ? 1 << (strength - 1) : 0; in vp9_highbd_temporal_filter_apply_c() local
Dvp9_rdopt.c307 int rounding = shift > 0 ? 1 << (shift - 1) : 0; in vp9_highbd_block_error_c() local
/external/libvpx/libvpx/vpx_dsp/x86/
Dinv_txfm_sse2.c31 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vpx_idct4x4_16_add_sse2() local
454 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vpx_idct8x8_64_add_sse2() local
543 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in idct8_sse2() local
797 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vpx_idct8x8_12_add_sse2() local
1174 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vpx_idct16x16_256_add_sse2() local
2157 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vpx_idct16x16_10_add_sse2() local
3034 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vpx_idct32x32_34_add_sse2() local
3193 const __m128i rounding = _mm_set1_epi32(DCT_CONST_ROUNDING); in vpx_idct32x32_1024_add_sse2() local
3831 const __m128i rounding = _mm_set1_epi16(32); in vpx_highbd_idct16x16_256_add_sse2() local
3945 const __m128i rounding = _mm_set1_epi16(32); in vpx_highbd_idct16x16_10_add_sse2() local
/external/libvpx/libvpx/vp8/encoder/
Dtemporal_filter.c101 const int rounding = strength > 0 ? 1 << (strength - 1) : 0; in vp8_temporal_filter_apply_c() local
/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dtemporal_filter_msa.c273 const int32_t rounding = strength > 0 ? 1 << (strength - 1) : 0; in vp8_temporal_filter_apply_msa() local
/external/icu/icu4c/source/i18n/
DdecContext.h75 enum rounding { enum
/external/libyuv/files/unit_test/
Dscale_test.cc22 FilterMode f, int rounding, int benchmark_iterations) { in TestFilter()
/external/svox/pico/lib/
Dpicosig2.c4015 picoos_single rounding = 0.5f; in get_simple_excitation() local
/external/icu/icu4c/source/test/intltest/
Dnumrgts.cpp1720 double rounding = ucurr_getRoundingIncrement(currency, &status); in Test4122840() local
/external/vixl/src/vixl/a64/
Dlogic-a64.cc4623 T Simulator::FPRecipEstimate(T op, FPRounding rounding) { in FPRecipEstimate()