Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/dsp/x86/
Dobmc_sse4.cc176 const __m128i result_hi = in OverlapBlendFromLeft_SSE4_1() local
178 StoreUnaligned16(pred, _mm_packus_epi16(result_lo, result_hi)); in OverlapBlendFromLeft_SSE4_1()
293 const __m128i result_hi = in OverlapBlendFromTop_SSE4_1() local
295 StoreUnaligned16(pred + x, _mm_packus_epi16(result_lo, result_hi)); in OverlapBlendFromTop_SSE4_1()
377 const __m128i result_hi = RightShiftWithRounding_U32( in OverlapBlendFromLeft4xH_SSE4_1() local
379 const __m128i packed_result = _mm_packus_epi32(result_lo, result_hi); in OverlapBlendFromLeft4xH_SSE4_1()
429 const __m128i result_hi = RightShiftWithRounding_U32( in OverlapBlendFromLeft10bpp_SSE4_1() local
431 StoreUnaligned16(pred, _mm_packus_epi32(result_lo, result_hi)); in OverlapBlendFromLeft10bpp_SSE4_1()
471 const __m128i result_hi = RightShiftWithRounding_U32( in OverlapBlendFromTop2xH_SSE4_1() local
473 const __m128i packed_result = _mm_packus_epi32(result_lo, result_hi); in OverlapBlendFromTop2xH_SSE4_1()
[all …]
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()
Ddistance_weighted_blend_sse4.cc49 const __m128i result_hi = in ComputeWeightedAverage8() local
52 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/
Dintra_edge_neon.cc277 const uint8x8_t result_hi = Upsample(vget_high_u8(src0), vget_high_u8(src1), in IntraEdgeUpsampler_NEON() local
281 vst1_u8(pixel_buffer + 15, InterleaveLow8(result_hi, vget_high_u8(src2))); in IntraEdgeUpsampler_NEON()
283 const uint8x8x2_t output_hi = {result_hi, vget_high_u8(src2)}; in IntraEdgeUpsampler_NEON()
480 uint16x8x2_t result_hi; in IntraEdgeUpsampler_NEON() local
481 result_hi.val[0] = in IntraEdgeUpsampler_NEON()
484 result_hi.val[1] = in IntraEdgeUpsampler_NEON()
487 vst2q_u16(pixel_buffer + 15, result_hi); in IntraEdgeUpsampler_NEON()
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()
/external/tensorflow/third_party/eigen3/unsupported/Eigen/CXX11/src/FixedPoint/
DPacketMathAVX2.h533 __m128i result_hi = _mm256_cvtpd_epi32(_mm256_mul_pd(scale, a_hi));
534 return _mm256_insertf128_si256(_mm256_castsi128_si256(result_lo), result_hi,