Home
last modified time | relevance | path

Searched refs:onev (Results 1 – 25 of 112) sorted by relevance

12345

/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.fortran/
H A Dvla-type.f9036 type(one), target :: onev variable
46 allocate (onev%ivla (11,22,33)) ! before-allocated
47 l = allocated(onev%ivla)
49 onev%ivla(:, :, :) = 1
50 onev%ivla(1, 2, 3) = 123
51 onev%ivla(3, 2, 1) = 321
/dports/emulators/vice/vice-3.5/src/lib/libx264/common/ppc/
H A Ddct.c160 dct2v = vec_add( a2v, vec_sra(a3v, onev) ); \
168 dct6v = vec_sub( vec_sra(a2v, onev), a3v ); \
176 vec_u16_t onev = vec_splat_u16(1); in x264_sub8x8_dct8_altivec() local
177 vec_u16_t twov = vec_add( onev, onev ); in x264_sub8x8_dct8_altivec()
239 vec_s16_t a2v = vec_sub(vec_sra(s1, onev), s3); \
241 vec_s16_t a3v = vec_add(vec_sra(s3, onev), s1); \
278 vec_u16_t onev = vec_splat_u16(1); in x264_add4x4_idct_altivec() local
332 vec_s16_t a4v = vec_sub(vec_sra(s2, onev), s6); \
334 vec_s16_t a6v = vec_add(vec_sra(s6, onev), s2); \
345 vec_s16_t a1v = vec_sub( vec_sub(s5, s3), vec_add(s7, vec_sra(s7, onev)) );\
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/common/ppc/
H A Ddct.c160 dct2v = vec_add( a2v, vec_sra(a3v, onev) ); \
168 dct6v = vec_sub( vec_sra(a2v, onev), a3v ); \
176 vec_u16_t onev = vec_splat_u16(1); in x264_sub8x8_dct8_altivec() local
177 vec_u16_t twov = vec_add( onev, onev ); in x264_sub8x8_dct8_altivec()
239 vec_s16_t a2v = vec_sub(vec_sra(s1, onev), s3); \
241 vec_s16_t a3v = vec_add(vec_sra(s3, onev), s1); \
278 vec_u16_t onev = vec_splat_u16(1); in x264_add4x4_idct_altivec() local
332 vec_s16_t a4v = vec_sub(vec_sra(s2, onev), s6); \
334 vec_s16_t a6v = vec_add(vec_sra(s6, onev), s2); \
345 vec_s16_t a1v = vec_sub( vec_sub(s5, s3), vec_add(s7, vec_sra(s7, onev)) );\
[all …]
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dlmmse_demosaic.cc692 vfloat onev = F2V(1.f); in refinement() local
699 …dLv = onev / (onev + vabsf(LC2VFU(pix[c][ -2]) - LC2VFU(pix[c][0])) + vabsf(LC2VFU(pix[1][ 1]) - L… in refinement()
700 …dRv = onev / (onev + vabsf(LC2VFU(pix[c][ 2]) - LC2VFU(pix[c][0])) + vabsf(LC2VFU(pix[1][ 1]) - L… in refinement()
701 …dUv = onev / (onev + vabsf(LC2VFU(pix[c][-w2]) - LC2VFU(pix[c][0])) + vabsf(LC2VFU(pix[1][w1]) - L… in refinement()
702 …dDv = onev / (onev + vabsf(LC2VFU(pix[c][ w2]) - LC2VFU(pix[c][0])) + vabsf(LC2VFU(pix[1][w1]) - L… in refinement()
732 vfloat onev = F2V(1.f); in refinement() local
778 vfloat onev = F2V(1.f); in refinement() local
787 …dLv = onev / (onev + vabsf(LC2VFU(pix[d][ -2]) - LC2VFU(pix[d][0])) + vabsf(LC2VFU(pix[1][ 1]) - L… in refinement()
788 …dRv = onev / (onev + vabsf(LC2VFU(pix[d][ 2]) - LC2VFU(pix[d][0])) + vabsf(LC2VFU(pix[1][ 1]) - L… in refinement()
789 …dUv = onev / (onev + vabsf(LC2VFU(pix[d][-w2]) - LC2VFU(pix[d][0])) + vabsf(LC2VFU(pix[1][w1]) - L… in refinement()
[all …]
H A Dboxblur.h191 vfloat onev = F2V( 1.f ); in boxblur() local
214 lenp1v = lenv + onev; in boxblur()
222 rlenv = onev / lenv; in boxblur()
232 lenm1v = lenv - onev; in boxblur()
388 const vfloat onev = F2V(1.f); in boxblur() local
423 rlenv = onev / lenv; in boxblur()
612 vfloat onev = F2V( 1.f ); in boxblur() local
640 rlenv = onev / lenv; in boxblur()
677 rlenv = onev / lenv; in boxblur()
799 vfloat onev = F2V( 1.f ); in boxabsblur() local
[all …]
H A Dgreen_equil_RT.cc137 vfloat onev = F2V(1.f); in green_equilibrate() local
189 … vfloat wtse = onev / (epsv + SQRV(gmp2p2) + SQRV(LVFU(cfa[rr + 3][(cc + 3) >> 1]) - o1_4)); in green_equilibrate()
190 … vfloat wtnw = onev / (epsv + SQRV(gmm2m2) + SQRV(LVFU(cfa[rr - 3][(cc - 3) >> 1]) - o1_1)); in green_equilibrate()
191 … vfloat wtne = onev / (epsv + SQRV(gmm2p2) + SQRV(LVFU(cfa[rr - 3][(cc + 3) >> 1]) - o1_2)); in green_equilibrate()
192 … vfloat wtsw = onev / (epsv + SQRV(gmp2m2) + SQRV(LVFU(cfa[rr + 3][(cc - 3) >> 1]) - o1_3)); in green_equilibrate()
H A DCA_correct_RT.cc433 vfloat onev = F2V(1.f); in CA_correct_RT() local
453 …vfloat wtlv = onev / SQRV(temp2v + vabsf(rgbcv - LVFU(rgb[c][(indx - 2) >> 1])) + vabsf(rgb1m1v - … in CA_correct_RT()
1007 const vfloat onev = F2V(1.f); in CA_correct_RT() local
1138 vfloat onev = F2V(1.f); in CA_correct_RT() local
1165 … vfloat p0 = onev / (epsv + vabsf(rinv - LVFU(gshift[indx >> 1]))); in CA_correct_RT()
1166 … vfloat p1 = onev / (epsv + vabsf(rinv - LVFU(gshift[(indx - GRBdir1) >> 1]))); in CA_correct_RT()
1167 … vfloat p2 = onev / (epsv + vabsf(rinv - LVFU(gshift[((rr - GRBdir0) * ts + cc) >> 1]))); in CA_correct_RT()
1168 … vfloat p3 = onev / (epsv + vabsf(rinv - LVFU(gshift[((rr - GRBdir0) * ts + cc - GRBdir1) >> 1]))); in CA_correct_RT()
1287 const vfloat onev = F2V(1.f); in CA_correct_RT() local
1304 factors = vself(vmaskf_le(newvals, onev), onev, factors); in CA_correct_RT()
[all …]
/dports/graphics/librtprocess/librtprocess-0.11.0/src/demosaic/
H A Dlmmse.cc72 const vfloat onev = F2V(1.f); in refinement() local
78 …dLv = onev / (onev + vabsf(LC2VFU(rgb[c][row][col - 2]) - centre) + vabsf(LC2VFU(rgb[1][row][col +… in refinement()
79 …dRv = onev / (onev + vabsf(LC2VFU(rgb[c][row][col + 2]) - centre) + vabsf(LC2VFU(rgb[1][row][col +… in refinement()
80 …dUv = onev / (onev + vabsf(LC2VFU(rgb[c][row - 2][col]) - centre) + vabsf(LC2VFU(rgb[1][row + 1][c… in refinement()
81 …dDv = onev / (onev + vabsf(LC2VFU(rgb[c][row + 2][col]) - centre) + vabsf(LC2VFU(rgb[1][row + 1][c… in refinement()
108 const vfloat onev = F2V(1.f); in refinement() local
147 const vfloat onev = F2V(1.f); in refinement() local
153 …dLv = onev / (onev + vabsf(LC2VFU(rgb[d][row][col - 2]) - LC2VFU(rgb[d][row][col])) + vabsf(LC2VFU… in refinement()
154 …dRv = onev / (onev + vabsf(LC2VFU(rgb[d][row][col + 2]) - LC2VFU(rgb[d][row][col])) + vabsf(LC2VFU… in refinement()
155 …dUv = onev / (onev + vabsf(LC2VFU(rgb[d][row - 2][col]) - LC2VFU(rgb[d][row][col])) + vabsf(LC2VFU… in refinement()
[all …]
H A Digv.cc117 const vfloat onev = F2V(1.f); in igv_demosaic() local
264 …nwgv = onev / (epsv + vabsf(LVFU(chr[c][(indx - v1 - h1) >> 1]) - LVFU(chr[c][(indx - v3 - h3) >> … in igv_demosaic()
265 …negv = onev / (epsv + vabsf(LVFU(chr[c][(indx - v1 + h1) >> 1]) - LVFU(chr[c][(indx - v3 + h3) >> … in igv_demosaic()
309 …ngv = onev / (epsv + vabsf(LVFU(chr[0][(indx - v1) >> 1]) - LVFU(chr[0][(indx - v3) >> 1])) + vabs… in igv_demosaic()
310 …egv = onev / (epsv + vabsf(LVFU(chr[0][(indx + h1) >> 1]) - LVFU(chr[0][(indx + h3) >> 1])) + vabs… in igv_demosaic()
311 …wgv = onev / (epsv + vabsf(LVFU(chr[0][(indx - h1) >> 1]) - LVFU(chr[0][(indx - h3) >> 1])) + vabs… in igv_demosaic()
312 …sgv = onev / (epsv + vabsf(LVFU(chr[0][(indx + v1) >> 1]) - LVFU(chr[0][(indx + v3) >> 1])) + vabs… in igv_demosaic()
344 …ngv = onev / (epsv + vabsf(LVFU(chr[1][(indx - v1) >> 1]) - LVFU(chr[1][(indx - v3) >> 1])) + vabs… in igv_demosaic()
345 …egv = onev / (epsv + vabsf(LVFU(chr[1][(indx + h1) >> 1]) - LVFU(chr[1][(indx + h3) >> 1])) + vabs… in igv_demosaic()
346 …wgv = onev / (epsv + vabsf(LVFU(chr[1][(indx - h1) >> 1]) - LVFU(chr[1][(indx - h3) >> 1])) + vabs… in igv_demosaic()
[all …]
/dports/astro/siril/siril/subprojects/librtprocess/src/demosaic/
H A Dlmmse.cc72 const vfloat onev = F2V(1.f); in refinement() local
78 …dLv = onev / (onev + vabsf(LC2VFU(rgb[c][row][col - 2]) - centre) + vabsf(LC2VFU(rgb[1][row][col +… in refinement()
79 …dRv = onev / (onev + vabsf(LC2VFU(rgb[c][row][col + 2]) - centre) + vabsf(LC2VFU(rgb[1][row][col +… in refinement()
80 …dUv = onev / (onev + vabsf(LC2VFU(rgb[c][row - 2][col]) - centre) + vabsf(LC2VFU(rgb[1][row + 1][c… in refinement()
81 …dDv = onev / (onev + vabsf(LC2VFU(rgb[c][row + 2][col]) - centre) + vabsf(LC2VFU(rgb[1][row + 1][c… in refinement()
108 const vfloat onev = F2V(1.f); in refinement() local
147 const vfloat onev = F2V(1.f); in refinement() local
153 …dLv = onev / (onev + vabsf(LC2VFU(rgb[d][row][col - 2]) - LC2VFU(rgb[d][row][col])) + vabsf(LC2VFU… in refinement()
154 …dRv = onev / (onev + vabsf(LC2VFU(rgb[d][row][col + 2]) - LC2VFU(rgb[d][row][col])) + vabsf(LC2VFU… in refinement()
155 …dUv = onev / (onev + vabsf(LC2VFU(rgb[d][row - 2][col]) - LC2VFU(rgb[d][row][col])) + vabsf(LC2VFU… in refinement()
[all …]
H A Digv.cc117 const vfloat onev = F2V(1.f); in igv_demosaic() local
264 …nwgv = onev / (epsv + vabsf(LVFU(chr[c][(indx - v1 - h1) >> 1]) - LVFU(chr[c][(indx - v3 - h3) >> … in igv_demosaic()
265 …negv = onev / (epsv + vabsf(LVFU(chr[c][(indx - v1 + h1) >> 1]) - LVFU(chr[c][(indx - v3 + h3) >> … in igv_demosaic()
309 …ngv = onev / (epsv + vabsf(LVFU(chr[0][(indx - v1) >> 1]) - LVFU(chr[0][(indx - v3) >> 1])) + vabs… in igv_demosaic()
310 …egv = onev / (epsv + vabsf(LVFU(chr[0][(indx + h1) >> 1]) - LVFU(chr[0][(indx + h3) >> 1])) + vabs… in igv_demosaic()
311 …wgv = onev / (epsv + vabsf(LVFU(chr[0][(indx - h1) >> 1]) - LVFU(chr[0][(indx - h3) >> 1])) + vabs… in igv_demosaic()
312 …sgv = onev / (epsv + vabsf(LVFU(chr[0][(indx + v1) >> 1]) - LVFU(chr[0][(indx + v3) >> 1])) + vabs… in igv_demosaic()
344 …ngv = onev / (epsv + vabsf(LVFU(chr[1][(indx - v1) >> 1]) - LVFU(chr[1][(indx - v3) >> 1])) + vabs… in igv_demosaic()
345 …egv = onev / (epsv + vabsf(LVFU(chr[1][(indx + h1) >> 1]) - LVFU(chr[1][(indx + h3) >> 1])) + vabs… in igv_demosaic()
346 …wgv = onev / (epsv + vabsf(LVFU(chr[1][(indx - h1) >> 1]) - LVFU(chr[1][(indx - h3) >> 1])) + vabs… in igv_demosaic()
[all …]
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/librtprocess/src/demosaic/
H A Dlmmse.cc72 const vfloat onev = F2V(1.f); in refinement() local
78 …dLv = onev / (onev + vabsf(LC2VFU(rgb[c][row][col - 2]) - centre) + vabsf(LC2VFU(rgb[1][row][col +… in refinement()
79 …dRv = onev / (onev + vabsf(LC2VFU(rgb[c][row][col + 2]) - centre) + vabsf(LC2VFU(rgb[1][row][col +… in refinement()
80 …dUv = onev / (onev + vabsf(LC2VFU(rgb[c][row - 2][col]) - centre) + vabsf(LC2VFU(rgb[1][row + 1][c… in refinement()
81 …dDv = onev / (onev + vabsf(LC2VFU(rgb[c][row + 2][col]) - centre) + vabsf(LC2VFU(rgb[1][row + 1][c… in refinement()
108 const vfloat onev = F2V(1.f); in refinement() local
147 const vfloat onev = F2V(1.f); in refinement() local
153 …dLv = onev / (onev + vabsf(LC2VFU(rgb[d][row][col - 2]) - LC2VFU(rgb[d][row][col])) + vabsf(LC2VFU… in refinement()
154 …dRv = onev / (onev + vabsf(LC2VFU(rgb[d][row][col + 2]) - LC2VFU(rgb[d][row][col])) + vabsf(LC2VFU… in refinement()
155 …dUv = onev / (onev + vabsf(LC2VFU(rgb[d][row - 2][col]) - LC2VFU(rgb[d][row][col])) + vabsf(LC2VFU… in refinement()
[all …]
H A Digv.cc117 const vfloat onev = F2V(1.f); in igv_demosaic() local
264 …nwgv = onev / (epsv + vabsf(LVFU(chr[c][(indx - v1 - h1) >> 1]) - LVFU(chr[c][(indx - v3 - h3) >> … in igv_demosaic()
265 …negv = onev / (epsv + vabsf(LVFU(chr[c][(indx - v1 + h1) >> 1]) - LVFU(chr[c][(indx - v3 + h3) >> … in igv_demosaic()
309 …ngv = onev / (epsv + vabsf(LVFU(chr[0][(indx - v1) >> 1]) - LVFU(chr[0][(indx - v3) >> 1])) + vabs… in igv_demosaic()
310 …egv = onev / (epsv + vabsf(LVFU(chr[0][(indx + h1) >> 1]) - LVFU(chr[0][(indx + h3) >> 1])) + vabs… in igv_demosaic()
311 …wgv = onev / (epsv + vabsf(LVFU(chr[0][(indx - h1) >> 1]) - LVFU(chr[0][(indx - h3) >> 1])) + vabs… in igv_demosaic()
312 …sgv = onev / (epsv + vabsf(LVFU(chr[0][(indx + v1) >> 1]) - LVFU(chr[0][(indx + v3) >> 1])) + vabs… in igv_demosaic()
344 …ngv = onev / (epsv + vabsf(LVFU(chr[1][(indx - v1) >> 1]) - LVFU(chr[1][(indx - v3) >> 1])) + vabs… in igv_demosaic()
345 …egv = onev / (epsv + vabsf(LVFU(chr[1][(indx + h1) >> 1]) - LVFU(chr[1][(indx + h3) >> 1])) + vabs… in igv_demosaic()
346 …wgv = onev / (epsv + vabsf(LVFU(chr[1][(indx - h1) >> 1]) - LVFU(chr[1][(indx - h3) >> 1])) + vabs… in igv_demosaic()
[all …]
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dlmmse_demosaic.cc692 vfloat onev = F2V(1.f); in refinement() local
699 …dLv = onev / (onev + vabsf(LC2VFU(pix[c][ -2]) - LC2VFU(pix[c][0])) + vabsf(LC2VFU(pix[1][ 1]) - L… in refinement()
700 …dRv = onev / (onev + vabsf(LC2VFU(pix[c][ 2]) - LC2VFU(pix[c][0])) + vabsf(LC2VFU(pix[1][ 1]) - L… in refinement()
701 …dUv = onev / (onev + vabsf(LC2VFU(pix[c][-w2]) - LC2VFU(pix[c][0])) + vabsf(LC2VFU(pix[1][w1]) - L… in refinement()
702 …dDv = onev / (onev + vabsf(LC2VFU(pix[c][ w2]) - LC2VFU(pix[c][0])) + vabsf(LC2VFU(pix[1][w1]) - L… in refinement()
732 vfloat onev = F2V(1.f); in refinement() local
778 vfloat onev = F2V(1.f); in refinement() local
787 …dLv = onev / (onev + vabsf(LC2VFU(pix[d][ -2]) - LC2VFU(pix[d][0])) + vabsf(LC2VFU(pix[1][ 1]) - L… in refinement()
788 …dRv = onev / (onev + vabsf(LC2VFU(pix[d][ 2]) - LC2VFU(pix[d][0])) + vabsf(LC2VFU(pix[1][ 1]) - L… in refinement()
789 …dUv = onev / (onev + vabsf(LC2VFU(pix[d][-w2]) - LC2VFU(pix[d][0])) + vabsf(LC2VFU(pix[1][w1]) - L… in refinement()
[all …]
H A Dgreen_equil_RT.cc137 vfloat onev = F2V(1.f); in green_equilibrate() local
189 … vfloat wtse = onev / (epsv + SQRV(gmp2p2) + SQRV(LVFU(cfa[rr + 3][(cc + 3) >> 1]) - o1_4)); in green_equilibrate()
190 … vfloat wtnw = onev / (epsv + SQRV(gmm2m2) + SQRV(LVFU(cfa[rr - 3][(cc - 3) >> 1]) - o1_1)); in green_equilibrate()
191 … vfloat wtne = onev / (epsv + SQRV(gmm2p2) + SQRV(LVFU(cfa[rr - 3][(cc + 3) >> 1]) - o1_2)); in green_equilibrate()
192 … vfloat wtsw = onev / (epsv + SQRV(gmp2m2) + SQRV(LVFU(cfa[rr + 3][(cc - 3) >> 1]) - o1_3)); in green_equilibrate()
H A Dfilmnegativeproc.cc260 const vfloat onev = F2V(1.f); in filmNegativeProcess() local
278 …STVFU(rawData[row][col], vminf(multsv * pow_F(vmaxf(LVFU(rawData[row][col]), onev), expsv), clipv)… in filmNegativeProcess()
291 const vfloat onev = F2V(1.f); in filmNegativeProcess() local
325 …STVFU(rawData[row][col], vminf(multsv0 * pow_F(vmaxf(LVFU(rawData[row][col]), onev), expsv0), clip… in filmNegativeProcess()
326 …ta[row][col + 4], vminf(multsv1 * pow_F(vmaxf(LVFU(rawData[row][col + 4]), onev), expsv1), clipv)); in filmNegativeProcess()
327 …ta[row][col + 8], vminf(multsv2 * pow_F(vmaxf(LVFU(rawData[row][col + 8]), onev), expsv2), clipv)); in filmNegativeProcess()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/rt/rtengine/
H A Dlmmse_demosaic_RT.cc102 __m128 onev = _mm_set1_ps(1.f); in refinement() local
110 …dLv = onev / (onev + vabsf(LC2VFU(pix[c][ -2]) - LC2VFU(pix[c][0])) + vabsf(LC2VFU(pix[1][ 1]) - L… in refinement()
111 …dRv = onev / (onev + vabsf(LC2VFU(pix[c][ 2]) - LC2VFU(pix[c][0])) + vabsf(LC2VFU(pix[1][ 1]) - L… in refinement()
112 …dUv = onev / (onev + vabsf(LC2VFU(pix[c][-w2]) - LC2VFU(pix[c][0])) + vabsf(LC2VFU(pix[1][w1]) - L… in refinement()
113 …dDv = onev / (onev + vabsf(LC2VFU(pix[c][ w2]) - LC2VFU(pix[c][0])) + vabsf(LC2VFU(pix[1][w1]) - L… in refinement()
143 __m128 onev = _mm_set1_ps(1.f); in refinement() local
190 __m128 onev = _mm_set1_ps(1.f); in refinement() local
200 …dLv = onev / (onev + vabsf(LC2VFU(pix[d][ -2]) - LC2VFU(pix[d][0])) + vabsf(LC2VFU(pix[1][ 1]) - L… in refinement()
201 …dRv = onev / (onev + vabsf(LC2VFU(pix[d][ 2]) - LC2VFU(pix[d][0])) + vabsf(LC2VFU(pix[1][ 1]) - L… in refinement()
202 …dUv = onev / (onev + vabsf(LC2VFU(pix[d][-w2]) - LC2VFU(pix[d][0])) + vabsf(LC2VFU(pix[1][w1]) - L… in refinement()
[all …]
H A Dboxblur.h188 vfloat onev = F2V( 1.f ); in boxblur() local
211 lenp1v = lenv + onev; in boxblur()
219 rlenv = onev / lenv; in boxblur()
229 lenm1v = lenv - onev; in boxblur()
369 vfloat onev = F2V( 1.f ); in boxblur() local
389 lenp1v = lenv + onev; in boxblur()
397 rlenv = onev / lenv; in boxblur()
407 lenm1v = lenv - onev; in boxblur()
434 rlenv = onev / lenv; in boxblur()
556 vfloat onev = F2V( 1.f ); in boxabsblur() local
[all …]
H A DCA_correct_RT.cc322 vfloat onev = F2V(1.f); in CA_correct_RT() local
337 …vfloat wtuv = onev / SQRV(temp1v + vabsf(rgbcv - LVFU(rgb[c][(indx - v2) >> 1])) + vabsf(rgb1mv1v … in CA_correct_RT()
338 …vfloat wtdv = onev / SQRV(temp1v + vabsf(rgbcv - LVFU(rgb[c][(indx + v2) >> 1])) + vabsf(rgb1pv1v … in CA_correct_RT()
342 …vfloat wtlv = onev / SQRV(temp2v + vabsf(rgbcv - LVFU(rgb[c][(indx - 2) >> 1])) + vabsf(rgb1m1v - … in CA_correct_RT()
343 …vfloat wtrv = onev / SQRV(temp2v + vabsf(rgbcv - LVFU(rgb[c][(indx + 2) >> 1])) + vabsf(rgb1p1v - … in CA_correct_RT()
529 vfloat p0 = onev / (epsv + vabsf(rinv - LVFU(gshift[indx >> 1]))); in CA_correct_RT()
530 vfloat p1 = onev / (epsv + vabsf(rinv - LVFU(gshift[(indx - GRBdir1) >> 1]))); in CA_correct_RT()
531 … vfloat p2 = onev / (epsv + vabsf(rinv - LVFU(gshift[((rr - GRBdir0) * ts + cc) >> 1]))); in CA_correct_RT()
532 … vfloat p3 = onev / (epsv + vabsf(rinv - LVFU(gshift[((rr - GRBdir0) * ts + cc - GRBdir1) >> 1]))); in CA_correct_RT()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/ppc/
H A Ddct.c214 dct2v = vec_add( a2v, vec_sra(a3v, onev) ); \
222 dct6v = vec_sub( vec_sra(a2v, onev), a3v ); \
230 vec_u16_t onev = vec_splat_u16(1); in x264_sub8x8_dct8_altivec() local
231 vec_u16_t twov = vec_add( onev, onev ); in x264_sub8x8_dct8_altivec()
424 vec_s16_t a2v = vec_sub(vec_sra(s1, onev), s3); \
426 vec_s16_t a3v = vec_add(vec_sra(s3, onev), s1); \
462 vec_u16_t onev = vec_splat_u16(1); in x264_add4x4_idct_altivec() local
515 vec_s16_t a4v = vec_sub(vec_sra(s2, onev), s6); \
517 vec_s16_t a6v = vec_add(vec_sra(s6, onev), s2); \
528 vec_s16_t a1v = vec_sub( vec_sub(s5, s3), vec_add(s7, vec_sra(s7, onev)) );\
[all …]
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/ppc/
H A Ddct.c214 dct2v = vec_add( a2v, vec_sra(a3v, onev) ); \
222 dct6v = vec_sub( vec_sra(a2v, onev), a3v ); \
230 vec_u16_t onev = vec_splat_u16(1); in x264_sub8x8_dct8_altivec() local
231 vec_u16_t twov = vec_add( onev, onev ); in x264_sub8x8_dct8_altivec()
424 vec_s16_t a2v = vec_sub(vec_sra(s1, onev), s3); \
426 vec_s16_t a3v = vec_add(vec_sra(s3, onev), s1); \
462 vec_u16_t onev = vec_splat_u16(1); in x264_add4x4_idct_altivec() local
515 vec_s16_t a4v = vec_sub(vec_sra(s2, onev), s6); \
517 vec_s16_t a6v = vec_add(vec_sra(s6, onev), s2); \
528 vec_s16_t a1v = vec_sub( vec_sub(s5, s3), vec_add(s7, vec_sra(s7, onev)) );\
[all …]
/dports/graphics/librtprocess/librtprocess-0.11.0/src/include/
H A Dboxblur.h182 vfloat onev = F2V( 1.f ); in boxblur() local
205 lenp1v = lenv + onev; in boxblur()
213 rlenv = onev / lenv; in boxblur()
223 lenm1v = lenv - onev; in boxblur()
363 vfloat onev = F2V( 1.f ); in boxblur() local
383 lenp1v = lenv + onev; in boxblur()
391 rlenv = onev / lenv; in boxblur()
401 lenm1v = lenv - onev; in boxblur()
428 rlenv = onev / lenv; in boxblur()
550 vfloat onev = F2V( 1.f ); in boxabsblur() local
[all …]
/dports/astro/siril/siril/subprojects/librtprocess/src/include/
H A Dboxblur.h182 vfloat onev = F2V( 1.f ); in boxblur() local
205 lenp1v = lenv + onev; in boxblur()
213 rlenv = onev / lenv; in boxblur()
223 lenm1v = lenv - onev; in boxblur()
363 vfloat onev = F2V( 1.f ); in boxblur() local
383 lenp1v = lenv + onev; in boxblur()
391 rlenv = onev / lenv; in boxblur()
401 lenm1v = lenv - onev; in boxblur()
428 rlenv = onev / lenv; in boxblur()
550 vfloat onev = F2V( 1.f ); in boxabsblur() local
[all …]
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/librtprocess/src/include/
H A Dboxblur.h182 vfloat onev = F2V( 1.f ); in boxblur() local
205 lenp1v = lenv + onev; in boxblur()
213 rlenv = onev / lenv; in boxblur()
223 lenm1v = lenv - onev; in boxblur()
363 vfloat onev = F2V( 1.f ); in boxblur() local
383 lenp1v = lenv + onev; in boxblur()
391 rlenv = onev / lenv; in boxblur()
401 lenm1v = lenv - onev; in boxblur()
428 rlenv = onev / lenv; in boxblur()
550 vfloat onev = F2V( 1.f ); in boxabsblur() local
[all …]
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/TonemappingOperators/reinhard05/
H A Dtmo_reinhard05.cpp171 vfloat onev = F2V(1.f); in transformChannel() local
194 ((onev - m_chromaticAdaptationv) * yval); in transformChannel()
198 ((onev - m_chromaticAdaptationv) * laveragev); in transformChannel()
201 ((onev - m_lightAdaptationv) * Ig); in transformChannel()

12345