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.cc1486 const int32x4_t v_dual_round = vdupq_n_s32((1 + (shift << 1)) << 11); in Identity4_NEON() local
1509 const int32x4_t v_dual_round = vdupq_n_s32((1 + (shift << 1)) << 11); in Identity4DcOnly() local
1528 const int32x4_t v_dual_round = vdupq_n_s32((1 + (1 << 4)) << 11); in IdentityColumnStoreToFrame() local
1737 const int32x4_t v_dual_round = vdupq_n_s32((1 + (shift << 1)) << 11); in Identity16Row_NEON() local
1767 const int32x4_t v_dual_round = vdupq_n_s32((1 + (shift << 1)) << 11); in Identity16DcOnly() local
Dinverse_transform_neon.cc1817 const int32x4_t v_dual_round = vdupq_n_s32((1 + (shift << 1)) << 11); in Identity4_NEON() local
1853 const int32x4_t v_dual_round = vdupq_n_s32((1 + (shift << 1)) << 11); in Identity4DcOnly() local
2045 const int32x4_t v_dual_round = vdupq_n_s32((1 + (shift << 1)) << 11); in Identity16Row_NEON() local
2073 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.cc1590 const __m128i v_dual_round = _mm_set1_epi16((1 + (shift << 1)) << 11); in Identity4_SSE4_1() local
1630 const __m128i v_dual_round = _mm_set1_epi16((1 + (shift << 1)) << 11); in Identity4DcOnly() local
1839 const __m128i v_dual_round = _mm_set1_epi16((1 + (shift << 1)) << 11); in Identity16Row_SSE4_1() local
1877 const __m128i v_dual_round = _mm_set1_epi16((1 + (shift << 1)) << 11); in Identity16DcOnly() local