Home
last modified time | relevance | path

Searched refs:c327d68v (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dipvibrance.cc185 vfloat c327d68v = F2V(327.68f); in vibrance() local
191 STVF(CCbuffer[k], vsqrtf(SQRV(av) + SQRV(bv)) / c327d68v); in vibrance()
H A Dipwavelet.cc731 __m128 c327d68v = _mm_set1_ps(327.68f); in ip_wavelet() local
739 chrov = vsqrtf(SQRV(av) + SQRV(bv)) / c327d68v; in ip_wavelet()
1099 __m128 c327d68v = _mm_set1_ps(327.68f); in ip_wavelet() local
1115 STVF(chprovBuffer[col], cv / c327d68v); in ip_wavelet()
H A Dcolor.cc1982 vfloat c327d68v = F2V(327.68f); in Lab2Lch() local
1986 STVFU(c[i], vsqrtf(SQRV(av) + SQRV(bv)) / c327d68v); in Lab2Lch()
2879 __m128 c327d68v = _mm_set1_ps(327.68f); in LabGamutMunsell() local
2887 _mm_storeu_ps(&CCBuffer[k], vsqrtf(SQRV(av) + SQRV(bv)) / c327d68v); in LabGamutMunsell()
H A Drawimagesource.cc2184 const vfloat c327d68v = F2V(327.68); in retinex() local
2202 STVF(sqrtBuffer[j - border], chprovv / c327d68v); in retinex()
H A Dimprocfun.cc4440 __m128 c327d68v = _mm_set1_ps (327.68f); in chromiLuminanceCurve() local
4448 STVF (CCBuffer[k], vsqrtf (SQRV (av) + SQRV (bv)) / c327d68v); in chromiLuminanceCurve()
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dcolor.cc1610 vfloat c327d68v = F2V(327.68f); in Lab2Lch() local
1614 STVFU(c[i], vsqrtf(SQRV(av) + SQRV(bv)) / c327d68v); in Lab2Lch()
2555 __m128 c327d68v = _mm_set1_ps(327.68f); in LabGamutMunsell() local
2563 _mm_storeu_ps(&CCBuffer[k], vsqrtf(SQRV(av) + SQRV(bv)) / c327d68v); in LabGamutMunsell()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A Dcolor.cc2358 __m128 c327d68v = _mm_set1_ps(327.68f); in LabGamutMunsell() local
2366 _mm_storeu_ps(&CCBuffer[k], _mm_sqrt_ps(SQRV(av) + SQRV(bv)) / c327d68v); in LabGamutMunsell()