Home
last modified time | relevance | path

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

/external/libgav1/libgav1/src/dsp/arm/
Dinverse_transform_neon.cc374 const int16x4_t y1_hi = vqrshrn_n_s32(y0_hi, 12); in ButterflyRotation_8() local
377 const int16x8_t y = vcombine_s16(y1, y1_hi); in ButterflyRotation_8()
/external/libgav1/libgav1/src/dsp/x86/
Dinverse_transform_sse4.cc137 const __m128i y1_hi = RightShiftWithRounding_S32(y0_hi, 12); in ButterflyRotation_8() local
139 const __m128i y = _mm_packs_epi32(y1, y1_hi); in ButterflyRotation_8()