HomeSort by relevance Sort by last modified time
    Searched refs:cos4 (Results 1 - 2 of 2) sorted by null

  /external/jpeg/
jidctintelsse.c 114 __m128i* tg3, *tg1, *tg2, *cos4; local
179 cos4 =(__m128i*)(M128_cos_4_16);\
208 t6 = _mm_mulhi_epi16(temp, *cos4);\
209 t5 = _mm_mulhi_epi16(temp2, *cos4);\
  /external/mesa3d/src/gallium/state_trackers/vega/
arc.c 427 double cos4 = cos(4 * eta); local
439 + cos4 * rational_function(x, coeffs[0][2])
444 + cos4 * rational_function(x, coeffs[1][2])

Completed in 830 milliseconds