Home | History | Annotate | Download | only in metrics

Lines Matching refs:height

35                     int height,
42 frame_result.value = I420PSNR(ref, test, width, height);
45 frame_result.value = I420SSIM(ref, test, width, height);
84 int height,
90 assert(height > 0);
108 const int frame_length = 3 * width * height >> 1;
117 CalculateFrame(kPSNR, ref, test, width, height, frame_number,
121 CalculateFrame(kSSIM, ref, test, width, height, frame_number,
125 CalculateFrame(kPSNR, ref, test, width, height, frame_number,
127 CalculateFrame(kSSIM, ref, test, width, height, frame_number,
157 int height,
162 return CalculateMetrics(kBoth, ref_filename, test_filename, width, height,
169 int height,
172 return CalculateMetrics(kPSNR, ref_filename, test_filename, width, height,
179 int height,
182 return CalculateMetrics(kSSIM, ref_filename, test_filename, width, height,