Searched defs:do_psnr (Results 1 - 1 of 1) sorted by relevance

/external/libyuv/files/util/
H A Dpsnr_main.cc52 bool do_psnr = false; variable
163 do_psnr = true;
248 bool do_psnr) {
254 if (do_psnr) {
320 if (!do_psnr && !do_ssim) {
321 do_psnr = true;
417 if (do_psnr) {
484 if (do_psnr) {
537 if (do_psnr) {
560 if (do_psnr) {
240 UpdateMetrics(uint8* ch_org, uint8* ch_rec, const int y_size, const int uv_size, const size_t total_size, int number_of_frames, metric* cur_distortion_psnr, metric* distorted_frame, bool do_psnr) argument
[all...]

Completed in 130 milliseconds