Searched refs:srcyuv_frames (Results 1 – 1 of 1) sorted by relevance
107 static unsigned long long srcyuv_frames = 0; variable871 srcyuv_frames = tmp.st_size / (frame_width * frame_height * 1.5); in process_cmdline()872 printf("Source YUV file %s with %llu frames\n", srcyuv_fn, srcyuv_frames); in process_cmdline()875 frame_count = srcyuv_frames; in process_cmdline()1704 display_order = display_order % srcyuv_frames; in load_surface()2098 min_size = MIN(srcyuv_frames, frame_count) * frame_width * frame_height * 1.5; in calc_PSNR()2148 psnr, MIN(frame_count, srcyuv_frames)); in print_performance()