Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dmct.c226 const __m128i mulround = _mm_shuffle_epi32(_mm_cvtsi32_si128(4096), _MM_SHUFFLE(1, 0, 1, 0)); in opj_mct_encode_real() local
239 lo = _mm_add_epi64(lo, mulround); in opj_mct_encode_real()
240 hi = _mm_add_epi64(hi, mulround); in opj_mct_encode_real()
249 lo = _mm_add_epi64(lo, mulround); in opj_mct_encode_real()
250 hi = _mm_add_epi64(hi, mulround); in opj_mct_encode_real()
259 lo = _mm_add_epi64(lo, mulround); in opj_mct_encode_real()
260 hi = _mm_add_epi64(hi, mulround); in opj_mct_encode_real()
274 lo = _mm_add_epi64(lo, mulround); in opj_mct_encode_real()
275 hi = _mm_add_epi64(hi, mulround); in opj_mct_encode_real()
284 lo = _mm_add_epi64(lo, mulround); in opj_mct_encode_real()
[all …]