HomeSort by relevance Sort by last modified time
    Searched refs:cx_time (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/
vpxenc.c 876 uint64_t cx_time; member in struct:stream_state
1915 uint64_t cx_time = 0; local
    [all...]
  /external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c 321 int64_t cx_time = 0; local
597 cx_time += vpx_usec_timer_elapsed(&timer);
631 frame_cnt, 1000 * (float)cx_time / (double)(frame_cnt * 1000000),
632 1000000 * (double)frame_cnt / (double)cx_time);
vp9_spatial_svc_encoder.c 635 int64_t cx_time = 0; local
759 cx_time += vpx_usec_timer_elapsed(&timer);
    [all...]
vpx_temporal_svc_encoder.c 573 int64_t cx_time = 0; local
    [all...]

Completed in 192 milliseconds