Searched defs:v_src_lo (Results 1 – 3 of 3) sorted by relevance
1351 const uint16x8_t v_src_lo = vld1q_u16(&src[x]); in ConvolveCompoundCopy_NEON() local1368 const uint16x8_t v_src_lo = vld1q_u16(&src[0]); in ConvolveCompoundCopy_NEON() local1383 const uint16x4_t v_src_lo = vld1_u16(&src[0]); in ConvolveCompoundCopy_NEON() local
1708 const int32x4_t v_src_lo = vld1q_s32(&dst[i * step]); in Identity8Row32_NEON() local1721 const int32x4_t v_src_lo = vld1q_s32(&dst[i * step]); in Identity8Row4_NEON() local2559 const int32x4_t v_src_lo = vld1q_s32(&src[i * 8]); in Identity8TransformLoopRow_NEON() local
228 const __m128i v_src_lo = _mm_shufflelo_epi16(_mm_cvtsi32_si128(dst[0]), 0); in DctDcOnly() local