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

/external/chromium_org/third_party/libyuv/util/
H A Dpsnr_main.cc52 bool do_psnr = false; variable
158 do_psnr = true;
241 metric* distorted_frame, bool do_psnr) {
247 if (do_psnr) {
313 if (!do_psnr && !do_ssim) {
314 do_psnr = true;
409 if (do_psnr) {
488 if (do_psnr) {
545 if (do_psnr) {
572 if (do_psnr) {
237 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 111 milliseconds