Searched defs:cb_const0 (Results 1 - 1 of 1) sorted by relevance

/external/libgdx/gdx/jni/gdx2d/
H A Dstb_image.h3135 __m128i cb_const0 = _mm_set1_epi16( - (short) ( 0.34414f*4096.0f+0.5f)); local
3156 __m128i cb0 = _mm_mulhi_epi16(cb_const0, cbw);
3194 int16x8_t cb_const0 = vdupq_n_s16( - (short) ( 0.34414f*4096.0f+0.5f)); local
3212 int16x8_t cb0 = vqdmulhq_s16(cbw, cb_const0);

Completed in 126 milliseconds