Searched refs:fpfile (Results 1 – 2 of 2) sorted by relevance
113 FILE *fpfile; in output_stats() local114 fpfile = fopen("firstpass.stt", "a"); in output_stats()116 fprintf(fpfile, "%12.0lf %12.4lf %12.0lf %12.0lf %12.0lf %12.4lf %12.4lf" in output_stats()141 fclose(fpfile); in output_stats()2721 FILE *fpfile; in vp9_rc_get_second_pass_params() local2722 fpfile = fopen("arf.stt", "a"); in vp9_rc_get_second_pass_params()2724 fprintf(fpfile, "%10d %10ld %10d %10d %10ld\n", in vp9_rc_get_second_pass_params()2728 fclose(fpfile); in vp9_rc_get_second_pass_params()
144 FILE *fpfile; in output_stats() local145 fpfile = fopen("firstpass.stt", "a"); in output_stats()147 fprintf(fpfile, "%12.0f %12.0f %12.0f %12.4f %12.4f %12.4f %12.4f" in output_stats()168 fclose(fpfile); in output_stats()