Home
last modified time | relevance | path

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

/external/libgav1/src/dsp/arm/
Dmask_blend_neon.cc88 const int32x4_t weighted_combo_hi = in WriteMaskBlendLine4x2() local
96 vshrn_n_s32(weighted_combo_hi, 6)), in WriteMaskBlendLine4x2()
202 const int32x4_t weighted_combo_hi = vmlal_s16( in CombinePred8() local
209 vshrn_n_s32(weighted_combo_hi, 6)), in CombinePred8()
461 const uint16x8_t weighted_combo_hi = vmlal_u8( in InterIntraMaskBlend8bpp_NEON() local
463 const uint8x8_t result_hi = vrshrn_n_u16(weighted_combo_hi, 6); in InterIntraMaskBlend8bpp_NEON()