Home
last modified time | relevance | path

Searched refs:col_his (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/kvazaar/kvazaar-2.1.0/src/strategies/avx2/
H A Ddct-avx2.c666 __m256i col_his = _mm256_permute4x64_epi64(col_db4s, _MM_SHUFFLE(3, 3, 2, 2)); in extract_d048c_vec() local
668 __m256i final = _mm256_unpacklo_epi16 (col_los, col_his); in extract_d048c_vec()