Lines Matching refs:recyuv_fp
106 static FILE *coded_fp = NULL, *srcyuv_fp = NULL, *recyuv_fp = NULL; variable
881 recyuv_fp = fopen(recyuv_fn,"w+"); in process_cmdline()
883 if (recyuv_fp == NULL) in process_cmdline()
1752 if (recyuv_fp == NULL) in save_recyuv()
1773 fseek(recyuv_fp, display_order * frame_width * frame_height * 1.5, SEEK_SET); in save_recyuv()
1777 fwrite(dst_Y, uv_size * 2, 1, recyuv_fp); in save_recyuv()
1778 fwrite(dst_U, uv_size, 1, recyuv_fp); in save_recyuv()
1782 fwrite(dst_Y, uv_size * 4, 1, recyuv_fp); in save_recyuv()
1785 fwrite(dst_U, uv_size, 1, recyuv_fp); in save_recyuv()
1786 fwrite(dst_V, uv_size, 1, recyuv_fp); in save_recyuv()
1788 fwrite(dst_V, uv_size, 1, recyuv_fp); in save_recyuv()
1789 fwrite(dst_U, uv_size, 1, recyuv_fp); in save_recyuv()
1803 fflush(recyuv_fp); in save_recyuv()
2079 if (recyuv_fp == NULL) in print_input()
2109 recyuv_ptr = mmap(0, fourM, PROT_READ, MAP_SHARED, fileno(recyuv_fp), i); in calc_PSNR()
2134 if (calc_psnr && srcyuv_fp && recyuv_fp) in print_performance()