Home
last modified time | relevance | path

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

/external/jpeg/
Djidctintelsse.c114 __m128i* tg3, *tg1, *tg2, *cos4; in jpeg_idct_intelsse() local
179 cos4 =(__m128i*)(M128_cos_4_16);\ in jpeg_idct_intelsse()
208 t6 = _mm_mulhi_epi16(temp, *cos4);\ in jpeg_idct_intelsse()
209 t5 = _mm_mulhi_epi16(temp2, *cos4);\ in jpeg_idct_intelsse()
/external/mesa3d/src/gallium/state_trackers/vega/
Darc.c427 double cos4 = cos(4 * eta); in estimate_error() local
439 + cos4 * rational_function(x, coeffs[0][2]) in estimate_error()
444 + cos4 * rational_function(x, coeffs[1][2]) in estimate_error()