Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dvar_based_part.c44 int32_t sum_error; member
142 v->sum_error = s; in fill_variance()
149 (uint32_t)(((int64_t)v->sum_error * v->sum_error) >> in get_variance()
157 a->sum_error + b->sum_error, a->log2_count + 1, r); in sum_2_variances()
/external/libaom/libaom/av1/common/
Dwarped_motion.c545 int64_t sum_error = 0; in highbd_frame_error() local
548 sum_error += in highbd_frame_error()
552 return sum_error; in highbd_frame_error()
827 int64_t sum_error = 0; in frame_error() local
830 sum_error += in frame_error()
834 return sum_error; in frame_error()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c322 int32_t sum_error; member
414 v->sum_error = s; in fill_variance()
421 (uint32_t)(((int64_t)v->sum_error * v->sum_error) >> in get_variance()
429 a->sum_error + b->sum_error, a->log2_count + 1, r); in sum_2_variances()