HomeSort by relevance Sort by last modified time
    Searched full:u_org (Results 1 - 1 of 1) sorted by null

  /external/libyuv/files/util/
psnr_main.cc 243 const uint8* const u_org = ch_org + y_size + uv_offset; local
252 libyuv::ComputeSumSquareError(u_org, u_rec, uv_size));
257 double u_err = ComputeSumSquareError(u_org, u_rec, uv_size);
272 distorted_frame->u = CalcSSIM(u_org, u_rec, (image_width + 1) / 2,

Completed in 2132 milliseconds