Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_onyx_int.h456 uint64_t total_sq_error; member
Dvp9_onyx_if.c1263 cpi->total_sq_error = 0; in vp9_create_compressor()
1533 (double)cpi->total_sq_error); in vp9_remove_compressor()
3263 cpi->total_sq_error += psnr.sse[0];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_int.h618 double total_sq_error; member
Donyx_if.c1912 cpi->total_sq_error = 0.0; in vp8_create_compressor()
2198 cpi->total_sq_error); in vp8_remove_compressor()
5298 cpi->total_sq_error += sq_error; in vp8_get_compressed_data()