Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_find_rect.c108 int h_sum_v = 0; in compare() local
123 h_sum_v += h_v; in compare()
132 h_sigma = n*hh_sum_v - h_sum_v*(int64_t)h_sum_v; in compare()
137 c = (n*oh_sum_v - o_sum_v*(int64_t)h_sum_v) / (sqrt(o_sigma)*sqrt(h_sigma)); in compare()