Searched refs:time_pick_lpf (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Donyx_int.h556 uint64_t time_pick_lpf; member in struct:VP8_COMP
H A Donyx_if.c2433 printf("\n_pick_loop_filter_level:%d\n", cpi->time_pick_lpf / 1000);
3442 cpi->time_pick_lpf += vpx_usec_timer_elapsed(&timer);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.h328 uint64_t time_pick_lpf; member in struct:VP9_COMP
H A Dvp9_encoder.c1140 printf("\n_pick_loop_filter_level:%d\n", cpi->time_pick_lpf / 1000);
1607 cpi->time_pick_lpf += vpx_usec_timer_elapsed(&timer);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h437 uint64_t time_pick_lpf; member in struct:VP9_COMP
H A Dvp9_onyx_if.c1529 printf("\n_pick_loop_filter_level:%d\n", cpi->time_pick_lpf / 1000);
2039 cpi->time_pick_lpf += vpx_usec_timer_elapsed(&timer);
/external/libvpx/libvpx/vp8/encoder/
H A Donyx_int.h557 uint64_t time_pick_lpf; member in struct:VP8_COMP
H A Donyx_if.c2383 printf("\n_pick_loop_filter_level:%d\n", cpi->time_pick_lpf / 1000);
3295 cpi->time_pick_lpf += vpx_usec_timer_elapsed(&timer);

Completed in 280 milliseconds