Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dmct.c234 const __m128i mulround = _mm_shuffle_epi32(_mm_cvtsi32_si128(4096), in opj_mct_encode_real() local
248 lo = _mm_add_epi64(lo, mulround); in opj_mct_encode_real()
249 hi = _mm_add_epi64(hi, mulround); in opj_mct_encode_real()
258 lo = _mm_add_epi64(lo, mulround); in opj_mct_encode_real()
259 hi = _mm_add_epi64(hi, mulround); in opj_mct_encode_real()
268 lo = _mm_add_epi64(lo, mulround); in opj_mct_encode_real()
269 hi = _mm_add_epi64(hi, mulround); in opj_mct_encode_real()
283 lo = _mm_add_epi64(lo, mulround); in opj_mct_encode_real()
284 hi = _mm_add_epi64(hi, mulround); in opj_mct_encode_real()
293 lo = _mm_add_epi64(lo, mulround); in opj_mct_encode_real()
[all …]