hypot 1190 fftools/ffplay.c int b = (nb_display_channels == 2 ) ? sqrt(w * hypot(data[1][2 * y + 0], data[1][2 * y + 1])) hypot 139 libavcodec/aacps_tablegen.h float pd_mag = 1 / hypot(im_smooth, re_smooth); hypot 197 libavfilter/af_aemphasis.c return hypot(c->a0 + c->a1*zr + c->a2*(zr*zr-zi*zi), c->a1*zi + 2*c->a2*zr*zi) / hypot 198 libavfilter/af_aemphasis.c hypot(1 + c->b1*zr + c->b2*(zr*zr-zi*zi), c->b1*zi + 2*c->b2*zr*zi); hypot 315 libavfilter/af_afir.c mag[i] = hypot(real, imag); hypot 528 libavfilter/af_aiir.c mag = hypot(iir->ab[0][2 * i], iir->ab[0][2 * i + 1]); hypot 557 libavfilter/af_aiir.c distance = hypot(iir->ab[0][2 * outmost_pole.a ] - iir->ab[1][2 * i ], hypot 755 libavfilter/af_aiir.c double pr = hypot(iir->ab[0][2*n], iir->ab[0][2*n+1]); hypot 816 libavfilter/af_aiir.c return hypot(x0 - x1, y0 - y1); hypot 845 libavfilter/af_aiir.c *magnitude = hypot(real, imag); hypot 141 libavfilter/af_anequalizer.c Hmag *= hypot(Hr, Hi); hypot 144 libavfilter/af_anequalizer.c Hmag /= hypot(Hr, Hi); hypot 478 libavfilter/af_compand.c len = hypot(L(2).x - L(4).x, L(2).y - L(4).y); hypot 484 libavfilter/af_compand.c len = hypot(L(0).x - L(2).x, L(0).y - L(2).y); hypot 267 libavfilter/af_mcompand.c len = hypot(L(2).x - L(4).x, L(2).y - L(4).y); hypot 273 libavfilter/af_mcompand.c len = hypot(L(0).x - L(2).x, L(0).y - L(2).y); hypot 73 libavfilter/opencl/convolution.cl float4 dstPix = hypot(sum1, sum2) * div + bias; hypot 102 libavfilter/opencl/convolution.cl float4 dstPix = hypot(sum1, sum2) * div + bias; hypot 125 libavfilter/opencl/convolution.cl float4 dstPix = hypot(sum1, sum2) * div + bias; hypot 876 libavfilter/vf_datascope.c size = hypot(inlink->w, inlink->h); hypot 933 libavfilter/vf_datascope.c size = hypot(inlink->w, inlink->h); hypot 766 libavfilter/vf_deshake_opencl.c double r = hypot(a, b); hypot 491 libavfilter/vf_signalstats.c p_sat[i] = hypot(yuvu - 128, yuvv - 128); // int or round? hypot 530 libavfilter/vf_signalstats.c p_sat[i] = hypot(yuvu - mid, yuvv - mid); // int or round? hypot 610 libavfilter/vf_vectorscope.c dpd[i * dlinesize + j] = mid * M_SQRT2 - hypot(i - mid, j - mid); hypot 806 libavfilter/vf_vectorscope.c dpd[i * out->linesize[pd] + j] = 128 * M_SQRT2 - hypot(i - 128, j - 128); hypot 149 libavfilter/vf_vignette.c const double dnorm = hypot(xx, yy) / s->dmax; hypot 315 libavfilter/vf_vignette.c s->dmax = hypot(inlink->w / 2., inlink->h / 2.); hypot 248 libavfilter/vsrc_mptestsrc.c double d = hypot(x-8*16, y-8*16); hypot 4609 libavformat/mov.c disp_transform[i] = hypot(sc->display_matrix[0 + i], hypot 38 libavutil/display.c scale[0] = hypot(CONV_FP(matrix[0]), CONV_FP(matrix[3])); hypot 39 libavutil/display.c scale[1] = hypot(CONV_FP(matrix[1]), CONV_FP(matrix[4])); hypot 324 libavutil/eval.c case e_hypot:return e->value * hypot(d, d2);