Home
last modified time | relevance | path

Searched defs:v_dual_round (Results 1 – 3 of 3) sorted by relevance

/external/libgav1/libgav1/src/dsp/arm/
Dinverse_transform_10bit_neon.cc1485 const int32x4_t v_dual_round = vdupq_n_s32((1 + (shift << 1)) << 11); in Identity4_NEON() local
1508 const int32x4_t v_dual_round = vdupq_n_s32((1 + (shift << 1)) << 11); in Identity4DcOnly() local
1525 const int32x4_t v_dual_round = vdupq_n_s32((1 + (1 << 4)) << 11); in IdentityColumnStoreToFrame() local
1712 const int32x4_t v_dual_round = vdupq_n_s32((1 + (shift << 1)) << 11); in Identity16Row_NEON() local
1742 const int32x4_t v_dual_round = vdupq_n_s32((1 + (shift << 1)) << 11); in Identity16DcOnly() local
Dinverse_transform_neon.cc1760 const int32x4_t v_dual_round = vdupq_n_s32((1 + (shift << 1)) << 11); in Identity4_NEON() local
1796 const int32x4_t v_dual_round = vdupq_n_s32((1 + (shift << 1)) << 11); in Identity4DcOnly() local
1986 const int32x4_t v_dual_round = vdupq_n_s32((1 + (shift << 1)) << 11); in Identity16Row_NEON() local
2014 const int32x4_t v_dual_round = vdupq_n_s32((1 + (shift << 1)) << 11); in Identity16DcOnly() local
/external/libgav1/libgav1/src/dsp/x86/
Dinverse_transform_sse4.cc1589 const __m128i v_dual_round = _mm_set1_epi16((1 + (shift << 1)) << 11); in Identity4_SSE4_1() local
1629 const __m128i v_dual_round = _mm_set1_epi16((1 + (shift << 1)) << 11); in Identity4DcOnly() local
1835 const __m128i v_dual_round = _mm_set1_epi16((1 + (shift << 1)) << 11); in Identity16Row_SSE4_1() local
1873 const __m128i v_dual_round = _mm_set1_epi16((1 + (shift << 1)) << 11); in Identity16DcOnly() local