Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c309 int32_t sum_error; member
404 v->sum_error = s; in fill_variance()
411 ((v->sum_error * v->sum_error) >> v->log2_count)) >> in get_variance()
418 a->sum_error + b->sum_error, a->log2_count + 1, r); in sum_2_variances()