Searched refs:total_sq_error (Results 1 - 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h456 uint64_t total_sq_error; member in struct:VP9_COMP
H A Dvp9_onyx_if.c1263 cpi->total_sq_error = 0;
1533 (double)cpi->total_sq_error);
3263 cpi->total_sq_error += psnr.sse[0];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Donyx_int.h618 double total_sq_error; member in struct:VP8_COMP
H A Donyx_if.c1912 cpi->total_sq_error = 0.0;
2198 cpi->total_sq_error);
5297 cpi->total_sq_error += sq_error;

Completed in 45 milliseconds