MSE               388 libde265-1.0.3/dec265/dec265.cc   double img_mse_y  = MSE( yptr,  stride, p, width,   width, height);
MSE               389 libde265-1.0.3/dec265/dec265.cc   double img_mse_cb = MSE(cbptr, cstride, p+width*height,      width/2, width/2,height/2);
MSE               390 libde265-1.0.3/dec265/dec265.cc   double img_mse_cr = MSE(crptr, cstride, p+width*height*5/4,  width/2, width/2,height/2);
MSE               319 libde265-1.0.3/libde265/encoder/encoder-core.cc   double psnr2 = PSNR(MSE(input->get_image_plane(0), input->get_image_stride(0),
MSE                37 libde265-1.0.3/libde265/quality.h LIBDE265_API double MSE(const uint8_t* img, int imgStride,
MSE                95 libde265-1.0.3/tools/yuv-distortion.cc       double curr_mse_y = MSE(yp_ref, width,  yp_cmp, width,  width, height);