Home
last modified time | relevance | path

Searched defs:averages (Results 1 – 5 of 5) sorted by relevance

/external/libgav1/libgav1/src/dsp/x86/
Dintrapred_cfl_sse4.cc178 __m128i averages = RightShiftWithRounding_U32( in CflSubsampler444_4xH_SSE4_1() local
281 __m128i averages = RightShiftWithRounding_U32( in CflSubsampler444_8xH_SSE4_1() local
405 __m128i averages = in CflSubsampler444_SSE4_1() local
499 __m128i averages = RightShiftWithRounding_U32( in CflSubsampler420_4xH_SSE4_1() local
607 __m128i averages = RightShiftWithRounding_S32( in CflSubsampler420Impl_8xH_SSE4_1() local
730 __m128i averages = RightShiftWithRounding_S32( in CflSubsampler420Impl_WxH_SSE4_1() local
1055 __m128i averages = RightShiftWithRounding_U32(sum, block_height_log2 - 1); in CflSubsampler444_4xH_SSE4_1() local
1133 __m128i averages = RightShiftWithRounding_U32(sum, block_height_log2); in CflSubsampler444_8xH_SSE4_1() local
1240 __m128i averages = in CflSubsampler444_WxH_SSE4_1() local
1358 __m128i averages = RightShiftWithRounding_U32( in CflSubsampler420_4xH_SSE4_1() local
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/channels/
DTickerChannelCommonTest.kt105 val averages = producer.averageInTimeWindow(3000).toList() in <lambda>() constant
/external/libgav1/libgav1/src/dsp/arm/
Dintrapred_cfl_neon.cc543 const int16x4_t averages = vdup_n_s16(static_cast<int16_t>(average_sum)); in CflSubsampler444_4xH_NEON() local
618 const int16x8_t averages = vdupq_n_s16(static_cast<int16_t>(average_sum)); in CflSubsampler444_8xH_NEON() local
714 const int16x8_t averages = vdupq_n_s16(static_cast<int16_t>(average_sum)); in CflSubsampler444_WxH_NEON() local
829 const int16x4_t averages = vdup_n_s16(static_cast<int16_t>(average_sum)); in CflSubsampler420_4xH_NEON() local
933 const int16x8_t averages = vdupq_n_s16(static_cast<int16_t>(average_sum)); in CflSubsampler420Impl_8xH_NEON() local
1039 const int16x8_t averages = vdupq_n_s16(static_cast<int16_t>(average_sum)); in CflSubsampler420Impl_WxH_NEON() local
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptPrimeSieve.c502 UINT32 averages[3]; in RsaSimulationEnd() local
/external/llvm-project/openmp/runtime/src/
Dz_Linux_util.cpp2189 double averages[3]; in __kmp_get_load_balance() local