Searched refs:stats_open_file (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/libvpx/ |
D | vpxstats.h | 33 int stats_open_file(stats_io_t *stats, const char *fpf, int pass);
|
D | vpxstats.c | 19 int stats_open_file(stats_io_t *stats, const char *fpf, int pass) { in stats_open_file() function
|
D | vpxenc.c | 1525 if (!stats_open_file(&stream->stats, stream->config.stats_fn, pass)) in setup_pass() 1534 if (!stats_open_file(&stream->fpmb_stats, stream->config.fpmb_stats_fn, in setup_pass()
|
/external/libaom/libaom/stats/ |
D | aomstats.h | 34 int stats_open_file(stats_io_t *stats, const char *fpf, int pass);
|
D | aomstats.c | 20 int stats_open_file(stats_io_t *stats, const char *fpf, int pass) { in stats_open_file() function
|
/external/libvpx/libvpx/examples/ |
D | vp9_spatial_svc_encoder.c | 363 if (!stats_open_file(&app_input->rc_stats, fpf_file_name, 0)) { in parse_command_line() 368 if (!stats_open_file(&app_input->rc_stats, fpf_file_name, 1)) { in parse_command_line()
|
/external/libaom/libaom/apps/ |
D | aomenc.c | 1759 if (!stats_open_file(&stream->stats, stream->config.stats_fn, pass)) in setup_pass()
|