Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h612 double total_sq_error; member
Donyx_if.c1914 cpi->total_sq_error = 0.0; in vp8_create_compressor()
2148 vpx_sse_to_psnr(samples, 255.0, cpi->total_sq_error); in vp8_remove_compressor()
5162 cpi->total_sq_error += sq_error; in vp8_get_compressed_data()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h707 uint64_t total_sq_error; member
Dvp9_encoder.c2221 cpi->total_sq_error = 0; in vp9_create_compressor()
2502 (double)cpi->total_samples, peak, (double)cpi->total_sq_error); in vp9_remove_compressor()
6829 cpi->total_sq_error += psnr.sse[0];
/external/libaom/libaom/av1/encoder/
Dencoder.h856 uint64_t total_sq_error; member
Dencoder.c2644 cpi->total_sq_error = 0; in av1_create_compressor()
3016 (double)cpi->total_samples, peak, (double)cpi->total_sq_error); in av1_remove_compressor()
5362 cpi->total_sq_error += psnr.sse[0]; in compute_internal_stats()