Home
last modified time | relevance | path

Searched refs:lpftimer (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/vp8/decoder/
Donyxd_if.c382 struct vpx_usec_timer lpftimer; in vp8dx_receive_compressed_data() local
383 vpx_usec_timer_start(&lpftimer); in vp8dx_receive_compressed_data()
388 vpx_usec_timer_mark(&lpftimer); in vp8dx_receive_compressed_data()
389 pbi->time_loop_filtering += vpx_usec_timer_elapsed(&lpftimer); in vp8dx_receive_compressed_data()