Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c313 int64_t sum_error; member
395 v->sum_error = s; in fill_variance()
399 (v->sum_square_error - v->sum_error * v->sum_error / in fill_variance()
407 a->sum_error + b->sum_error, a->count + b->count, r); in sum_2_variances()