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

/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h617 double total_sq_error; member in struct:VP8_COMP
H A Donyx_if.c1956 cpi->total_sq_error = 0.0;
2245 cpi->total_sq_error);
5298 cpi->total_sq_error += sq_error;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encoder.h367 uint64_t total_sq_error; member in struct:VP9_COMP
H A Dvp9_encoder.c808 cpi->total_sq_error = 0;
1057 (double)cpi->total_sq_error);
2756 cpi->total_sq_error += psnr.sse[0];

Completed in 56 milliseconds