Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dmct.c229 const __m128i mulround = _mm_shuffle_epi32(_mm_cvtsi32_si128(4096), _MM_SHUFFLE(1, 0, 1, 0)); in opj_mct_encode_real() local
242 lo = _mm_add_epi64(lo, mulround); in opj_mct_encode_real()
243 hi = _mm_add_epi64(hi, mulround); in opj_mct_encode_real()
252 lo = _mm_add_epi64(lo, mulround); in opj_mct_encode_real()
253 hi = _mm_add_epi64(hi, mulround); in opj_mct_encode_real()
262 lo = _mm_add_epi64(lo, mulround); in opj_mct_encode_real()
263 hi = _mm_add_epi64(hi, mulround); in opj_mct_encode_real()
277 lo = _mm_add_epi64(lo, mulround); in opj_mct_encode_real()
278 hi = _mm_add_epi64(hi, mulround); in opj_mct_encode_real()
287 lo = _mm_add_epi64(lo, mulround); in opj_mct_encode_real()
[all …]