Searched refs:dst_2_3 (Results 1 – 1 of 1) sorted by relevance
1088 const __m128i dst_2_3 = _mm_packs_epi32(dst_2, dst_3); in Adst4DcOnlyColumn() local1091 StoreLo8(&dst[i + width * 2], dst_2_3); in Adst4DcOnlyColumn()1092 StoreHi8(&dst[i + width * 3], dst_2_3); in Adst4DcOnlyColumn()