Home
last modified time | relevance | path

Searched refs:fpfile (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c113 FILE *fpfile; in output_stats() local
114 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() local
2722 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()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c144 FILE *fpfile; in output_stats() local
145 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()