Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h627 double total_sq_error; member
Donyx_if.c1983 cpi->total_sq_error = 0.0; in vp8_create_compressor()
2269 cpi->total_sq_error); in vp8_remove_compressor()
5669 cpi->total_sq_error += sq_error; in vp8_get_compressed_data()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h412 uint64_t total_sq_error; member
Dvp9_encoder.c1704 cpi->total_sq_error = 0; in vp9_create_compressor()
1965 (double)cpi->total_sq_error); in vp9_remove_compressor()
4453 cpi->total_sq_error += psnr.sse[0];