Searched defs:cx_time (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dvpx_temporal_svc_encoder.c463 int64_t cx_time = 0; local
627 cx_time += vpx_usec_timer_elapsed(&timer);
666 1000 * (float)cx_time / (double)(frame_cnt * 1000000),
667 1000000 * (double)frame_cnt / (double)cx_time);
/external/libvpx/libvpx/examples/
H A Dvpx_temporal_scalable_patterns.c455 int64_t cx_time = 0; local
617 cx_time += vpx_usec_timer_elapsed(&timer);
656 1000 * (float)cx_time / (double)(frame_cnt * 1000000),
657 1000000 * (double)frame_cnt / (double)cx_time);
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c757 uint64_t cx_time; member in struct:stream_state
1442 stream->cx_time = 0;
1580 stream->cx_time += vpx_usec_timer_elapsed(&timer);
1963 uint64_t cx_time = 0; local
2166 float fps = usec_to_fps(cx_time, seen_frames);
2177 cx_time > 9999999 ? cx_time / 1000 : cx_time,
2178 cx_time > 9999999 ? "ms" : "us",
2228 cx_time
[all...]
/external/libvpx/libvpx/
H A Dvpxenc.c630 uint64_t cx_time; member in struct:stream_state
1214 stream->cx_time = 0;
1297 stream->cx_time += vpx_usec_timer_elapsed(&timer);
1523 uint64_t cx_time = 0; local
1674 float fps = usec_to_fps(cx_time, seen_frames);
1685 cx_time > 9999999 ? cx_time / 1000 : cx_time,
1686 cx_time > 9999999 ? "ms" : "us",
1702 cx_time
[all...]

Completed in 161 milliseconds