Searched refs:cmptimer (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.c2573 struct vpx_usec_timer cmptimer; local
2588 vpx_usec_timer_start(&cmptimer);
2820 vpx_usec_timer_mark(&cmptimer);
2821 cpi->time_compress_data += vpx_usec_timer_elapsed(&cmptimer);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_if.c2910 struct vpx_usec_timer cmptimer; local
2921 vpx_usec_timer_start(&cmptimer);
3155 vpx_usec_timer_mark(&cmptimer);
3156 cpi->time_compress_data += vpx_usec_timer_elapsed(&cmptimer);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_if.c5080 struct vpx_usec_timer cmptimer; local
5097 vpx_usec_timer_start(&cmptimer);
5417 vpx_usec_timer_mark(&cmptimer);
5418 cpi->time_compress_data += vpx_usec_timer_elapsed(&cmptimer);
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_if.c4898 struct vpx_usec_timer cmptimer; local
4923 vpx_usec_timer_start(&cmptimer);
5250 vpx_usec_timer_mark(&cmptimer);
5251 cpi->time_compress_data += vpx_usec_timer_elapsed(&cmptimer);

Completed in 266 milliseconds