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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.h355 uint64_t totalp_sq_error; member in struct:VP9_COMP
H A Dvp9_encoder.c869 cpi->totalp_sq_error = 0;
1110 (double)cpi->totalp_sq_error);
2865 cpi->totalp_sq_error += psnr2.sse[0];
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h461 uint64_t totalp_sq_error; member in struct:VP9_COMP
H A Dvp9_onyx_if.c1217 cpi->totalp_sq_error = 0;
1471 (double)cpi->totalp_sq_error);
3198 cpi->totalp_sq_error += psnr2.sse[0];

Completed in 2969 milliseconds