Home | History | Annotate | Download | only in gdx2d

Lines Matching full:cr_const1

3134       __m128i cr_const1 = _mm_set1_epi16( - (short) ( 0.71414f*4096.0f+0.5f));
3158 __m128i cr1 = _mm_mulhi_epi16(crw, cr_const1);
3193 int16x8_t cr_const1 = vdupq_n_s16( - (short) ( 0.71414f*4096.0f+0.5f));
3213 int16x8_t cr1 = vqdmulhq_s16(crw, cr_const1);