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

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dencodeframe.c813 struct vpx_usec_timer emr_timer; local
814 vpx_usec_timer_start(&emr_timer);
957 vpx_usec_timer_mark(&emr_timer);
958 cpi->time_encode_mb_row += vpx_usec_timer_elapsed(&emr_timer);
/external/libvpx/libvpx/vp8/encoder/
H A Dencodeframe.c800 struct vpx_usec_timer emr_timer; local
801 vpx_usec_timer_start(&emr_timer);
944 vpx_usec_timer_mark(&emr_timer);
945 cpi->time_encode_mb_row += vpx_usec_timer_elapsed(&emr_timer);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c3356 struct vpx_usec_timer emr_timer; local
3357 vpx_usec_timer_start(&emr_timer);
3368 vpx_usec_timer_mark(&emr_timer);
3369 cpi->time_encode_sb_row += vpx_usec_timer_elapsed(&emr_timer);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c3312 struct vpx_usec_timer emr_timer; local
3313 vpx_usec_timer_start(&emr_timer);
3343 vpx_usec_timer_mark(&emr_timer);
3344 cpi->time_encode_sb_row += vpx_usec_timer_elapsed(&emr_timer);

Completed in 250 milliseconds