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

/external/libvpx/libvpx/vp8/encoder/
H A Drdopt.c362 if (cpi->avg_pick_mode_time < milliseconds_for_compress && (cpi->avg_encode_time - cpi->avg_pick_mode_time) < milliseconds_for_compress)
370 if (milliseconds_for_compress * 100 < cpi->avg_encode_time * 95)
374 cpi->avg_encode_time = 0;
382 if (milliseconds_for_compress * 100 > cpi->avg_encode_time * auto_speed_thresh[cpi->Speed])
386 cpi->avg_encode_time = 0;
405 cpi->avg_encode_time = 0;
H A Donyx_int.h466 int avg_encode_time; /* microsecond */ member in struct:VP8_COMP
H A Donyx_if.c1984 cpi->avg_encode_time = 0;
5189 if (cpi->avg_encode_time == 0)
5190 cpi->avg_encode_time = duration;
5192 cpi->avg_encode_time = (7 * cpi->avg_encode_time + duration) >> 3;
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h517 int avg_encode_time; // microsecond member in struct:VP9_COMP

Completed in 88 milliseconds