Lines Matching refs:SQR

112                     chromaChfactor = SQR(1.f + chparam);  in PF_correct_RT()
115 …const float chroma = chromaChfactor * (SQR(lab->a[i][j] - tmpa[i][j]) + SQR(lab->b[i][j] - tmpb[i]… in PF_correct_RT()
134 const float threshfactor = 1.f / (SQR(thresh / 33.f) * chromave * 5.0f + chromave); in PF_correct_RT()
306 chromaChfactor = SQR(1.f + chparam); in PF_correct_RTcam()
309 …const float chroma = chromaChfactor * (SQR(sraa[i][j] - tmaa[i][j]) + SQR(srbb[i][j] - tmbb[i][j])… in PF_correct_RTcam()
328 const float threshfactor = 1.f / (SQR(thresh / 33.f) * chromave * 5.0f + chromave); in PF_correct_RTcam()
423 ncie->C_p[i][j] = sqrt(SQR(interb) + SQR(intera)); in PF_correct_RTcam()
542 … const float dirsh = 1.f / (SQR(ncie->sh_p[i1][j1] - ncie->sh_p[i][j]) + eps); in Badpixelscam()
565 … const float dirsh = 1.f / (SQR(ncie->sh_p[i1][j1] - ncie->sh_p[i][j]) + eps); in Badpixelscam()
588 … const float dirsh = 1.f / (SQR(ncie->sh_p[i1][j1] - ncie->sh_p[i][j]) + eps); in Badpixelscam()
697 const float chroma = SQR(sraa[i][j] - tmaa[i][j]) + SQR(srbb[i][j] - tmbb[i][j]); in Badpixelscam()
754 const float CC = sqrt(SQR(interb) + SQR(intera)); in Badpixelscam()
808 const float CC = sqrt(SQR(interb) + SQR(intera)); in Badpixelscam()
832 const float CC = sqrt(SQR(interb) + SQR(intera)); in Badpixelscam()
959 … const float dirsh = 1.f / (SQR(lab->L[i1][j1] - lab->L[i][j]) + eps); in BadpixelsLab()
982 … const float dirsh = 1.f / (SQR(lab->L[i1][j1] - lab->L[i][j]) + eps); in BadpixelsLab()
1005 … const float dirsh = 1.f / (SQR(lab->L[i1][j1] - lab->L[i][j]) + eps); in BadpixelsLab()
1042 const float chroma = SQR(lab->a[i][j] - tmaa[i][j]) + SQR(lab->b[i][j] - tmbb[i][j]); in BadpixelsLab()
1101 if (SQR(atot) + SQR(btot) < chrom * SQR(norm)) { in BadpixelsLab()
1124 … selMask = vandm(selMask, vmaskf_lt(SQRV(atotv) + SQR(btotv), chromv * SQRV(normv))); in BadpixelsLab()
1147 if (SQR(atot) + SQR(btot) < chrom * SQR(norm)) { in BadpixelsLab()
1167 if (SQR(atot) + SQR(btot) < chrom * SQR(norm)) { in BadpixelsLab()