ff_sqrt           994 libavcodec/motion_est.c             c->scene_change_score+= ff_sqrt(p_score) - ff_sqrt(i_score);
ff_sqrt          1066 libavcodec/motion_est.c         c->scene_change_score+= ff_sqrt(p_score) - ff_sqrt(i_score);
ff_sqrt          1086 libavcodec/motion_est.c         c->scene_change_score+= ff_sqrt(p_score) - ff_sqrt(i_score);
ff_sqrt          1193 libavcodec/motion_est.c             c->scene_change_score+= ff_sqrt(p_score) - ff_sqrt(i_score);
ff_sqrt          1082 libavcodec/mpegvideo.c         int length= ff_sqrt((rx*rx + ry*ry)<<8);
ff_sqrt          1430 libavcodec/mpegvideo_enc.c             weight[x + 8*y]= (36*ff_sqrt(count*sqr - sum*sum)) / count;
ff_sqrt            77 libavcodec/ra144.c     return ff_sqrt(x << 20) << s;
ff_sqrt            46 libavcodec/roqaudioenc.c         int s= ff_sqrt(i);
ff_sqrt          1924 libavcodec/snow.c             c->scene_change_score+= ff_sqrt(vard) - ff_sqrt(varc);