Searched refs:top_values (Results 1 – 2 of 2) sorted by relevance
510 const __m128i top_values = _mm_loadl_epi64((const __m128i*)top); in VE8uv() local512 _mm_storel_epi64((__m128i*)(dst + j * BPS), top_values); in VE8uv()517 const __m128i top_values = _mm_load_si128((const __m128i*)top); in VE16() local520 _mm_store_si128((__m128i*)(dst + j * BPS), top_values); in VE16()573 const __m128i top_values = _mm_loadl_epi64((const __m128i*)top); in TM() local574 const __m128i top_base = _mm_unpacklo_epi8(top_values, zero); in TM()582 const __m128i top_values = _mm_load_si128((const __m128i*)top); in TM() local583 const __m128i top_base_0 = _mm_unpacklo_epi8(top_values, zero); in TM()584 const __m128i top_base_1 = _mm_unpackhi_epi8(top_values, zero); in TM()619 const __m128i top_values = _mm_loadl_epi64((const __m128i*)top); in DC8uv() local[all …]
1012 const __m128i top_values = _mm_cvtsi32_si128(WebPMemToUint32(top)); in TrueMotion() local1013 const __m128i top_base = _mm_unpacklo_epi8(top_values, zero); in TrueMotion()1021 const __m128i top_values = _mm_loadl_epi64((const __m128i*)top); in TrueMotion() local1022 const __m128i top_base = _mm_unpacklo_epi8(top_values, zero); in TrueMotion()1030 const __m128i top_values = _mm_loadu_si128((const __m128i*)top); in TrueMotion() local1031 const __m128i top_base_0 = _mm_unpacklo_epi8(top_values, zero); in TrueMotion()1032 const __m128i top_base_1 = _mm_unpackhi_epi8(top_values, zero); in TrueMotion()