Home
last modified time | relevance | path

Searched refs:cx_time (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/
Dvpxenc.c629 uint64_t cx_time; member
1248 stream->cx_time = 0; in setup_pass()
1374 stream->cx_time += vpx_usec_timer_elapsed(&timer); in encode_frame()
1617 uint64_t cx_time = 0; in main() local
1816 float fps = usec_to_fps(cx_time, seen_frames); in main()
1826 cx_time > 9999999 ? cx_time / 1000 : cx_time, in main()
1827 cx_time > 9999999 ? "ms" : "us", fps >= 1.0 ? fps : fps * 60, in main()
1874 cx_time += vpx_usec_timer_elapsed(&timer); in main()
1891 rate = cx_time ? frame_in_lagged * (int64_t)1000000 / cx_time : 0; in main()
1899 rate = cx_time ? input_pos_lagged * (int64_t)1000000 / cx_time : 0; in main()
[all …]
/external/libaom/libaom/apps/
Daomenc.c1114 uint64_t cx_time; member
1881 stream->cx_time = 0; in setup_pass()
2030 stream->cx_time += aom_usec_timer_elapsed(&timer); in encode_frame()
2152 fprintf(stderr, " %7" PRId64 " ms", stream->cx_time / 1000); in show_psnr()
2247 uint64_t cx_time = 0; in main() local
2555 float fps = usec_to_fps(cx_time, seen_frames); in main()
2565 cx_time > 9999999 ? cx_time / 1000 : cx_time, in main()
2566 cx_time > 9999999 ? "ms" : "us", fps >= 1.0 ? fps : fps * 60, in main()
2609 cx_time += aom_usec_timer_elapsed(&timer); in main()
2628 rate = cx_time ? frame_in_lagged * (int64_t)1000000 / cx_time : 0; in main()
[all …]
/external/libvpx/libvpx/examples/
Dvp8_multi_resolution_encoder.c321 int64_t cx_time = 0; in main() local
597 cx_time += vpx_usec_timer_elapsed(&timer); in main()
631 frame_cnt, 1000 * (float)cx_time / (double)(frame_cnt * 1000000), in main()
632 1000000 * (double)frame_cnt / (double)cx_time); in main()
Dvpx_temporal_svc_encoder.c604 int64_t cx_time = 0; in main() local
902 cx_time += vpx_usec_timer_elapsed(&timer); in main()
966 frame_cnt, 1000 * (float)cx_time / (double)(frame_cnt * 1000000), in main()
967 1000000 * (double)frame_cnt / (double)cx_time); in main()
Dvp9_spatial_svc_encoder.c937 int64_t cx_time = 0; in main() local
1150 cx_time += vpx_usec_timer_elapsed(&timer); in main()
1247 frame_cnt, 1000 * (float)cx_time / (double)(frame_cnt * 1000000), in main()
1248 1000000 * (double)frame_cnt / (double)cx_time); in main()
/external/libaom/libaom/examples/
Dsvc_encoder_rtc.c575 int64_t cx_time = 0; in main() local
822 cx_time += aom_usec_timer_elapsed(&timer); in main()
894 frame_cnt, 1000 * (float)cx_time / (double)(frame_cnt * 1000000), in main()
895 1000000 * (double)frame_cnt / (double)cx_time); in main()