Searched refs:mse (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | util.h | 39 double mse = static_cast<double>(sqrerr) / (width_y * height_y); in compute_psnr() local 41 if (mse > 0.0) { in compute_psnr() 42 psnr = 10 * log10(255.0 * 255.0 / mse); in compute_psnr()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
D | tools_common.h | 147 double sse_to_psnr(double samples, double peak, double mse);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/ |
D | svc_encodeframe.c | 1057 double mse[COMPONENTS]; in vpx_svc_dump_statistics() local 1091 mse[j] = si->sse_sum[i][j] * 255.0 * 255.0 / scale[j]; in vpx_svc_dump_statistics() 1097 "Layer %d Overall MSE=[%2.3f, %2.3f, %2.3f, %2.3f]\n", i, mse[0], in vpx_svc_dump_statistics() 1098 mse[1], mse[2], mse[3]); in vpx_svc_dump_statistics()
|