Home | History | Annotate | Download | only in libvpx

Lines Matching refs:timer

1049             struct vpx_usec_timer timer;
1066 vpx_usec_timer_start(&timer);
1072 vpx_usec_timer_mark(&timer);
1073 cx_time += vpx_usec_timer_elapsed(&timer);