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

  /external/libvpx/libvpx/
vpxenc.c 823 uint64_t cx_time; member in struct:stream_state
1928 uint64_t cx_time = 0; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
vpxenc.c 630 uint64_t cx_time; member in struct:stream_state
1523 uint64_t cx_time = 0; local
    [all...]
  /external/libvpx/libvpx/examples/
vp8_multi_resolution_encoder.c 357 double cx_time = 0; local
657 cx_time += (double)(difftv.tv_sec * 1000000 + difftv.tv_usec);
696 printf("FPS for encoding %d %f %f \n", frame_cnt, (float)cx_time / 1000000,
697 1000000 * (double)frame_cnt / (double)cx_time);
vp9_spatial_svc_encoder.c 627 int64_t cx_time = 0; local
739 cx_time += vpx_usec_timer_elapsed(&timer);
    [all...]
vpx_temporal_svc_encoder.c 493 int64_t cx_time = 0; local
749 cx_time += vpx_usec_timer_elapsed(&timer);
815 1000 * (float)cx_time / (double)(frame_cnt * 1000000),
816 1000000 * (double)frame_cnt / (double)cx_time);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
vpx_temporal_scalable_patterns.c 455 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);

Completed in 128 milliseconds