Home
last modified time | relevance | path

Searched refs:result_hi (Results 1 – 7 of 7) sorted by relevance

/external/libgav1/libgav1/src/dsp/x86/
Dintra_edge_sse4.cc71 const __m128i result_hi = _mm_packus_epi16(sums_hi, sums_hi); in ComputeKernel1Store12() local
73 _mm_alignr_epi8(result_hi, _mm_slli_si128(result_lo, 10), 10); in ComputeKernel1Store12()
111 const __m128i result_hi = _mm_packus_epi16(sums_hi, sums_hi); in ComputeKernel2Store12() local
113 _mm_alignr_epi8(result_hi, _mm_slli_si128(result_lo, 10), 10); in ComputeKernel2Store12()
238 const __m128i result_hi = in IntraEdgeUpsampler_SSE4_1() local
240 StoreUnaligned16(pixel_buffer + 15, result_hi); in IntraEdgeUpsampler_SSE4_1()
Dobmc_sse4.cc175 const __m128i result_hi = in OverlapBlendFromLeft_SSE4_1() local
177 StoreUnaligned16(pred, _mm_packus_epi16(result_lo, result_hi)); in OverlapBlendFromLeft_SSE4_1()
292 const __m128i result_hi = in OverlapBlendFromTop_SSE4_1() local
294 StoreUnaligned16(pred + x, _mm_packus_epi16(result_lo, result_hi)); in OverlapBlendFromTop_SSE4_1()
Ddistance_weighted_blend_sse4.cc48 const __m128i result_hi = in ComputeWeightedAverage8() local
51 return _mm_packs_epi32(result_lo, result_hi); in ComputeWeightedAverage8()
/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_utils.cc49 uint64_t result_hi = ticks_hi * ((ns_per_sec << 32) / ticks_per_second); in TicksToNs() local
51 result_hi / ticks_hi != ((ns_per_sec << 32) / ticks_per_second)) { in TicksToNs()
58 int64_t result = static_cast<int64_t>(result_hi + result_lo); in TicksToNs()
/external/libgav1/libgav1/src/dsp/arm/
Dobmc_neon.cc184 const uint8x8_t result_hi = in OverlapBlendFromLeft_NEON() local
188 vst1q_u8(pred, vcombine_u8(result_lo, result_hi)); in OverlapBlendFromLeft_NEON()
356 const uint8x8_t result_hi = in OverlapBlendFromTop_NEON() local
360 vst1q_u8(pred + x, vcombine_u8(result_lo, result_hi)); in OverlapBlendFromTop_NEON()
Dintra_edge_neon.cc268 const uint8x8_t result_hi = Upsample(vget_high_u8(src0), vget_high_u8(src1), in IntraEdgeUpsampler_NEON() local
272 vst1_u8(pixel_buffer + 15, InterleaveLow8(result_hi, vget_high_u8(src2))); in IntraEdgeUpsampler_NEON()
274 const uint8x8x2_t output_hi = {result_hi, vget_high_u8(src2)}; in IntraEdgeUpsampler_NEON()
/external/tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/
DPacketMathAVX2.h580 __m128i result_hi = _mm256_cvtpd_epi32(_mm256_mul_pd(scale, a_hi));
581 return _mm256_insertf128_si256(_mm256_castsi128_si256(result_lo), result_hi,