Home
last modified time | relevance | path

Searched defs:v_src0 (Results 1 – 4 of 4) sorted by relevance

/external/libgav1/libgav1/src/dsp/arm/
Dinverse_transform_neon.cc1236 const int16x4_t v_src0 = vdup_n_s16(dst[0]); in Adst4DcOnly() local
1790 const int16x4_t v_src0 = vdup_n_s16(dst[0]); in Identity4DcOnly() local
1972 const int16x4_t v_src0 = vdup_n_s16(dst[0]); in Identity8DcOnly() local
2009 const int16x4_t v_src0 = vdup_n_s16(dst[0]); in Identity16DcOnly() local
2047 const int16x4_t v_src0 = vdup_n_s16(dst[0]); in Identity32DcOnly() local
Dinverse_transform_10bit_neon.cc998 const int32x4_t v_src0 = vdupq_n_s32(dst[0]); in Adst4DcOnly() local
1502 const int32x4_t v_src0 = vdupq_n_s32(dst[0]); in Identity4DcOnly() local
1698 const int32x4_t v_src0 = vdupq_n_s32(dst[0]); in Identity8DcOnly() local
1737 const int32x4_t v_src0 = vdupq_n_s32(dst[0]); in Identity16DcOnly() local
/external/libgav1/libgav1/src/dsp/x86/
Dinverse_transform_sse4.cc1619 const __m128i v_src0 = _mm_cvtsi32_si128(dst[0]); in Identity4DcOnly() local
1772 const __m128i v_src0 = _mm_cvtsi32_si128(dst[0]); in Identity8DcOnly() local
1865 const __m128i v_src0 = _mm_cvtsi32_si128(dst[0]); in Identity16DcOnly() local
1954 const __m128i v_src0 = _mm_cvtsi32_si128(dst[0]); in Identity32DcOnly() local
Dconvolve_sse4.cc527 const __m128i v_src0 = Load4(&src[0]); in ConvolveCompoundCopy_SSE4() local