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_10bit_neon.cc999 const int32x4_t v_src0 = vdupq_n_s32(dst[0]); in Adst4DcOnly() local
1503 const int32x4_t v_src0 = vdupq_n_s32(dst[0]); in Identity4DcOnly() local
1723 const int32x4_t v_src0 = vdupq_n_s32(dst[0]); in Identity8DcOnly() local
1762 const int32x4_t v_src0 = vdupq_n_s32(dst[0]); in Identity16DcOnly() local
1796 const int32x2_t v_src0 = vdup_n_s32(dst[0]); in Identity32DcOnly() local
Dinverse_transform_neon.cc1293 const int16x4_t v_src0 = vdup_n_s16(dst[0]); in Adst4DcOnly() local
1847 const int16x4_t v_src0 = vdup_n_s16(dst[0]); in Identity4DcOnly() local
2031 const int16x4_t v_src0 = vdup_n_s16(dst[0]); in Identity8DcOnly() local
2068 const int16x4_t v_src0 = vdup_n_s16(dst[0]); in Identity16DcOnly() local
2106 const int16x4_t v_src0 = vdup_n_s16(dst[0]); in Identity32DcOnly() local
/external/libgav1/libgav1/src/dsp/x86/
Dinverse_transform_sse4.cc1620 const __m128i v_src0 = _mm_cvtsi32_si128(dst[0]); in Identity4DcOnly() local
1775 const __m128i v_src0 = _mm_cvtsi32_si128(dst[0]); in Identity8DcOnly() local
1869 const __m128i v_src0 = _mm_cvtsi32_si128(dst[0]); in Identity16DcOnly() local
1959 const __m128i v_src0 = _mm_cvtsi32_si128(dst[0]); in Identity32DcOnly() local
Dconvolve_sse4.cc526 const __m128i v_src0 = Load4(&src[0]); in ConvolveCompoundCopy_SSE4() local