Searched refs:vcst (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/third_party/libopenjpeg/ |
D | dwt.c | 988 const __m128 vcst = _mm_set_ps(c2, c1, c2, c1); in opj_dwt_encode_step1_combined() local 989 *(__m128*)fw = _mm_mul_ps(*(__m128*)fw, vcst); in opj_dwt_encode_step1_combined() 990 *(__m128*)(fw + 4) = _mm_mul_ps(*(__m128*)(fw + 4), vcst); in opj_dwt_encode_step1_combined() 1582 const __m128 vcst = _mm_set1_ps(cst); in opj_v8dwt_encode_step1() local 1584 vw[0] = _mm_mul_ps(vw[0], vcst); in opj_v8dwt_encode_step1() 1585 vw[1] = _mm_mul_ps(vw[1], vcst); in opj_v8dwt_encode_step1() 1607 __m128 vcst = _mm_set1_ps(cst); in opj_v8dwt_encode_step2() local 1610 vw[-2] = _mm_add_ps(vw[-2], _mm_mul_ps(_mm_add_ps(vl[0], vw[0]), vcst)); in opj_v8dwt_encode_step2() 1611 vw[-1] = _mm_add_ps(vw[-1], _mm_mul_ps(_mm_add_ps(vl[1], vw[1]), vcst)); in opj_v8dwt_encode_step2() 1616 vw[-2] = _mm_add_ps(vw[-2], _mm_mul_ps(_mm_add_ps(vw[-4], vw[0]), vcst)); in opj_v8dwt_encode_step2() [all …]
|